From ab6b9d2035ba8445e8ef23fb752fa0e6d13bc52c Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sat, 11 Jul 2015 09:04:11 +0200 Subject: [PATCH] disable tuning flags to create platform independent code --- hermit/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hermit/Makefile b/hermit/Makefile index 7880a4fdd..12944850e 100644 --- a/hermit/Makefile +++ b/hermit/Makefile @@ -55,7 +55,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