aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2005-06-06* configure.in: Fix typo in handling of --with-mpfr-dir.DJ Delorie1-0/+5
* configure: Regenerate.
2005-06-02* config.sub: Add cases for the Renesas m32c. (This patch has beenJim Blandy1-0/+5
accepted into the master sources.)
2005-06-02 * configure.in: Set noconfigdirs for ms1.Aldy Hernandez1-0/+8
* configure: Regenerate.
2005-05-252005-05-25 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini1-0/+7
* Makefile.tpl (stage[+id+]-start): Iterate over target module as well. (Dependencies): Consider target modules for bootstrap dependencies. Make target bootstrap modules depend on each stage's gcc. * Makefile.in: Regenerate.
2005-05-202005-05-20 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini1-0/+6
* Makefile.def (configure-gcc): Depend on binutils having been built. (all-gcc): No need to do it here. * Makefile.in: Regenerate.
2005-05-192005-05-19 Paul Brook <paul@codesourcery.com>Paul Brook1-0/+6
* configure.in: Rewrite misleading error message when requested language cannot be built. * configure: Regenerate.
2005-05-15./Daniel Jacobowitz1-0/+4
* ylwrap: Import from Automake 1.9.5. binutils/ * acinclude.m4: Remove obsolete code. * configure.in: Update AC_PREREQ. * doc/Makefile.am (binutils_TEXINFOS): Define. (config.texi): Depend on distributed files instead of built files. (binutils.dvi, binutils.info): Remove unnecessary rules. (DISTCLEANFILES): Remove. (install-data-local): Renamed from install. (info-local): Renamed from info. * Makefile.in, aclocal.m4, config.in, configure, doc/Makefile.in: Regenerated. gas/ * Makefile.am (m68k-parse.c, itbl-parse.c): Update ylwrap invocation. * Makefile.in: Regenerated. ld/ * Makefile.am (AM_MAKEINFOFLAGS): Define. (TEXI2DVI): Define. (ldver.texi): Depend on distributed files instead of built files. (ld.info): Include $(srcdir) in the rule target. Remove actions. (ld.dvi): Remove actions. (MAINTAINERCLEANFILES): Add configdoc.texi. (CONFIG_STATUS_DEPENDENCIES): Add bfd/configure.in. (install-data-local): Renamed from install. (Makefile): Remove explicit dependency. * acinclude.m4: Remove obsolete code. * configure.in: Update AC_PREREQ. Remove extra $CONFIG_SHELL. * Makefile.in, aclocal.m4, config.in, configure: Regenerated. gdb/ * Makefile.in (.y.c): Update ylwrap invocation.
2005-05-05 * configure.in: Always pass --target to target configures asMike Stump1-0/+6
otherwise rebuilds that do --recheck will fail. * confiugure: Rebuilt.
2005-05-042005-05-04 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini1-0/+9
* Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from STAGE_HOST_EXPORTS. (configure, all): Add bootstrap support. (Host modules, target modules): Pass post-stage1 flags and exports. (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere. * Makefile.in: Regenerate.
2005-04-292005-04-29 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini1-0/+16
Sync from gcc: 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com> * config.sub: Update from master copy. 2005-04-19 Hans-Peter Nilsson <hp@axis.com> * configure.in <crisv32-*-*, cris-*-*>: New local variable libgcj_ex_libffi. Have specific match for *-*-linux*. Separate matches for "*-*-aout" and "*-*-elf". Don't disable libffi for "*-*-elf" and "*-*-linux*". * configure: Regenerate. config: 2005-04-29 Paolo Bonzini <bonzini@gnu.org> * acx.m4 (ACX_PROG_GNAT): Remove stray break.
2005-04-062005-04-06 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini1-0/+6
* Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir. (TARGET_CONFIGARGS): Include --with-target-subdir. (configure, all): New macros. Use them throughout.
2005-04-052005-04-05 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini1-0/+5
* Makefile.tpl: Sync with gcc. * Makefile.in: Regenerate.
2005-03-30 * config/mh-mingw32: Delete.Joern Rennecke1-0/+6
* configure.in: Don't use it. * configure: Regenerate.
2005-03-302005-02-28 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini1-0/+13
* Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path. * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove. (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR). (HOST_LIB_PATH): Generate from Makefile.def. (TARGET_LIB_PATH): Likewise. (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR. * Makefile.in: Regenerate. * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove. (RPATH_ENVVAR): Include Darwin case. * configure: Regenerate. config: 2005-02-28 Paolo Bonzini <bonzini@gnu.org> * config/gcc-lib-path.m4: Remove.
2005-03-252005-03-25 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini1-0/+5
* configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin. * configure: Regenerate.
2005-03-22top:Zack Weinberg1-12/+24
* Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir, gcc_version, and gcc_version_trigger from set of flags to pass. * Makefile.tpl: Remove definitions of above variables. (config.status): Remove dependency on $(gcc_version_trigger). * Makefile.in: Regenerate. * configure.in: Do not reference config/gcc-version.m4 nor config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger. * configure: Regenerate. config: * gxx-include-dir.m4: In all substitutions, leave $(gcc_version) to be expanded by the Makefile.
2005-03-16* Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.DJ Delorie1-0/+6
* Makefile.in: Regenerate.
2005-03-01PR libgcj/20160Alexandre Oliva1-0/+6
* ltmain.sh: Avoid creating archives with components that have duplicate basenames.
2005-02-282005-02-28 Andrew Pinski <pinskia@physics.uc.edu>Paolo Bonzini1-0/+7
PR bootstrap/20250 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install instead of check. * Makefile.in: Regenerate.
2005-02-282005-02-28 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini1-0/+33
Sync from gcc. 2005-02-28 Paolo Bonzini <bonzini@gnu.org> PR bootstrap/17383 * Makefile.def (target_modules): Remove "stage", now unnecessary. * Makefile.tpl (HOST_SUBDIR): New substitution. (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET, USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET, USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET, USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it. (Host modules, Bootstrapped modules): Use it. (Build modules, Target modules): Do not create symlink trees, always configure out-of-srcdir. (distclean): Try removing $(host_subdir) with rm before using rm -rf. * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use $(HOST_SUBDIR). Create a symlink for host_subdir. * Makefile.in: Regenerate. * configure: Regenerate. Merged from libada-gnattools-branch: 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org> * Makefile.def: Add gnattools as a module, depending on target-libada. * Makefile.in: Regenerate. * configure.in: Include gnattools in host_tools; disable it if ada is disabled. * configure: Regenerate. config: 2005-02-28 Paolo Bonzini <bonzini@gnu.org> PR bootstrap/17383 * acx.m4 (GCC_TOPLEV_SUBDIRS): Set HOST_SUBDIR if an in-src gcc build is going.
2005-02-23configure: Regenerate.Nick Clifton1-0/+4
2005-02-22Allow darwin targeted ports to build tk, itcl and libgui.Nick Clifton1-0/+5
2005-02-21 PR libgcj/10353Eric Botcazou1-0/+6
* configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj. * configure: Regenerate.
2005-02-082005-02-08 Andrew Cagney <cagney@gnu.org>Andrew Cagney1-0/+5
* MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the gdb/ section. Update GDB's URL.
2005-01-312005-01-31 Andrew Cagney <cagney@gnu.org>Andrew Cagney1-0/+4
* gettext.m4: Only set ENABLE_NLS when gettext is present.
2005-01-29 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.Hans-Peter Nilsson1-0/+7
<crisv32-*-*, cris-*-*>: Only disable target-newlib and target-libgloss when not *-*-elf and *-*-aout. * configure: Regenerate.
2005-01-272005-01-27 Andrew Cagney <cagney@gnu.org>Andrew Cagney1-0/+4
* gettext.m4: Don't use NONE as a default for CATOBJEXT.
2005-01-242005-01-24 Andrew Cagney <cagney@gnu.org>Andrew Cagney1-0/+4
* gettext.m4: Only fall back to ../intl/ when it's present.
2005-01-192005-01-17 Kelley Cook <kcook@gcc.gnu.org>R. Kelley Cook1-1/+5
* install-sh, config.sub: Import from upstream.
2005-01-192005-01-13 Kelley Cook <kcook@gcc.gnu.org>R. Kelley Cook1-0/+7
PR bootstrap/18222 * Makefile.def: Pass CPPFLAGS_FOR_TARGET. * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET. * Makefile.in: Regenerate.
2005-01-032005-01-03 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini1-0/+5
Revert 2004-12-28 Makefile changes, a better fix will be applied to mainline and src after GCC 4.0 branches.
2004-12-282004-12-28 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini1-0/+12
PR bootstrap/17383 * Makefile.def (target_modules): Remove stage parameter, it is always true now. * Makefile.tpl (configure-build-[+module+], configure-target-[+module+]): Always build symlink tree for the directory and for include. BUILD_SUBDIR and TARGET_SUBDIR cannot be . anymore. * Makefile.in: Regenerate.
2004-12-27Revert 2004-12-08 Makefile changes.DJ Delorie1-0/+4
2004-12-162004-12-16 Andrew Stubbs <andrew.stubbs@st.com>Joern Rennecke1-0/+5
* configure.in (sh64-*-*): Reenable gprof. * configure: Regenerate.
2004-12-09* MAINTAINERS: List 'depcomp' as part of automake.Jim Blandy1-0/+4
2004-12-08 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.David Edelsohn1-0/+7
* Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG. (EXTRA_TARGET_FLAGS): Add PICFLAG. * Makefile.in: Regenerate.
2004-12-08* Makefile.tpl: Generate normal dependencies if the LHS module isDJ Delorie1-0/+6
not bootstrapped. * Makefile.in: Regenerate.
2004-12-03Introduce config/gxx-include-dir.m4.Richard Sandiford1-0/+6
2004-12-03Remove config.if.Richard Sandiford1-0/+8
2004-12-02Use correct ChangeLog entry.Eric Christopher1-1/+2
2004-12-022004-12-02 Eric Christopher <echristo@redhat.com>Eric Christopher1-0/+5
* Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list of things to remove. * Makefile.in: Regenerate.
2004-12-02 * configure.in: Clear gcc_version_trigger if the file doesn't exist.Richard Sandiford1-0/+5
* configure: Regenerate.
2004-12-02Introduce and use config/gcc-version.m4.Richard Sandiford1-0/+6
2004-11-26 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.John David Anglin1-0/+6
(hppa*64*-*-*): Delete incorrect comment. * configure: Rebuilt.
2004-11-162004-11-15 Kelley Cook <kcook@gcc.gnu.org>DJ Delorie1-0/+8
* install-sh, compile: Import from automake. * config.guess, config.sub: Import from savannnah.
2004-11-13 * Makefile.def: Add html support.Mike Stump1-0/+6
* Makefile.tpl: Likewise. * Makefile.in: Regenerate.
2004-11-12 PR 18423Geoffrey Keating1-0/+11
* configure.in: Remove all instances of build-fixincludes from noconfigdirs. (build_configargs): Supply --target to subdirectories. * configure: Regenerate. * Makefile.def: Make gcc install depend on fixincludes install. * Makefile.in: Regenerate.
2004-11-08 * configure.in (noconfigdirs) [mmix-*-*]: DisableHans-Peter Nilsson1-0/+6
target-libgfortran. * configure: Regenerate.
2004-11-08 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRANDavid Edelsohn1-0/+5
like CC.
2004-11-052004-11-05 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini1-0/+5
* Makefile.def (host fixincludes): Specify missing targets. * Makefile.in: Regenerate.