From 669a9a2af6922f748d451486770ea70ce02385ba Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 11 Jan 2007 06:24:40 +0000 Subject: * embedspu.sh: New file. * Makefile.am (embedspu): Add rule. * configure.in (BUILD_MISC): Add embedspu for powerpc-linux. * Makefile.in: Regenerate. * configure: Regenerate. --- binutils/configure | 3 +++ 1 file changed, 3 insertions(+) (limited to 'binutils/configure') diff --git a/binutils/configure b/binutils/configure index fd0d32b..30ff858 100755 --- a/binutils/configure +++ b/binutils/configure @@ -8679,6 +8679,9 @@ do 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" -- cgit v1.1