aboutsummaryrefslogtreecommitdiff
path: root/binutils/configure.in
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2007-01-11 06:24:40 +0000
committerAlan Modra <amodra@gmail.com>2007-01-11 06:24:40 +0000
commit669a9a2af6922f748d451486770ea70ce02385ba (patch)
tree7923fc44c148d2bdad340cf1ffd80b0943cd2376 /binutils/configure.in
parenta1b4b5562372076580c1ee42711f7be3945c9be2 (diff)
downloadgdb-669a9a2af6922f748d451486770ea70ce02385ba.zip
gdb-669a9a2af6922f748d451486770ea70ce02385ba.tar.gz
gdb-669a9a2af6922f748d451486770ea70ce02385ba.tar.bz2
* embedspu.sh: New file.
* Makefile.am (embedspu): Add rule. * configure.in (BUILD_MISC): Add embedspu for powerpc-linux. * Makefile.in: Regenerate. * configure: Regenerate.
Diffstat (limited to 'binutils/configure.in')
-rw-r--r--binutils/configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/configure.in b/binutils/configure.in
index 4036953..383dbcd 100644
--- a/binutils/configure.in
+++ b/binutils/configure.in
@@ -296,6 +296,9 @@ changequote([,])dnl
DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_PPC"
BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
;;
+ powerpc*-*-linux* | powerpc*-*-elf*)
+ BUILD_MISC=embedspu
+ ;;
sh*-*-pe)
BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_SH"