]> gcc.gnu.org Git - gcc.git/commitdiff
Makefile.in (all.cross): Swap $(LIBGCC) and $(STMP_FIXPROTO).
authorManfred Hollstein <manfred@s-direktnet.de>
Sat, 23 May 1998 22:41:17 +0000 (22:41 +0000)
committerJeff Law <law@gcc.gnu.org>
Sat, 23 May 1998 22:41:17 +0000 (16:41 -0600)
* Makefile.in (all.cross): Swap $(LIBGCC) and $(STMP_FIXPROTO).
(rest.encap): Likewise.

From-SVN: r19993

gcc/ChangeLog
gcc/Makefile.in

index 1619a6f320982d4233f9be4f8009a2f3e8661fff..73d85fce49da9dddddcc59ced145388b15b766db 100644 (file)
@@ -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.
 
index e44f0eb8fa5a2a1265ca0c525c059facf09d7b69..f3bbc8f2588fcb4ba65e8569b3f9da49897671f2 100644 (file)
@@ -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) \
This page took 0.074555 seconds and 5 git commands to generate.