am ec64b05e
: Merge "Add -Wl,--hash-style=sysv flag to rs: transform-bc-to-so for compatibility lib."
* commit 'ec64b05e9db4c9898d1a6652e58741597261e46a': Add -Wl,--hash-style=sysv flag to rs: transform-bc-to-so for compatibility lib.
This commit is contained in:
@@ -884,7 +884,7 @@ $(hide) $(PRIVATE_CXX) -shared -Wl,-soname,$(notdir $@) -nostdlib \
|
|||||||
-Wl,-rpath,\$$ORIGIN/../lib \
|
-Wl,-rpath,\$$ORIGIN/../lib \
|
||||||
$(dir $@)/$(notdir $(<:.bc=.o)) \
|
$(dir $@)/$(notdir $(<:.bc=.o)) \
|
||||||
$(RS_PREBUILT_COMPILER_RT) \
|
$(RS_PREBUILT_COMPILER_RT) \
|
||||||
-o $@ $(TARGET_GLOBAL_LDFLAGS) -L prebuilts/gcc/ \
|
-o $@ $(TARGET_GLOBAL_LDFLAGS) -Wl,--hash-style=sysv -L prebuilts/gcc/ \
|
||||||
-L $(TARGET_OUT_INTERMEDIATE_LIBRARIES) $(RS_PREBUILT_LIBPATH) \
|
-L $(TARGET_OUT_INTERMEDIATE_LIBRARIES) $(RS_PREBUILT_LIBPATH) \
|
||||||
-lRSSupport -lm -lc
|
-lRSSupport -lm -lc
|
||||||
endef
|
endef
|
||||||
|
Reference in New Issue
Block a user