Commit d81c9768 by Andreas Schwab Committed by Jeff Law

* Makefile.in (all.cross): Depend on xcpp$(exeext).

From-SVN: r29975
parent 476a33f4
Thu Oct 14 05:08:14 1999 Andreas Schwab <schwab@suse.de>
* Makefile.in (all.cross): Depend on xcpp$(exeext).
Thu Oct 14 04:00:40 1999 Richard Henderson <rth@cygnus.com>
* genrecog.c (validate_pattern): Condense the destination
......
......@@ -822,8 +822,8 @@ all.internal: start.encap rest.encap doc
# 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 $(STMP_FIXPROTO) $(LIBGCC) \
$(LIBGCC1_TEST) $(EXTRA_PARTS) lang.all.cross doc
all.cross: native gcc-cross xcpp$(exeext) specs stmp-headers $(STMP_FIXPROTO) \
$(LIBGCC) $(LIBGCC1_TEST) $(EXTRA_PARTS) lang.all.cross doc
# This is what to compile if making gcc with a cross-compiler.
all.build: native xgcc$(exeext) xcpp$(exeext) $(EXTRA_PARTS) lang.all.build
# This is what must be made before installing GCC and converting libraries.
......
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