PR binutils/12820

* configure.in (BUILD_INSTALL_MISC): Only add embedspu once.
	* configure: Regenerate.
This commit is contained in:
Alan Modra
2011-05-31 08:54:47 +00:00
parent 8dbe1edcd3
commit 1ab52cbe05
3 changed files with 14 additions and 3 deletions

View 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)'