am 71ca6afb: am 849bf820: am 735cd90d: Merge "Disable transitive symbol resolving for mips64."
* commit '71ca6afbde51cb989424ea3fdd3f5dfa0c8f1ac9': Disable transitive symbol resolving for mips64.
This commit is contained in:
commit
e5296981dc
|
@ -115,6 +115,9 @@ TARGET_GLOBAL_LDFLAGS += \
|
|||
-Wl,--fatal-warnings \
|
||||
$(arch_variant_ldflags)
|
||||
|
||||
# Disable transitive dependency library symbol resolving.
|
||||
TARGET_GLOBAL_LDFLAGS += -Wl,--allow-shlib-undefined
|
||||
|
||||
TARGET_GLOBAL_CPPFLAGS += -fvisibility-inlines-hidden
|
||||
|
||||
# More flags/options can be added here
|
||||
|
|
Loading…
Reference in New Issue