* commit '849bf82079ea33b84c7c01fbc2e52205843720ed': Disable transitive symbol resolving for mips64.
This commit is contained in:
commit
6d5c952a7e
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue