mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Explicitly remove .gnu.glibc-stub sections with objcopy when not using
linker script.
This commit is contained in:
3
configure
vendored
3
configure
vendored
@ -677,6 +677,7 @@ PWD_P
|
||||
LD
|
||||
AS
|
||||
MIG
|
||||
OBJCOPY
|
||||
OBJDUMP
|
||||
AR
|
||||
LN_S
|
||||
@ -4686,6 +4687,8 @@ AR=`$CC -print-prog-name=ar`
|
||||
|
||||
OBJDUMP=`$CC -print-prog-name=objdump`
|
||||
|
||||
OBJCOPY=`$CC -print-prog-name=objcopy`
|
||||
|
||||
|
||||
# Determine whether we are using GNU binutils.
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $AS is GNU as" >&5
|
||||
|
Reference in New Issue
Block a user