Commit 8d45987f by Manfred Hollstein Committed by Jeff Law

Makefile.in (all.cross): Swap $(LIBGCC) and $(STMP_FIXPROTO).

	* Makefile.in (all.cross): Swap $(LIBGCC) and $(STMP_FIXPROTO).
	(rest.encap): Likewise.

From-SVN: r19993
parent 269df0f8
...@@ -4,6 +4,9 @@ Sat May 23 23:35:14 1998 Jeffrey A Law (law@cygnus.com) ...@@ -4,6 +4,9 @@ Sat May 23 23:35:14 1998 Jeffrey A Law (law@cygnus.com)
1998-05-23 Manfred Hollstein <manfred@s-direktnet.de> 1998-05-23 Manfred Hollstein <manfred@s-direktnet.de>
* Makefile.in (all.cross): Swap $(LIBGCC) and $(STMP_FIXPROTO).
(rest.encap): Likewise.
* toplev.h (tree_node): Provide global declaration to avoid * toplev.h (tree_node): Provide global declaration to avoid
`limited scope' warnings. `limited scope' warnings.
......
...@@ -806,14 +806,14 @@ all.internal: start.encap rest.encap ...@@ -806,14 +806,14 @@ all.internal: start.encap rest.encap
# This is what to compile if making a cross-compiler. # This is what to compile if making a cross-compiler.
# Note that we can compile enquire using the cross-compiler just built, # Note that we can compile enquire using the cross-compiler just built,
# although we can't run it on this machine. # although we can't run it on this machine.
all.cross: native gcc-cross specs stmp-headers $(LIBGCC) $(STMP_FIXPROTO) \ all.cross: native gcc-cross specs stmp-headers $(STMP_FIXPROTO) $(LIBGCC) \
$(LIBGCC1_TEST) $(EXTRA_PARTS) lang.all.cross $(LIBGCC1_TEST) $(EXTRA_PARTS) lang.all.cross
# This is what to compile if making gcc with a cross-compiler. # This is what to compile if making gcc with a cross-compiler.
all.build: native xgcc$(exeext) $(EXTRA_PARTS) lang.all.build all.build: native xgcc$(exeext) $(EXTRA_PARTS) lang.all.build
# This is what must be made before installing GCC and converting libraries. # This is what must be made before installing GCC and converting libraries.
start.encap: native xgcc$(exeext) specs $(LIBGCC1) xlimits.h lang.start.encap start.encap: native xgcc$(exeext) specs $(LIBGCC1) xlimits.h lang.start.encap
# These can't be made until after GCC can run. # These can't be made until after GCC can run.
rest.encap: stmp-headers $(LIBGCC) $(STMP_FIXPROTO) $(EXTRA_PARTS) lang.rest.encap rest.encap: stmp-headers $(STMP_FIXPROTO) $(LIBGCC) $(EXTRA_PARTS) lang.rest.encap
# This is what is made with the host's compiler # This is what is made with the host's compiler
# whether making a cross compiler or not. # whether making a cross compiler or not.
native: config.status auto-host.h cpp$(exeext) $(LANGUAGES) \ native: config.status auto-host.h cpp$(exeext) $(LANGUAGES) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment