forked from Imagelibrary/binutils-gdb
PR binutils/12820
* configure.in (BUILD_INSTALL_MISC): Only add embedspu once. * configure: Regenerate.
This commit is contained in:
@@ -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)'
|
||||
|
||||
Reference in New Issue
Block a user