am bbaeaa58
: Merge "Configure synci generation explicitly"
* commit 'bbaeaa5879c5ab380c024bd20f35e927f4d19c87': Configure synci generation explicitly
This commit is contained in:
commit
68787b3d1e
4 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -7,6 +7,7 @@ arch_variant_cflags := \
|
|||
-mips32 \
|
||||
-mfp32 \
|
||||
-modd-spreg \
|
||||
-mno-synci
|
||||
|
||||
arch_variant_ldflags := \
|
||||
-Wl,-melf32ltsmip
|
||||
|
|
|
@ -9,7 +9,8 @@ arch_variant_cflags := \
|
|||
-mfp32 \
|
||||
-modd-spreg \
|
||||
-mno-fused-madd \
|
||||
-Wa,-mmxu
|
||||
-Wa,-mmxu \
|
||||
-mno-synci
|
||||
|
||||
arch_variant_ldflags := \
|
||||
-Wl,-melf32ltsmip
|
||||
|
|
Loading…
Reference in a new issue