From: Richard Stallman Date: Sat, 27 Feb 1993 03:35:40 +0000 (+0000) Subject: (all.cross): Depend on enquire. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=42396e975d62fb3836ea2951c44b09b783af8f31;p=gcc.git (all.cross): Depend on enquire. From-SVN: r3549 --- diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 3c8b3b56db2..d4a9fdd7b2a 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -438,7 +438,9 @@ Makefile: $(srcdir)/Makefile.in $(srcdir)/configure $(srcdir)/version.c \ all.internal: start.encap rest.encap # This is what to compile if making a cross-compiler. -all.cross: native gcc-cross specs libgcc.a stmp-headers cross-test $(EXTRA_PARTS) +# Note that we can compile enquire using the cross-compiler just build, +# although we can't run it on this machine. +all.cross: native gcc-cross specs libgcc.a stmp-headers cross-test enquire $(EXTRA_PARTS) # This is what to compile if making gcc with a cross-compiler. all.build: native xgcc $(EXTRA_PARTS) # This is what must be made before installing GCC and converting libraries.