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. --- configure | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure') diff --git a/configure b/configure index e8ad775e4d..936dbf1a0a 100755 --- a/configure +++ b/configure @@ -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 -- cgit 1.4.1