aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/Makefile.am
diff options
context:
space:
mode:
authorAndreas Tobler <a.tobler@schweiz.ch>2004-06-20 11:14:17 +0200
committerAndreas Tobler <andreast@gcc.gnu.org>2004-06-20 11:14:17 +0200
commit500e12641f0f7fb4fde1221f7f8052ef351de5f7 (patch)
tree633aea03d45d67a968d1fa7b98850db3a0c57bdd /boehm-gc/Makefile.am
parent84b8b0e04d42732ea65d452aa74e3575f75de10b (diff)
downloadgcc-500e12641f0f7fb4fde1221f7f8052ef351de5f7.zip
gcc-500e12641f0f7fb4fde1221f7f8052ef351de5f7.tar.gz
gcc-500e12641f0f7fb4fde1221f7f8052ef351de5f7.tar.bz2
Makefile.am: Add rule for .S files to fix bootstrap on solaris and alpha.
2004-06-20 Andreas Tobler <a.tobler@schweiz.ch> * Makefile.am: Add rule for .S files to fix bootstrap on solaris and alpha. * Makefile.in: Regenerate. From-SVN: r83406
Diffstat (limited to 'boehm-gc/Makefile.am')
-rw-r--r--boehm-gc/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/boehm-gc/Makefile.am b/boehm-gc/Makefile.am
index 502cb23..af00bd5 100644
--- a/boehm-gc/Makefile.am
+++ b/boehm-gc/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.