diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2002-12-31 03:30:48 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@gcc.gnu.org> | 2002-12-31 03:30:48 +0000 |
commit | c512091192989e5f7e93474124bd7ec879979b81 (patch) | |
tree | 8628f56bcab2846ff8fd5598709bc7989ae055f9 | |
parent | 1b414d319e57085a3c1366582f3701737914c60a (diff) | |
download | gcc-c512091192989e5f7e93474124bd7ec879979b81.zip gcc-c512091192989e5f7e93474124bd7ec879979b81.tar.gz gcc-c512091192989e5f7e93474124bd7ec879979b81.tar.bz2 |
Add missing changelog entry
From-SVN: r60675
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -3,6 +3,24 @@ * configure.in (baseargs): Don't remove first configure argument. * configure: Regenerated. +2002-12-29 Alexandre Oliva <aoliva@redhat.com> + + * Makefile.tpl (local-distclean): Don't remove... + (multilib.ts): ... this. Moved into... + (multilib.out): ... this. Don't use sub-make. + ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile, + $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into... + (configure-build-[+module+], configure-[+module+], + configure-target-[+module+], configure-gcc): ... these. Test + for Makefile existence. Drop config.status from dependencies. + * Makefile.in: Rebuilt. + * configure.in: Move gcc-version-trigger to the end of + ac_configure_args. Add comments to maybedep.tmp and + serdep.tmp. Introduce --disable-serial-configure. Remove + nonopt from baseargs, matching and removing corresponding + whitespace while at it. + * configure: Rebuilt. + 2002-12-28 Alexandre Oliva <aoliva@redhat.com> * configure.in (host_configargs): Replace reference to |