PR binutils/12820
authorAlan Modra <amodra@gmail.com>
Tue, 31 May 2011 08:54:47 +0000 (08:54 +0000)
committerAlan Modra <amodra@gmail.com>
Tue, 31 May 2011 08:54:47 +0000 (08:54 +0000)
* configure.in (BUILD_INSTALL_MISC): Only add embedspu once.
* configure: Regenerate.

binutils/ChangeLog
binutils/configure
binutils/configure.in

index 0b445f0eedcdffb1db73d1a5c5321d38e4016321..feacd3474665cda7d19ec23bafa7b63c91c3278f 100644 (file)
@@ -1,3 +1,8 @@
+2011-05-31  Matthias Klose  <doko@ubuntu.com>
+
+       * configure.in (BUILD_INSTALL_MISC): Only add embedspu once.
+       * configure: Regenerate.
+
 2011-05-30  Alan Modra  <amodra@gmail.com>
 
        PR binutils/12820
index 003b6f1e25988ddebe7270b3ee5f83e457d9131c..1a4a1efdcd798c92f68891c15e17d33678e3e9b0 100755 (executable)
@@ -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*)
          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)'
index 4a03c75d1359b7ac08857509077ed3325c8907f5..965d66c168c0054bb1d82745c785c0c3d48905e6 100644 (file)
@@ -304,7 +304,10 @@ changequote([,])dnl
          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)'
This page took 0.032881 seconds and 4 git commands to generate.