Configure synci generation explicitly

The default for synci generation is compiler version dependent

Change-Id: I3f94cabd98c45aaa4e5149e8bb050dc47efa61ca
This commit is contained in:
Chris Dearman 2015-04-29 19:09:40 -07:00
parent 0a3b080ab4
commit ab3a5f490c
4 changed files with 5 additions and 1 deletions

View File

@ -12,6 +12,7 @@ CLANG_CONFIG_mips_UNKNOWN_CFLAGS := \
-frerun-cse-after-loop \
-frename-registers \
-msynci \
-mno-synci \
-mno-fused-madd
# We don't have any mips flags to substitute yet.

View File

@ -12,6 +12,7 @@ CLANG_CONFIG_mips64_UNKNOWN_CFLAGS := \
-frerun-cse-after-loop \
-frename-registers \
-msynci \
-mno-synci \
-mno-fused-madd
# We don't have any mips64 flags to substitute yet.

View File

@ -7,6 +7,7 @@ arch_variant_cflags := \
-mips32 \
-mfp32 \
-modd-spreg \
-mno-synci
arch_variant_ldflags := \
-Wl,-melf32ltsmip

View File

@ -9,7 +9,8 @@ arch_variant_cflags := \
-mfp32 \
-modd-spreg \
-mno-fused-madd \
-Wa,-mmxu
-Wa,-mmxu \
-mno-synci
arch_variant_ldflags := \
-Wl,-melf32ltsmip