From: andreast Date: Sun, 20 Jun 2004 09:14:17 +0000 (+0000) Subject: 2004-06-20 Andreas Tobler X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e0f1cd145ae31df8e9fc0327571fcfb345a6be33;p=gc 2004-06-20 Andreas Tobler * Makefile.am: Add rule for .S files to fix bootstrap on solaris and alpha. * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83406 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/ChangeLog b/ChangeLog index 78de32d5..f8588e91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-06-20 Andreas Tobler + + * Makefile.am: Add rule for .S files to fix bootstrap on + solaris and alpha. + * Makefile.in: Regenerate. + 2004-06-16 Paolo Bonzini * boehm-gc/configure.ac: New name of configure.in. diff --git a/Makefile.am b/Makefile.am index 502cb232..af00bd54 100644 --- a/Makefile.am +++ b/Makefile.am @@ -57,6 +57,8 @@ TESTS = gctest ## We use -Wp,-P to strip #line directives. Irix `as' chokes on ## these. $(LTCOMPILE) -Wp,-P -x assembler-with-cpp -c $< +.S.lo: + $(LTCOMPILE) -Wp,-P -x assembler-with-cpp -c $< ## We have our own definition of LTCOMPILE because we want to use our ## CFLAGS, not those passed in from the top level make. diff --git a/Makefile.in b/Makefile.in index fc5f9abb..2be4b593 100644 --- a/Makefile.in +++ b/Makefile.in @@ -352,7 +352,7 @@ MAKEOVERRIDES = all: all-recursive .SUFFIXES: -.SUFFIXES: .c .lo .o .obj .s +.SUFFIXES: .S .c .lo .o .obj .s am--refresh: @: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @@ -766,6 +766,8 @@ uninstall-info: uninstall-info-recursive .s.lo: $(LTCOMPILE) -Wp,-P -x assembler-with-cpp -c $< +.S.lo: + $(LTCOMPILE) -Wp,-P -x assembler-with-cpp -c $< # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: