summaryrefslogtreecommitdiff
path: root/binutils/configure.in
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2007-08-24 15:37:37 +0000
committerDaniel Jacobowitz <dan@debian.org>2007-08-24 15:37:37 +0000
commit14f76f34043d18bb286c94f8856b255090dd6ac0 (patch)
tree98537ca728982b155567a3cb791778eac48c910b /binutils/configure.in
parent091606e8efaeb57bc9aab734f7e8f43fb90ed9ac (diff)
downloadbinutils-redhat-14f76f34043d18bb286c94f8856b255090dd6ac0.tar.gz
* configure.in: Install embedspu on powerpc*-*-eabi* also.
* configure: Regenerated.
Diffstat (limited to 'binutils/configure.in')
-rw-r--r--binutils/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/configure.in b/binutils/configure.in
index 83704c943b..f5bb3caf28 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)