* configure.in: Install embedspu on powerpc*-*-eabi* also.

* configure: Regenerated.
This commit is contained in:
Daniel Jacobowitz 2007-08-24 15:37:37 +00:00
parent 82fc776500
commit 59678365bc
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2007-08-24 Daniel Jacobowitz <dan@codesourcery.com>
* configure.in: Install embedspu on powerpc*-*-eabi* also.
* configure: Regenerated.
2007-08-24 Daniel Jacobowitz <dan@codesourcery.com>
* po/uk.po: Updated Ukrainian translation.

2
binutils/configure vendored
View File

@ -14531,7 +14531,7 @@ do
BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
;;
powerpc*-*-linux* | powerpc*-*-elf*)
powerpc*-*-linux* | powerpc*-*-elf* | powerpc*-*-eabi*)
BUILD_INSTALL_MISC="${BUILD_INSTALL_MISC} embedspu"
;;
sh*-*-pe)

View File

@ -333,7 +333,7 @@ changequote([,])dnl
BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
;;
powerpc*-*-linux* | powerpc*-*-elf*)
powerpc*-*-linux* | powerpc*-*-elf* | powerpc*-*-eabi*)
BUILD_INSTALL_MISC="${BUILD_INSTALL_MISC} embedspu"
;;
sh*-*-pe)