From 9a094c7f65feb6b02fde8d337eb2d34ba91d0394 Mon Sep 17 00:00:00 2001 From: tromey Date: Mon, 19 Jul 1999 19:17:22 +0000 Subject: 1999-07-19 Alexandre Oliva * Makefile.am (.s.lo): Avoid `#line' directives. * Makefile.in: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28175 138bc75d-0d04-0410-961f-82ee72b054a4 --- boehm-gc/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'boehm-gc/Makefile.am') diff --git a/boehm-gc/Makefile.am b/boehm-gc/Makefile.am index 4f214f6daf0..cb383d55913 100644 --- a/boehm-gc/Makefile.am +++ b/boehm-gc/Makefile.am @@ -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. .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 ## CFLAGS, not those passed in from the top level make. -- cgit v1.2.1