Makefile.am (.s.lo): Avoid `#line' directives.
1999-07-19 Alexandre Oliva <oliva@dcc.unicamp.br> * Makefile.am (.s.lo): Avoid `#line' directives. * Makefile.in: Rebuilt. From-SVN: r28175
This commit is contained in:
parent
44ebe2d0ac
commit
14eee79459
@ -1,3 +1,8 @@
|
|||||||
|
1999-07-19 Alexandre Oliva <oliva@dcc.unicamp.br>
|
||||||
|
|
||||||
|
* Makefile.am (.s.lo): Avoid `#line' directives.
|
||||||
|
* Makefile.in: Rebuilt.
|
||||||
|
|
||||||
1999-07-19 Alexandre Oliva <oliva@dcc.unicamp.br>
|
1999-07-19 Alexandre Oliva <oliva@dcc.unicamp.br>
|
||||||
|
|
||||||
* Makefile.am (*-recursive, *-am, *-multi): Automake does not
|
* Makefile.am (*-recursive, *-am, *-multi): Automake does not
|
||||||
|
@ -55,7 +55,9 @@ $(all_objs) : config.h gc_priv.h gc_hdrs.h gc.h gc_mark.h
|
|||||||
|
|
||||||
## FIXME: we shouldn't have to do this, but automake forces us to.
|
## FIXME: we shouldn't have to do this, but automake forces us to.
|
||||||
.s.lo:
|
.s.lo:
|
||||||
$(LTCOMPILE) -x assembler-with-cpp -c $<
|
## We use -Wp,-P to strip #line directives. Irix `as' chokes on
|
||||||
|
## these.
|
||||||
|
$(LTCOMPILE) -Wp,-P -x assembler-with-cpp -c $<
|
||||||
|
|
||||||
## We have our own definition of LTCOMPILE because we want to use our
|
## We have our own definition of LTCOMPILE because we want to use our
|
||||||
## CFLAGS, not those passed in from the top level make.
|
## CFLAGS, not those passed in from the top level make.
|
||||||
|
@ -487,7 +487,7 @@ maintainer-clean-generic clean mostlyclean distclean maintainer-clean
|
|||||||
$(all_objs) : config.h gc_priv.h gc_hdrs.h gc.h gc_mark.h
|
$(all_objs) : config.h gc_priv.h gc_hdrs.h gc.h gc_mark.h
|
||||||
|
|
||||||
.s.lo:
|
.s.lo:
|
||||||
$(LTCOMPILE) -x assembler-with-cpp -c $<
|
$(LTCOMPILE) -Wp,-P -x assembler-with-cpp -c $<
|
||||||
|
|
||||||
# Multilib support.
|
# Multilib support.
|
||||||
.PHONY: all-multi mostlyclean-multi clean-multi distclean-multi \
|
.PHONY: all-multi mostlyclean-multi clean-multi distclean-multi \
|
||||||
|
Loading…
Reference in New Issue
Block a user