Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d054f1f7 authored by Ying Wang's avatar Ying Wang Committed by Android Git Automerger
Browse files

am 7ffd7c20: am df5c798f: Merge "[MIPS] Temporarily disable Mips shared-textrel errors"

* commit '7ffd7c20':
  [MIPS] Temporarily disable Mips shared-textrel errors
parents e122b670 7ffd7c20
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -14,6 +14,11 @@ CLANG_CONFIG_mips_UNKNOWN_CFLAGS := \
  -msynci \
  -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)
+5 −0
Original line number Diff line number Diff line
@@ -14,6 +14,11 @@ CLANG_CONFIG_mips64_UNKNOWN_CFLAGS := \
  -msynci \
  -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)