Skip to content
Snippets Groups Projects
Commit f83c1ef8 authored by tromey's avatar tromey
Browse files

1999-06-30 Alexandre Oliva <oliva@dcc.unicamp.br>

	* Makefile.am (.s.lo): Renamed from `.s.o'.
	* Makefile.in: Rebuilt.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27850 138bc75d-0d04-0410-961f-82ee72b054a4
parent b262d0e8
No related branches found
No related tags found
No related merge requests found
1999-06-30 Alexandre Oliva <oliva@dcc.unicamp.br>
* Makefile.am (.s.lo): Renamed from `.s.o'.
* Makefile.in: Rebuilt.
1999-06-21 Tom Tromey <tromey@cygnus.com> 1999-06-21 Tom Tromey <tromey@cygnus.com>
Alpha patch from Jeff Sturm: Alpha patch from Jeff Sturm:
......
...@@ -54,7 +54,7 @@ all_objs = @addobjs@ $(libgcjgc_la_OBJECTS) ...@@ -54,7 +54,7 @@ all_objs = @addobjs@ $(libgcjgc_la_OBJECTS)
$(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
## 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.o: .s.lo:
$(LTCOMPILE) -x assembler-with-cpp -c $< $(LTCOMPILE) -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
......
...@@ -271,6 +271,9 @@ uninstall-toolexeclibLTLIBRARIES: ...@@ -271,6 +271,9 @@ uninstall-toolexeclibLTLIBRARIES:
.c.o: .c.o:
$(COMPILE) -c $< $(COMPILE) -c $<
.s.o:
$(COMPILE) -c $<
.S.o: .S.o:
$(COMPILE) -c $< $(COMPILE) -c $<
...@@ -287,9 +290,6 @@ maintainer-clean-compile: ...@@ -287,9 +290,6 @@ maintainer-clean-compile:
.c.lo: .c.lo:
$(LIBTOOL) --mode=compile $(COMPILE) -c $< $(LIBTOOL) --mode=compile $(COMPILE) -c $<
.s.lo:
$(LIBTOOL) --mode=compile $(COMPILE) -c $<
.S.lo: .S.lo:
$(LIBTOOL) --mode=compile $(COMPILE) -c $< $(LIBTOOL) --mode=compile $(COMPILE) -c $<
...@@ -486,7 +486,7 @@ maintainer-clean-generic clean mostlyclean distclean maintainer-clean ...@@ -486,7 +486,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.o: .s.lo:
$(LTCOMPILE) -x assembler-with-cpp -c $< $(LTCOMPILE) -x assembler-with-cpp -c $<
# Multilib support. # Multilib support.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment