aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2007-08-24 15:37:37 +0000
committerDaniel Jacobowitz <drow@false.org>2007-08-24 15:37:37 +0000
commit59678365bc23c47485f4333b685ed0b902340af0 (patch)
treedbbdb905361e7e0a19afc7082a2d882a121d4d5a /binutils
parent82fc776500c74587a95b68bb7aa606b184a18158 (diff)
downloadfsf-binutils-gdb-59678365bc23c47485f4333b685ed0b902340af0.zip
fsf-binutils-gdb-59678365bc23c47485f4333b685ed0b902340af0.tar.gz
fsf-binutils-gdb-59678365bc23c47485f4333b685ed0b902340af0.tar.bz2
* configure.in: Install embedspu on powerpc*-*-eabi* also.
* configure: Regenerated.
Diffstat (limited to 'binutils')
-rw-r--r--binutils/ChangeLog5
-rwxr-xr-xbinutils/configure2
-rw-r--r--binutils/configure.in2
3 files changed, 7 insertions, 2 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 23042e0..d0fc861 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,5 +1,10 @@
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.
2007-08-22 Ben Elliston <bje@au.ibm.com>
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)
diff --git a/binutils/configure.in b/binutils/configure.in
index 83704c9..f5bb3ca 100644
--- a/binutils/configure.in
+++ b/binutils/configure.in
@@ -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)