get rid of gas remains

This commit is contained in:
Ludwig Nussel 2009-10-26 21:59:03 +00:00
parent 0adae90465
commit 2fecf6d6bc
2 changed files with 10 additions and 245 deletions

View file

@ -281,7 +281,6 @@ ifeq ($(PLATFORM),linux)
OPTIMIZE = -O3 -fomit-frame-pointer -ffast-math -funroll-loops \
-falign-loops=2 -falign-jumps=2 -falign-functions=2 \
-fstrength-reduce
# experimental x86_64 jit compiler! you need GNU as
HAVE_VM_COMPILED = true
else
ifeq ($(ARCH),i386)