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

Re: bootstrap failure on alpha and solaris Re: [RFA] automake massupdate, 2 of 2


Andreas Tobler wrote:


Index: Makefile.am
===================================================================
RCS file: /cvs/gcc/gcc/boehm-gc/Makefile.am,v
retrieving revision 1.41
diff -u -r1.41 Makefile.am
--- Makefile.am 16 Jun 2004 07:34:39 -0000      1.41
+++ Makefile.am 17 Jun 2004 04:12:43 -0000
@@ -54,6 +54,7 @@

 ## FIXME: we shouldn't have to do this, but automake forces us to.
 .s.lo:
+.S.lo:
 ## We use -Wp,-P to strip #line directives.  Irix `as' chokes on
 ## these.
        $(LTCOMPILE) -Wp,-P -x assembler-with-cpp -c $<


hm, this breaks the other targets :(


Andreas


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