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

Commit ec64b05e authored by Miao Wang's avatar Miao Wang Committed by Gerrit Code Review
Browse files

Merge "Add -Wl,--hash-style=sysv flag to rs: transform-bc-to-so for compatibility lib."

parents f63ca1e9 e23e8080
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -884,7 +884,7 @@ $(hide) $(PRIVATE_CXX) -shared -Wl,-soname,$(notdir $@) -nostdlib \
	-Wl,-rpath,\$$ORIGIN/../lib \
	$(dir $@)/$(notdir $(<:.bc=.o)) \
	$(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) \
	-lRSSupport -lm -lc
endef