public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/google/grte/v5-2.27/master] Actuall use LLVM_OBJCOPY if available.
@ 2021-08-28  0:42 Fangrui Song
  0 siblings, 0 replies; only message in thread
From: Fangrui Song @ 2021-08-28  0:42 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=6676d4161d509ed9c734f552d4a5b8dd668f75d0

commit 6676d4161d509ed9c734f552d4a5b8dd668f75d0
Author: Siva Chandra Reddy <sivachandra@google.com>
Date:   Mon Apr 8 13:54:25 2019 -0700

    Actuall use LLVM_OBJCOPY if available.

Diff:
---
 csu/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/csu/Makefile b/csu/Makefile
index b0049b2ef2..b04a060c50 100644
--- a/csu/Makefile
+++ b/csu/Makefile
@@ -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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-08-28  0:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-28  0:42 [glibc/google/grte/v5-2.27/master] Actuall use LLVM_OBJCOPY if available Fangrui Song

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).