Merge "Revert "[MIPS] Temporarily disable Mips shared-textrel errors""

am: 136fa4377d

* commit '136fa4377d230ba9c7a53b998ac708a98c0d16c2':
  Revert "[MIPS] Temporarily disable Mips shared-textrel errors"

Change-Id: Ie2f2c6581f518c010454b32016cce31efc85ab19
This commit is contained in:
Dan Willemsen
2016-05-09 22:27:50 +00:00
committed by android-build-merger
2 changed files with 0 additions and 10 deletions

View File

@@ -15,11 +15,6 @@ CLANG_CONFIG_mips_UNKNOWN_CFLAGS := \
-mno-synci \
-mno-fused-madd
# Temporary workaround for Mips clang++ problem, creates
# relocated ptrs in read-only pic .gcc_exception_table;
# permanent fix pending at http://reviews.llvm.org/D9669
CLANG_CONFIG_mips_UNKNOWN_CFLAGS += -Wl,--warn-shared-textrel
# We don't have any mips flags to substitute yet.
define subst-clang-incompatible-mips-flags
$(1)

View File

@@ -15,11 +15,6 @@ CLANG_CONFIG_mips64_UNKNOWN_CFLAGS := \
-mno-synci \
-mno-fused-madd
# Temporary workaround for Mips clang++ problem creating
# relocated ptrs in read-only pic .gcc_exception_table;
# permanent fix pending at http://reviews.llvm.org/D9669
CLANG_CONFIG_mips64_UNKNOWN_CFLAGS += -Wl,--warn-shared-textrel
# We don't have any mips64 flags to substitute yet.
define subst-clang-incompatible-mips64-flags
$(1)