This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

Top level spu config patch


I'm committing this one as obvious to gcc and binutils mainline,
and moving my previous ChangeLog entry for mt-spu to the right
file.

	* mt-spu (all-ld): Depend on all-binutils.

Index: config/mt-spu
===================================================================
RCS file: /cvs/src/src/config/mt-spu,v
retrieving revision 1.1
diff -u -p -r1.1 mt-spu
--- config/mt-spu	11 Dec 2006 06:47:57 -0000	1.1
+++ config/mt-spu	27 Feb 2007 08:38:02 -0000
@@ -1,2 +1,4 @@
 # spu ld makefile invokes as-new in maintainer mode.
 all-ld: $(MAINT) all-gas
+# spu ld makefile invokes bin2c
+all-ld: all-binutils

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


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