|
@@ -104,7 +104,6 @@ ifeq ($(strip $(TARGET_ARCH)),arm)
|
|
|
OPTIMIZATION+=-fstrict-aliasing
|
|
|
endif
|
|
|
ifeq ($(strip $(TARGET_ARCH)),i386)
|
|
|
- OPTIMIZATION+=-march=i386
|
|
|
OPTIMIZATION+=$(call check_gcc,-mpreferred-stack-boundary=2,)
|
|
|
OPTIMIZATION+=$(call check_gcc,-falign-functions=0 -falign-jumps=0 -falign-loops=0,\
|
|
|
-malign-functions=0 -malign-jumps=0 -malign-loops=0)
|