Merge commit '6bf08d131f4109088b7fa1e53196513636c49e9b' * commit '6bf08d131f4109088b7fa1e53196513636c49e9b': Move the atom optimization flags into TARGET_linux-x86.mk.
This commit is contained in:
commit
042ebe0e32
1 changed files with 1 additions and 7 deletions
|
@ -500,13 +500,7 @@ ifeq ($(TARGET_ARCH),arm)
|
|||
libc_common_cflags += -DHAVE_ARM_TLS_REGISTER
|
||||
endif
|
||||
else # !arm
|
||||
ifeq ($(TARGET_ARCH),x86)
|
||||
libc_crt_target_cflags := -m32
|
||||
|
||||
# Enable recent IA friendly memory routines (such as for Atom)
|
||||
# These will not work on the earlier x86 machines
|
||||
libc_common_cflags += -mtune=i686 -DUSE_SSSE3 -DUSE_SSE2
|
||||
endif # x86
|
||||
libc_crt_target_cflags :=
|
||||
endif # !arm
|
||||
|
||||
# Define ANDROID_SMP appropriately.
|
||||
|
|
Loading…
Reference in a new issue