mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-11 21:31:32 +08:00
Makefile.in (all.cross): Swap $(LIBGCC) and $(STMP_FIXPROTO).
* Makefile.in (all.cross): Swap $(LIBGCC) and $(STMP_FIXPROTO). (rest.encap): Likewise. From-SVN: r19993
This commit is contained in:
parent
269df0f8c6
commit
8d45987f20
@ -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>
|
||||
|
||||
* Makefile.in (all.cross): Swap $(LIBGCC) and $(STMP_FIXPROTO).
|
||||
(rest.encap): Likewise.
|
||||
|
||||
* toplev.h (tree_node): Provide global declaration to avoid
|
||||
`limited scope' warnings.
|
||||
|
||||
|
@ -806,14 +806,14 @@ all.internal: start.encap rest.encap
|
||||
# This is what to compile if making a cross-compiler.
|
||||
# Note that we can compile enquire using the cross-compiler just built,
|
||||
# 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
|
||||
# This is what to compile if making gcc with a cross-compiler.
|
||||
all.build: native xgcc$(exeext) $(EXTRA_PARTS) lang.all.build
|
||||
# This is what must be made before installing GCC and converting libraries.
|
||||
start.encap: native xgcc$(exeext) specs $(LIBGCC1) xlimits.h lang.start.encap
|
||||
# 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
|
||||
# whether making a cross compiler or not.
|
||||
native: config.status auto-host.h cpp$(exeext) $(LANGUAGES) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user