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

remove architecture dependent compiler flags

This commit is contained in:
Stefan Lankes 2015-07-26 18:56:29 +02:00
parent d791d7b87e
commit f4316e7c9a

View file

@ -8,7 +8,7 @@ CD = cd
MKDIR = mkdir
TMP = $(TOPDIR)/tmp
OPT = --disable-shared --disable-multilib --disable-newlib-multithread --disable-newlib-reent-small
ARCHOPT = -mavx2 -mfma
ARCHOPT = #-mavx2 -mfma
# Prettify output
V = 0