1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

add the flag "-mtune=native" to support the latest cpu features

This commit is contained in:
Stefan Lankes 2015-07-31 22:50:21 +02:00
parent a025cc1c4a
commit 148f31fba4

View file

@ -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