summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2010-09-27 20:22:45 +0000
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2010-09-27 20:22:45 +0000
commit85e8307431a62ea40a47a4300ac126c53c669f41 (patch)
tree0a952d400e3c7aa733e6852f4182b555203e4b85 /configure
parent252d1ef1d24ac5fd5d39d53369af958bc0b9c5b8 (diff)
downloadbinutils-redhat-85e8307431a62ea40a47a4300ac126c53c669f41.tar.gz
Fix unportable shell quoting.
/: Sync from GCC: PR bootstrap/44621 * configure.ac: Fix unportable shell quoting. * configure: Regenerate. config/: * po.m4 (AM_PO_SUBDIRS): Fix unportable shell quoting. bfd/: * configure: Regenerate. gas/: * configure: Regenerate. gold/: * configure: Regenerate. intl/: * configure: Regenerate. ld/: * configure: Regenerate. opcodes/: * configure: Regenerate. binutils/: * configure: Regenerate. gprof/: * configure: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 0904ffb741..47f732f242 100755
--- a/configure
+++ b/configure
@@ -3108,7 +3108,7 @@ fi
configdirs="$configdirs gold"
;;
*)
- configdirs="`echo " ${configdirs} " | sed -e 's/ ld / gold /'`"
+ configdirs=`echo " ${configdirs} " | sed -e 's/ ld / gold /'`
;;
esac
ENABLE_GOLD=yes