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:
parent
d791d7b87e
commit
f4316e7c9a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue