Merge "Configure synci generation explicitly"

This commit is contained in:
Ying Wang 2015-07-01 18:58:51 +00:00 committed by Gerrit Code Review
commit bbaeaa5879
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
# Temporary workaround for Mips clang++ problem, creates

View File

@ -12,6 +12,7 @@ CLANG_CONFIG_mips64_UNKNOWN_CFLAGS := \
-frerun-cse-after-loop \
-frename-registers \
-msynci \
-mno-synci \
-mno-fused-madd
# Temporary workaround for Mips clang++ problem creating

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