]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Actuall use LLVM_OBJCOPY if available.
authorSiva Chandra Reddy <sivachandra@google.com>
Mon, 8 Apr 2019 20:54:25 +0000 (13:54 -0700)
committerFangrui Song <i@maskray.me>
Sat, 28 Aug 2021 00:26:01 +0000 (17:26 -0700)
csu/Makefile

index b0049b2ef265390a9f6483aa1628072cae13a16e..b04a060c50381dd78a9625deb1094c49e1a99c5d 100644 (file)
@@ -117,7 +117,7 @@ $(CC) -nostdlib -nostartfiles -r -o $@.precopy $^
 # retains relocs, the section is garbled and causes errors in later
 # links done with --icf=safe.  The removal can be unconditional as it
 # is a no-op for non-clang/lld.
-$(OBJCOPY) --remove-section=.llvm_addrsig $@.precopy $@
+$(OBJCOPY_FOR_ADDRSIG) --remove-section=.llvm_addrsig $@.precopy $@
 rm $@.precopy
 endef