summaryrefslogtreecommitdiff
path: root/binutils/configure
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2011-05-31 08:54:46 +0000
committerAlan Modra <amodra@bigpond.net.au>2011-05-31 08:54:46 +0000
commit39bbf5517bbe61a1c563159da0c861c3d27f3225 (patch)
treeb50463768e6ed13356e8dec636fdc30c56f4611c /binutils/configure
parentd8743fc60efbf163aabd25f30174475c878fa89d (diff)
downloadbinutils-redhat-39bbf5517bbe61a1c563159da0c861c3d27f3225.tar.gz
PR binutils/12820
* configure.in (BUILD_INSTALL_MISC): Only add embedspu once. * configure: Regenerate.
Diffstat (limited to 'binutils/configure')
-rwxr-xr-xbinutils/configure7
1 files changed, 5 insertions, 2 deletions
diff --git a/binutils/configure b/binutils/configure
index 003b6f1e25..1a4a1efdcd 100755
--- a/binutils/configure
+++ b/binutils/configure
@@ -13800,7 +13800,7 @@ do
fi
DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
- od_vectors="$od_vectors objdump_private_desc_xcoff"
+ od_vectors="$od_vectors objdump_private_desc_xcoff"
else
case $targ in
i[3-7]86*-*-netware*)
@@ -13895,7 +13895,10 @@ do
BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
;;
powerpc*-*-linux* | powerpc*-*-elf* | powerpc*-*-eabi*)
- BUILD_INSTALL_MISC="${BUILD_INSTALL_MISC} embedspu"
+ case "$BUILD_INSTALL_MISC" in
+ *embedspu*) ;;
+ *) BUILD_INSTALL_MISC="${BUILD_INSTALL_MISC} embedspu"
+ esac
;;
sh*-*-pe)
BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'