am bbaeaa58
: Merge "Configure synci generation explicitly"
* commit 'bbaeaa5879c5ab380c024bd20f35e927f4d19c87': Configure synci generation explicitly
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user