From 8d45987f209c33339469d5b6d11f695e929c4e23 Mon Sep 17 00:00:00 2001 From: Manfred Hollstein Date: Sat, 23 May 1998 22:41:17 +0000 Subject: [PATCH] Makefile.in (all.cross): Swap $(LIBGCC) and $(STMP_FIXPROTO). * Makefile.in (all.cross): Swap $(LIBGCC) and $(STMP_FIXPROTO). (rest.encap): Likewise. From-SVN: r19993 --- gcc/ChangeLog | 3 +++ gcc/Makefile.in | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1619a6f32098..73d85fce49da 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -4,6 +4,9 @@ Sat May 23 23:35:14 1998 Jeffrey A Law (law@cygnus.com) 1998-05-23 Manfred Hollstein + * Makefile.in (all.cross): Swap $(LIBGCC) and $(STMP_FIXPROTO). + (rest.encap): Likewise. + * toplev.h (tree_node): Provide global declaration to avoid `limited scope' warnings. diff --git a/gcc/Makefile.in b/gcc/Makefile.in index e44f0eb8fa5a..f3bbc8f2588f 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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) \ -- 2.43.5