summaryrefslogtreecommitdiff
path: root/binutils/configure.in
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2007-01-11 06:24:40 +0000
committerAlan Modra <amodra@bigpond.net.au>2007-01-11 06:24:40 +0000
commit433c692c9e04a0e0b75d0dabb4f6ef59c7b62a4d (patch)
tree8509ff47931b280ef0866a74161af566a75287fc /binutils/configure.in
parent17dbc3d8ed78db2a278d12e1e136a67dd02ff8e4 (diff)
downloadbinutils-redhat-433c692c9e04a0e0b75d0dabb4f6ef59c7b62a4d.tar.gz
* 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 40369530a0..383dbcdae1 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"