diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-08-24 15:37:37 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-08-24 15:37:37 +0000 |
commit | 59678365bc23c47485f4333b685ed0b902340af0 (patch) | |
tree | dbbdb905361e7e0a19afc7082a2d882a121d4d5a /binutils/configure | |
parent | 82fc776500c74587a95b68bb7aa606b184a18158 (diff) | |
download | gdb-59678365bc23c47485f4333b685ed0b902340af0.zip gdb-59678365bc23c47485f4333b685ed0b902340af0.tar.gz gdb-59678365bc23c47485f4333b685ed0b902340af0.tar.bz2 |
* configure.in: Install embedspu on powerpc*-*-eabi* also.
* configure: Regenerated.
Diffstat (limited to 'binutils/configure')
-rwxr-xr-x | binutils/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/configure b/binutils/configure index cfc1110..a6a1dc8 100755 --- a/binutils/configure +++ b/binutils/configure @@ -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) |