Makefile.in (config.status): Depend on config.gcc.

* Makefile.in (config.status): Depend on config.gcc.
	* configure.in <for machine in $build $host $target>: Move
	contents of loop into config.gcc, removing autoconf quoting.
	Fix changequote bug for alpha*-*-vxworks*.
	* configure: Regenerate.
	* config.gcc: New.

From-SVN: r37519
This commit is contained in:
Hans-Peter Nilsson 2000-11-17 10:42:45 +00:00 committed by Hans-Peter Nilsson
parent 35728a80fc
commit 61ed06c3f3
5 changed files with 3674 additions and 6874 deletions

View File

@ -1,3 +1,12 @@
2000-11-17 Hans-Peter Nilsson <hp@axis.com>
* Makefile.in (config.status): Depend on config.gcc.
* configure.in <for machine in $build $host $target>: Move
contents of loop into config.gcc, removing autoconf quoting.
Fix changequote bug for alpha*-*-vxworks*.
* configure: Regenerate.
* config.gcc: New.
2000-11-16 Zack Weinberg <zack@wolery.stanford.edu>
* c-parse.in (if_prefix): Find the filename and line number at

View File

@ -892,7 +892,7 @@ cstamp-h: config.in config.status
# Really, really stupid make features, such as SUN's KEEP_STATE, may force
# a target to build even if it is up-to-date. So we must verify that
# config.status does not exist before failing.
config.status: $(srcdir)/configure version.c
config.status: $(srcdir)/configure $(srcdir)/config.gcc version.c
@if [ ! -f config.status ] ; then \
echo You must configure gcc. Look at http://gcc.gnu.org/install/ for details.; \
false; \

3410
gcc/config.gcc Normal file

File diff suppressed because it is too large Load Diff

3737
gcc/configure vendored

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff