diff options
author | Roland McGrath <roland@hack.frob.com> | 2011-06-25 00:06:42 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2011-07-02 15:21:27 -0700 |
commit | 1b74661a6b93a892ecb1c717dedeedba5c2a976c (patch) | |
tree | 56bd14f4f2ea8e15e03fc80c8044ba96fbfa5514 /aclocal.m4 | |
parent | f781ef4015504e8a1da649c266584976238aa079 (diff) | |
download | glibc-1b74661a6b93a892ecb1c717dedeedba5c2a976c.tar.gz |
Explicitly remove .gnu.glibc-stub sections with objcopy when not using
linker script.
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
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, |