am 5e12e60b: Merge "For the current MIPS compiler __builtin___clear_cache() generates synci instruction only with -msynci option So, add -msynci to all mips32r2 makefiles. Also add msynci to the list flags not recognized by clang."

* commit '5e12e60b472fbd2e712ee9ba04637e3d26b18b71':
  For the current MIPS compiler __builtin___clear_cache() generates synci instruction only with -msynci option So, add -msynci to all mips32r2 makefiles. Also add msynci to the list flags not recognized by clang.
This commit is contained in:
Ying Wang
2013-02-15 12:27:30 -08:00
committed by Android Git Automerger
7 changed files with 14 additions and 7 deletions

View File

@@ -8,7 +8,8 @@ arch_variant_cflags := \
-march=mips32r2 \ -march=mips32r2 \
-mtune=mips32r2 \ -mtune=mips32r2 \
-mips32r2 \ -mips32r2 \
-mhard-float -mhard-float \
-msynci
arch_variant_ldflags := \ arch_variant_ldflags := \
-EL -EL

View File

@@ -6,7 +6,8 @@ arch_variant_cflags := \
-march=mips32r2 \ -march=mips32r2 \
-mtune=mips32r2 \ -mtune=mips32r2 \
-mips32r2 \ -mips32r2 \
-msoft-float -msoft-float \
-msynci
arch_variant_ldflags := \ arch_variant_ldflags := \
-EL -EL

View File

@@ -11,7 +11,8 @@ arch_variant_cflags := \
-mtune=mips32r2 \ -mtune=mips32r2 \
-mips32r2 \ -mips32r2 \
-mhard-float \ -mhard-float \
-mdsp -mdsp \
-msynci
arch_variant_ldflags := \ arch_variant_ldflags := \
-EL -EL

View File

@@ -10,7 +10,8 @@ arch_variant_cflags := \
-mtune=mips32r2 \ -mtune=mips32r2 \
-mips32r2 \ -mips32r2 \
-msoft-float \ -msoft-float \
-mdsp -mdsp \
-msynci
arch_variant_ldflags := \ arch_variant_ldflags := \
-EL -EL

View File

@@ -11,7 +11,8 @@ arch_variant_cflags := \
-mtune=mips32r2 \ -mtune=mips32r2 \
-mips32r2 \ -mips32r2 \
-mhard-float \ -mhard-float \
-mdspr2 -mdspr2 \
-msynci
arch_variant_ldflags := \ arch_variant_ldflags := \
-EL -EL

View File

@@ -10,7 +10,8 @@ arch_variant_cflags := \
-mtune=mips32r2 \ -mtune=mips32r2 \
-mips32r2 \ -mips32r2 \
-msoft-float \ -msoft-float \
-mdspr2 -mdspr2 \
-msynci
arch_variant_ldflags := \ arch_variant_ldflags := \
-EL -EL

View File

@@ -59,7 +59,8 @@ ifeq ($(TARGET_ARCH),mips)
-march=mips32r2 \ -march=mips32r2 \
-mtune=mips32r2 \ -mtune=mips32r2 \
-march=mips32 \ -march=mips32 \
-mtune=mips32 -mtune=mips32 \
-msynci
endif endif
ifeq ($(TARGET_ARCH),x86) ifeq ($(TARGET_ARCH),x86)
CLANG_CONFIG_EXTRA_CFLAGS += \ CLANG_CONFIG_EXTRA_CFLAGS += \