aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2003-01-16 * configure.in (baseargs): Remove all supported forms ofJakub Jelinek1-0/+7
--cache-file, --srcdir, --host, --build and --target options from argument lists. * configure: Rebuilt.
2003-01-15* configure.in (noconfigdirs): Don't skip gas on IRIX 6.Alexandre Oliva1-0/+5
* configure: Rebuilt.
2003-01-10 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.Nathanael Nerode1-0/+7
* Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc. * Makefile.in: Regenerate. * configure: Regenerate.
2003-01-09* Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.DJ Delorie1-0/+6
(install-info, dir.info): Prepend $(DESTDIR) to $(infodir). * Makefile.in: Regenerate.
2003-01-09* configure.in: Remove Makefile in build, host and target modulesAlexandre Oliva1-0/+6
unless configure was run with --no-recursion. * configure: Rebuilt.
2003-01-08[ ChangeLog ]Chris Demetriou1-0/+5
2003-01-08 Chris Demetriou <cgd@broadcom.com> * config.guess: Update to 2003-01-03 version. * config.sub: Update to 2003-01-03 version. [ dejagnu/ChangeLog ] 2003-01-08 Chris Demetriou <cgd@broadcom.com> * config.guess: Update to 2003-01-03 version. * config.sub: Update to 2003-01-03 version. [ readline/ChangeLog.gdb ] 2003-01-08 Chris Demetriou <cgd@broadcom.com> * config.guess: Update to 2003-01-03 version. * config.sub: Update to 2003-01-03 version.
2003-01-08* configure: Regenerate with proper autoconf 2.13.Christopher Faylor1-0/+4
2003-01-07* configure.in: Add AC_PREREQ for consistency.Christopher Faylor1-0/+5
* configure: Regenerate.
2003-01-062003-01-06 Andrew Cagney <ac131313@redhat.com>Andrew Cagney1-0/+6
* configure.in (GDB_TK): Add tcl directories conditional on gdb/gdbtk directory being present. * configure: Regenerate.
2003-01-04 * configure.in (LD): Improve test for gcc. Try to set LD to the ld usedJohn David Anglin1-0/+6
by gcc if LD is not defined and we are not doing a Canadian Cross. * configure: Rebuilt.
2003-01-02 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.Daniel Jacobowitz1-0/+4
2002-12-31 * Makefile.in: Rebuilt.Tom Tromey1-0/+5
* Makefile.def (target_modules) [libffi]: Allow installation.
2002-12-31 * configure.in: Fix use of $program_transform_name.Andreas Schwab1-0/+5
* configure: Regenerated.
2002-12-31 * configure.in (baseargs): Don't remove first configure argument.Daniel Jacobowitz1-0/+5
* configure: Regenerated.
2002-12-29* Makefile.tpl (local-distclean): Don't remove...Alexandre Oliva1-0/+18
(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* configure.in (host_configargs): Replace reference toAlexandre Oliva1-0/+6
no-longer-defined buildopts with --build=${build_alias}. * configure: Rebuilt.
2002-12-28* Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses ofAlexandre Oliva1-0/+13
program_transform_name to standard idiom. (AUTOGEN, AUTOCONF): Define. (Makefile.in): Use $(AUTOGEN). (Makefile): Depend on config.status, and use autoconf-style rule to build it. Move original commands to... (config.status): ... this new target. (configure): Add $(srcdir). Depend on config/acx.m4. Use $(AUTOCONF). * Makefile.in: Rebuilt.
2002-12-28 * Makefile.tpl: Fix dramatic bustage due to change inNathanael Nerode1-0/+11
program_transform_name. * Makefile.in: Regenerate. * configure.in: Remove unnecessary PATH setting. * configure: Regnerate. * configure.in: Don't default to unprefixed tools unless the native tools will work. * configure: Regenerate.
2002-12-28(toplev)Nathanael Nerode1-0/+8
* configure.in: Convert to autoconf script. Blow away lots of now-redundant Makefile fragments. * configure: Generate using Autoconf. * Makefile.tpl: Rewrite to reflect autoconfiscation. * Makefile.in: Regenerate. (config) * acx.m4: New. * mh-a68bsd, mh-aix386, mh-apollo68, mh-delta88, mh-hp300, mh-hpux, mh-hpux8, mh-irix5, mh-irix6, mh-ncrsvr43, mh-openedition, mh-riscos, mh-sysv: Delete. * mh-cxux, mh-dgux386, mh-interix, mh-lynxrs6k, mh-ncr3000, mh-necv4, mh-sco, mh-solaris, mh-sysv4, mh-sysv5, mt-v810: Simplify.
2002-12-27 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,Nathanael Nerode1-16/+7
CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only. * ChangeLog: Move a couple of entries from here to winsup/cygwin, where they belong.
2002-12-27* fhandler.h (fhandler_tty_master::set_winsize): Declare new function.Christopher Faylor1-0/+9
* fhandler_console.cc (fhandler_console::send_winch_maybe): If appropriate, call tty master function to handle screen size change. * fhandler_tty.cc (fhandler_tty_master::set_winsize): New function. (fhandler_tty_master::init): Call set_winsize to set initial screen size.
2002-12-27* fhandler_tty.cc (fhandler_tty_master::init): Set initial size of tty to thatChristopher Faylor1-0/+8
of console in which tty is operating. (process_input): Semi-revert previous change. Need to just use current terminfo settings since this function is running in a thread, blocked when the terminfo changes.
2002-12-24 * Makefile.tpl (multilib.out): Fix missing space.Andreas Schwab1-0/+5
* Makefile.in: Regenerate.
2002-12-232002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>Nathanael Nerode1-0/+17
* Makefile.tpl: Use shared multilib.out. Use move-if-change for it. Convert (cd foo; make) to (cd foo && make). Clean up multilib.out. * Makefile.in: Regenerate. * configure.in: Remove unnecessary leftovers. 2002-12-22 Geoffrey Keating <geoffk@apple.com> * config/mt-aix43: Delete. 2002-12-21 Geoffrey Keating <geoffk@apple.com> * configure.in (extra_ranlibflags_for_target): New variable. (*-*-darwin): Add -c to ranlib commands. * configure (tooldir): Handle extra_ranlibflags_for_target.
2002-12-202002-12-20 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-0/+5
* COPYING.NEWLIB: Updated. * COPYING.LIBGLOSS: Ditto.
2002-12-19 * Makefile.tpl: Revert HJL's change.Nathanael Nerode1-0/+7
* Makefile.in: Regenerated. * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and always.
2002-12-19 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.Andreas Schwab1-0/+5
* Makefile.in: Regenerate.
2002-12-192002-12-18 H.J. Lu <hjl@gnu.org>H.J. Lu1-0/+7
* Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR). * Makefile.in: Regenerated. * configure.in (build_prefix): New. Substitute.
2002-12-18 * Makefile.tpl: Don't let real targets depend on phony targets.Nathanael Nerode1-0/+3
* Makefile.in: Regenerate.
2002-12-182002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>Nathanael Nerode1-0/+5
* Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo. * Makefile.in: Regenerate.
2002-12-17 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was aJason Merrill1-0/+6
previous 'make bootstrap'. * Makefile.in: Regenerate.
2002-12-17 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.Hans-Peter Nilsson1-0/+4
2002-12-14 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't runJason Merrill1-0/+7
library tests. (check-c++): Just depend on it and check-target-libstdc++-v3. * Makefile.in: Regenerate.
2002-12-132002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>Nathanael Nerode1-0/+5
* configure.in, Makefile.tpl, Makefile.def: Remove tclX. * Makefile.in: Regenerate.
2002-12-132002-12-12 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-0/+6
* COPYING.NEWLIB: Update list of alternate Regent of California licenses and discuss official revoking of advertising clause. * COPYING.LIBGLOSS: Ditto.
2002-12-12* Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).Alexandre Oliva1-0/+5
* Makefile.in: Rebuilt.
2002-12-11 * configure: Fix bug put in by gremlins.Nathanael Nerode1-0/+2
2002-12-112002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>Nathanael Nerode1-3/+9
* Makefile.tpl: Substitute more autoconfily. * configure: Substitute more autoconfily. * Makefile.in: Regenerate.
2002-12-08* Makefile.tpl (all-sim): Depend on maybe-configure-gdb.DJ Delorie1-0/+5
* Makefile.in (all-sim): Ditto.
2002-12-06* Makefile.tpl: Change configure dependencies to not have realDJ Delorie1-0/+5
targets depend on phony targets.
2002-12-05 * configure.in: Revert unintentional change.Nathanael Nerode1-0/+2
2002-12-05 * src-release: Configure host subdirs.Nathanael Nerode1-0/+2
2002-12-052002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>Nathanael Nerode1-0/+10
* Makefile.tpl: Change dependency for */multilib.out so that it works when gcc isn't in the tree. * configure.in: Substitute more. * configure: Run subconfigures from the Makefile. * Makefile.tpl: Run subconfigures from the Makefile; add a few convenience targets. Make sure gcc isn't rebuilt after bootstrap.
2002-12-04 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,Nathanael Nerode1-0/+4
and corresponding dependencies. * Makefile.in: Regenerate.
2002-12-03 * configure.in (host_tools): Order binutils, gas and ld forNathanael Nerode1-0/+3
convenience in running the testsuites.
2002-12-03 * Makefile.tpl: Introduce rules to serialize subconfigure runs.Nathanael Nerode1-0/+4
* Makefile.in: Regenerate. * configure.in: Introduce rules to serialize subconfigure runs.
2002-12-03 * configure.in: Introduce BASE_CC_FOR_TARGET.Nathanael Nerode1-0/+7
* Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS. Realize configure-build-* targets. Realize configure-target-* targets. * Makefile.in: Regenerate.
2002-12-03 * configure: Move gcc_version_trigger stuff from here...Nathanael Nerode1-0/+13
* configure.in: ...to here. * configure.in: Separate subconfigure options added by this file from options given by the user. Add machinery to put args for host subconfigures into the Makefile. * Makefile.tpl: Remove 'vault' targets. * Makefile.tpl: Reorder and comment dependencies. * Makefile.in: Regenerate.
2002-12-02(from gcc repos.)Nathanael Nerode1-0/+5
2002-11-28 Geoffrey Keating <geoffk@apple.com> * configure.in: Move host-specific darwin noconfigdirs into the host-specific section.
2002-12-02 * Makefile.tpl: Restore bkorb's style patch, accidentally lostNathanael Nerode1-0/+4
during replay. * Makefile.in: Regenerate.