1
0
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:
Roland McGrath
2011-06-25 00:06:42 -07:00
parent f781ef4015
commit 1b74661a6b
5 changed files with 34 additions and 2 deletions

3
configure vendored
View File

@ -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