summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 2005-04-06 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2005-04-061-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-05 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2005-04-051-0/+5
| | | | | * Makefile.tpl: Sync with gcc. * Makefile.in: Regenerate.
* * config/mh-mingw32: Delete.Joern Rennecke2005-03-301-0/+6
| | | | | * configure.in: Don't use it. * configure: Regenerate.
* 2005-02-28 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2005-03-301-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-25 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2005-03-251-0/+5
| | | | | * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin. * configure: Regenerate.
* top:Zack Weinberg2005-03-221-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.
* * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.DJ Delorie2005-03-161-0/+6
| | | | * Makefile.in: Regenerate.
* PR libgcj/20160Alexandre Oliva2005-03-011-0/+6
| | | | | * ltmain.sh: Avoid creating archives with components that have duplicate basenames.
* 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>Paolo Bonzini2005-02-281-0/+7
| | | | | | | PR bootstrap/20250 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install instead of check. * Makefile.in: Regenerate.
* 2005-02-28 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2005-02-281-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.
* configure: Regenerate.Nick Clifton2005-02-231-0/+4
|
* Allow darwin targeted ports to build tk, itcl and libgui.Nick Clifton2005-02-221-0/+5
|
* PR libgcj/10353Eric Botcazou2005-02-211-0/+6
| | | | | * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj. * configure: Regenerate.
* 2005-02-08 Andrew Cagney <cagney@gnu.org>Andrew Cagney2005-02-081-0/+5
| | | | | * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the gdb/ section. Update GDB's URL.
* 2005-01-31 Andrew Cagney <cagney@gnu.org>Andrew Cagney2005-01-311-0/+4
| | | | * gettext.m4: Only set ENABLE_NLS when gettext is present.
* * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.Hans-Peter Nilsson2005-01-291-0/+7
| | | | | | <crisv32-*-*, cris-*-*>: Only disable target-newlib and target-libgloss when not *-*-elf and *-*-aout. * configure: Regenerate.
* 2005-01-27 Andrew Cagney <cagney@gnu.org>Andrew Cagney2005-01-271-0/+4
| | | | * gettext.m4: Don't use NONE as a default for CATOBJEXT.
* 2005-01-24 Andrew Cagney <cagney@gnu.org>Andrew Cagney2005-01-241-0/+4
| | | | * gettext.m4: Only fall back to ../intl/ when it's present.
* 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>Kelley Cook2005-01-191-1/+5
| | | | * install-sh, config.sub: Import from upstream.
* 2005-01-13 Kelley Cook <kcook@gcc.gnu.org>Kelley Cook2005-01-191-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-03 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2005-01-031-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-28 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2004-12-281-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.
* Revert 2004-12-08 Makefile changes.DJ Delorie2004-12-271-0/+4
|
* 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>Joern Rennecke2004-12-161-0/+5
| | | | | * configure.in (sh64-*-*): Reenable gprof. * configure: Regenerate.
* * MAINTAINERS: List 'depcomp' as part of automake.Jim Blandy2004-12-091-0/+4
|
* * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.David Edelsohn2004-12-081-0/+7
| | | | | | * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG. (EXTRA_TARGET_FLAGS): Add PICFLAG. * Makefile.in: Regenerate.
* * Makefile.tpl: Generate normal dependencies if the LHS module isDJ Delorie2004-12-081-0/+6
| | | | | not bootstrapped. * Makefile.in: Regenerate.
* Introduce config/gxx-include-dir.m4.Richard Sandiford2004-12-031-0/+6
|
* Remove config.if.Richard Sandiford2004-12-031-0/+8
|
* Use correct ChangeLog entry.Eric Christopher2004-12-021-1/+2
|
* 2004-12-02 Eric Christopher <echristo@redhat.com>Eric Christopher2004-12-021-0/+5
| | | | | | * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list of things to remove. * Makefile.in: Regenerate.
* * configure.in: Clear gcc_version_trigger if the file doesn't exist.Richard Sandiford2004-12-021-0/+5
| | | | * configure: Regenerate.
* Introduce and use config/gcc-version.m4.Richard Sandiford2004-12-021-0/+6
|
* * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.Dave Anglin2004-11-261-0/+6
| | | | | (hppa*64*-*-*): Delete incorrect comment. * configure: Rebuilt.
* 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>DJ Delorie2004-11-161-0/+8
| | | | | * install-sh, compile: Import from automake. * config.guess, config.sub: Import from savannnah.
* * Makefile.def: Add html support.Mike Stump2004-11-131-0/+6
| | | | | * Makefile.tpl: Likewise. * Makefile.in: Regenerate.
* PR 18423Geoffrey Keating2004-11-121-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.
* * configure.in (noconfigdirs) [mmix-*-*]: DisableHans-Peter Nilsson2004-11-081-0/+6
| | | | | target-libgfortran. * configure: Regenerate.
* * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRANDavid Edelsohn2004-11-081-0/+5
| | | | like CC.
* 2004-11-05 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2004-11-051-0/+5
| | | | | * Makefile.def (host fixincludes): Specify missing targets. * Makefile.in: Regenerate.
* 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2004-11-041-0/+6
| | | | | | PR other/17783 * configure.in: Set up LD_LIBRARY_PATH by default for gcc. * configure: Regenerated.
* ./Daniel Jacobowitz2004-11-041-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove. * configure: Regenerated. bfd/ * Makefile.am (BFD32_BACKENDS, BFD32_BACKENDS_CFILES): Replace elfarm-nabi with elf32-arm. Remove elfarm-oabi. (elf32-arm.lo): Replace elfarm-nabi.lo rule. Remove elf32-arm.h dependency. * config.bfd: Move arm-*-oabi* and thumb-*-oabi* from obsolete list to a new removed list. Remove normal configuration stanzas. * configure.in: (bfd_elf32_bigarm_vec, bfd_elf32_bigarm_symbian_vec) (bfd_elf32_littlearm_symbian_vec, bfd_elf32_littlearm_vec): Replace elfarm-nabi.lo with elf32-arm.lo. (bfd_elf32_bigarm_oabi_vec, bfd_elf32_littlearm_oabi_vec): Remove. * elf32-arm.c: Renamed from elfarm-nabi.c. Inline elf32-arm.h. * elf32-arm.h: Remove. * elfarm-oabi.c: Remove. * targets.c (_bfd_target_vector): Remove bfd_elf32_bigarm_oabi_vec and bfd_elf32_littlearm_oabi_vec. * aclocal.m4, Makefile.in, configure, doc/Makefile.in: Regenerated. gas/ * configure.in: Remove arm-*-oabi and thumb-*-oabi. * config/tc-arm.c (target_oabi): Delete. (md_apply_fix3, elf32_arm_target_format): Remove target_oabi checks. (arm_opts): Remove moabi. * doc/as.texinfo (Overview): Remove documentation of -moabi. * doc/c-arm.texi (ARM Options): Likewise. * configure: Regenerated. ld/ * Makefile.am (ALL_EMULATIONS): Remove earmelf_oabi.o. (earmelf_oabi.c): Remove rule. * configure.tgt: Remove arm-*-oabi and thumb-*-oabi. * emulparams/armelf_oabi.sh, emultempl/armelf_oabi.em: Delete files. * Makefile.in: Regenerated.
* PR target/18151Aaron W. LaFramboise2004-10-281-0/+6
| | | | | * configure.in (case ${target}): Do not build fixincludes for avr. * configure: Regenerated.
* * configure.in (case ${target}): Do not build fixincludesAaron W. LaFramboise2004-10-261-0/+6
| | | | | | on platforms where it is not used. * configure: Regenerated. ----------------------------------------------------------------------
* * configure.in: Use an absolute path to install-sh.Daniel Jacobowitz2004-10-231-0/+5
| | | | * configure: Regenerated.
* 2004-10-19 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-10-191-0/+5
| | | | | * src-release (do-djunpack, do-md5sum): Install the generated file directly into the proto-toplev/ directory.
* 2004-10-19 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-10-191-0/+4
| | | | * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
* merge from gccDJ Delorie2004-10-121-0/+5
| | | | | | 2004-10-12 Kelley Cook <kcook@gcc.gnu.org> * configure.in (*-*-cygwin*): Supress warning if newlib not present. * configure: Regenerate.
* 2004-10-06 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2004-10-061-0/+11
| | | | | | | | | | | Fix wrong conflict resolution in: 2004-08-16 Paolo Bonzini <bonzini@gnu.org> * Makefile.in: Regenerate. * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*) in the recursive `make', instead of hardwiring `all'. (Autogenerated TARGET-* variables): New.
* 2004-10-05 Ulrich Weigand <uweigand@de.ibm.com>Ulrich Weigand2004-10-051-0/+8
| | | | | | | | Merged from GCC / libtool upstream: 2004-10-02 P.J. Darcy <darcypj@us.ibm.com> * ltcf-c.sh (tpf*): Add ld_shlibs=yes. * ltcf-cxx.sh (tpf*): Likewise. * ltconfig (tpf*): Add TPF OS configuration support.