From 1b74661a6b93a892ecb1c717dedeedba5c2a976c Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 25 Jun 2011 00:06:42 -0700 Subject: Explicitly remove .gnu.glibc-stub sections with objcopy when not using linker script. --- aclocal.m4 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'aclocal.m4') diff --git a/aclocal.m4 b/aclocal.m4 index 6ad3c87af2..d226e77a9e 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -101,6 +101,8 @@ AR=`$CC -print-prog-name=ar` AC_SUBST(AR) OBJDUMP=`$CC -print-prog-name=objdump` AC_SUBST(OBJDUMP) +OBJCOPY=`$CC -print-prog-name=objcopy` +AC_SUBST(OBJCOPY) # Determine whether we are using GNU binutils. AC_CACHE_CHECK(whether $AS is GNU as, libc_cv_prog_as_gnu, -- cgit v1.2.3