]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
PR binutils/12820
authorAlan Modra <amodra@gmail.com>
Tue, 31 May 2011 08:55:55 +0000 (08:55 +0000)
committerAlan Modra <amodra@gmail.com>
Tue, 31 May 2011 08:55:55 +0000 (08:55 +0000)
* configure.in (BUILD_INSTALL_MISC): Only add embedspu once.
* configure: Regenerate.

binutils/ChangeLog
binutils/configure
binutils/configure.in

index 9dc20d43255a409471c6ece75983d1e4cdf9b002..3ac9a28117e24a038df8d7f49baaf1845166b2c6 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 02b05fbf15425de677b2f4ff394dbd2b62e43c79..0688f380bf6c3cb69390b766435ce486a1323e17 100755 (executable)
          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 99fc22d6f392dd65b9d6102382afc55956c084e5..b64854de19b6d498330f8b2851e8a81ef55089bb 100644 (file)
@@ -307,7 +307,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)'