diff options
author | DJ Delorie <dj@redhat.com> | 2004-04-27 18:25:01 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2004-04-27 18:25:01 +0000 |
commit | b89087822a20db8fc1290f6afc56002a143207bd (patch) | |
tree | 9b7b6c8fa375db8632dbe1f70f181bf20420926c /configure.in | |
parent | beb8df56a1b4c58ed3d79b3cec93c15f91290147 (diff) | |
download | gdb-b89087822a20db8fc1290f6afc56002a143207bd.zip gdb-b89087822a20db8fc1290f6afc56002a143207bd.tar.gz gdb-b89087822a20db8fc1290f6afc56002a143207bd.tar.bz2 |
merge from gcc:
2004-04-27 Paolo Bonzini <bonzini@gnu.org>
Revert:
2004-04-26 Paolo Bonzini <bonzini@gnu.org>
* Makefile.def (flags_to_pass): Remove *dir variables that
are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
as well as prefix and exec_prefix.
* Makefile.in: Regenerate.
2004-04-26 Paolo Bonzini <bonzini@gnu.org>
* Makefile.def (host_modules): Mark with the bootstrap
flag packages on which gcc depends.
* Makefile.tpl (all-bootstrap): Use it.
* Makefile.in: Regenerate.
2004-04-26 Paolo Bonzini <bonzini@gnu.org>
* Makefile.def (flags_to_pass): Remove *dir variables that
are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
as well as prefix and exec_prefix.
* Makefile.in: Regenerate.
2004-04-26 Paolo Bonzini <bonzini@gnu.org>
* configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
* configure: Regenerate.
* config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
* gcc/Makefile.tpl (compare): Use the result of the test.
* gcc/Makefile.in: Regenerate.
2004-04-23 Paolo Bonzini <bonzini@gnu.org>
* Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
Always relocate gcc and prev-gcc to the original names, even
if the build fails.
(new-cleanstrap, new-restage1, new-restage2, new-restage3):
New targets.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index ad45cda..86bc127 100644 --- a/configure.in +++ b/configure.in @@ -1068,6 +1068,7 @@ EOF fi ACX_PROG_GNAT +ACX_PROG_CMP_IGNORE_INITIAL # By default, C is the only stage 1 language. stage1_languages=c |