From 1ab52cbe0549166fc916f60dc4e666c97ad8b113 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 31 May 2011 08:54:47 +0000 Subject: PR binutils/12820 * configure.in (BUILD_INSTALL_MISC): Only add embedspu once. * configure: Regenerate. --- binutils/configure | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'binutils/configure') diff --git a/binutils/configure b/binutils/configure index 003b6f1..1a4a1ef 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)' -- cgit v1.1