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

disable tuning flags to create platform independent code

This commit is contained in:
Stefan Lankes 2015-07-11 09:04:11 +02:00
parent 9447f3df38
commit ab6b9d2035

View file

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