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

Commit 5c903372 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Git Automerger
Browse files

am 9e2b4718: Merge "Use gold linker on x86"

* commit '9e2b4718':
  Use gold linker on x86
parents 28f37bb9 9e2b4718
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -186,14 +186,11 @@ $(hide) $(PRIVATE_CXX) \
endef


# Add -fuse-ld=bfd because ld.gold doesn't support "--copy-dt-needed-entries".
define transform-o-to-executable-inner
$(hide) $(PRIVATE_CXX) \
	$(TARGET_GLOBAL_LDFLAGS) \
	-nostdlib -Bdynamic \
	-Wl,-dynamic-linker,/system/bin/linker \
	-Wl,--copy-dt-needed-entries \
	-fuse-ld=bfd \
	-Wl,-z,nocopyreloc \
	-fPIE -pie \
	-o $@ \