mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-10 09:37:02 +08:00
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:
parent
35728a80fc
commit
61ed06c3f3
@ -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
|
||||
|
@ -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
3410
gcc/config.gcc
Normal file
File diff suppressed because it is too large
Load Diff
3737
gcc/configure
vendored
3737
gcc/configure
vendored
File diff suppressed because it is too large
Load Diff
3390
gcc/configure.in
3390
gcc/configure.in
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user