From 148f31fba4b624bbf7f1708cbfadf06ff54cc2ef Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Fri, 31 Jul 2015 22:50:21 +0200 Subject: [PATCH] add the flag "-mtune=native" to support the latest cpu features --- hermit/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hermit/Makefile b/hermit/Makefile index d5e5880d8..4f7fcfb8e 100644 --- a/hermit/Makefile +++ b/hermit/Makefile @@ -54,7 +54,7 @@ STRIP_DEBUG = --strip-debug KEEP_DEBUG = --only-keep-debug OUTPUT_FORMAT = -O elf32-i386 -CFLAGS_FOR_NEWLIB = $(STACKPROT) #-mtune=native +CFLAGS_FOR_NEWLIB = $(STACKPROT) -mtune=native LDFLAGS_FOR_NEWLIB = NASMFLAGS_FOR_NEWLIB = -felf64 CFLAGS_FOR_TOOLS = -O2 -Wall