This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Install embedspu on powerpc-eabi


Just an inconsistency I noticed.  Most bare metal PowerPC toolchains
seem to be configured powerpc-eabi rather than powerpc-elf, so this
is probably what was intended.  Checked in.

-- 
Daniel Jacobowitz
CodeSourcery

2007-08-24  Daniel Jacobowitz  <dan@codesourcery.com>

	* configure.in: Install embedspu on powerpc*-*-eabi* also.
	* configure: Regenerated.

Index: configure.in
===================================================================
RCS file: /cvs/src/src/binutils/configure.in,v
retrieving revision 1.81
diff -u -p -r1.81 configure.in
--- configure.in	16 Jul 2007 10:11:01 -0000	1.81
+++ configure.in	24 Aug 2007 15:36:58 -0000
@@ -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)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]