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