summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 2002-01-27 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-01-281-0/+11
| | | | | | | | | | | | | | From Steve Ellcey <sje@cup.hp.com>: * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI. (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd, lt_cv_file_magic_test_file): Set to appropriate values for HP-UX IA64. * ltcf-c.sh (archive_cmds, hardcode_*): Ditto. * ltconfig (shlibpath_*, dynamic_linker, library_names_spec, soname_spec, sys_lib_search_path_spec): Ditto. Various configure scripts regenerated.
* * configure.in (*-*-netbsd*): New. Skip target-newlib,Jason Thorpe2002-01-271-0/+6
| | | | | target-libiberty, and target-libgloss. Skip Java-related libraries if not supported for NetBSD on target CPU.
* Import StrongARM and XScale target_configdirs from FSF GCC version.Nick Clifton2002-01-231-0/+5
|
* 2002-01-16 H.J. Lu (hjl@gnu.org)H.J. Lu2002-01-161-0/+7
| | | | | | | * config.guess: Import from master sources, rev 1.225. * config.sub: Import from master sources, rev 1.238. * MAINTAINERS: Updated notes on config.guess and config.sub.
* Add ia64-hpux target. LD and GDB are not currently supported.Nick Clifton2002-01-111-0/+5
|
* 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-01-071-0/+4
| | | | * Change reference to Cygnus Solutions to be Red Hat.
* 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-01-071-0/+4
| | | | * COPYING.NEWLIB: Update generic copyright date.
* ARM support added to libglossMark Salter2002-01-071-0/+5
|
* * MAINTAINERS: Update URL for config.* scripts.Ben Elliston2002-01-021-0/+4
|
* * config.sub: Import latest version.Alan Modra2001-12-181-0/+5
| | | | * config.guess: Likewise.
* * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystemnewlib-1_10_0Thomas Fitzsimmons2001-12-131-0/+5
| | | | options for i[3456]86-pc-linux* native builds.
* gcc adopts symlink-tree, refer more to libiberty.Nick Clifton2001-12-051-55/+66
| | | | symlink-tree: handle DOS-style absolute paths.
* When build != host, create libiberty for the build machine.DJ Delorie2001-11-281-0/+21
| | | | | | | | | | | | | | | | | | * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace CONFIG_ARGUMENTS. (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR): New variables. (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables and rules. (all.normal): Depend on ALL_BUILD_MODULES. (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS. (all-build-libiberty): Depend on configure-build-libiberty. * configure: Calculate and substitute proper value for ALL_BUILD_MODULES. * configure.in: Create the build subdirectory. Calculate and substitute TARGET_CONFIGARGS (formerly CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
* * config.sub: Update to version 1.232 on subversion.Geoffrey Keating2001-11-261-0/+4
|
* Use msgfmt to generate .gmo files from .po files for a distribution.Nick Clifton2001-11-201-0/+5
|
* * COPYING.NEWLIB: Mention preserved notice in specific parts.Hans-Peter Nilsson2001-11-181-0/+4
|
* 2001-11-13 Jeff Holcomb <jeffh@redhat.com>Jeff Holcomb2001-11-141-0/+17
| | | | | | | | | | | | | | | | | Merged from net gcc: 2001-07-30 Jeff Sturm <jsturm@one-pont.com> * ltcf-c.sh: Use $objext, not $ac_objext. 2001-07-27 Mark Kettenis <kettenis@gnu.org> * ltcf-cxx.sh: Add support for GNU. 2001-07-22 Timothy Wall <twall@redhat.com> * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve default settings if using GNU tools with that configuration. * ltcf-cxx.sh: Ditto. * ltcf-gcj.sh: Ditto. 2001-07-21 Michael Chastain <chastain@redhat.com> * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local. * ltmain.sh: Mark as gcc-local.
* 2001-11-13 Jeff Holcomb <jeffh@redhat.com>Jeff Holcomb2001-11-141-0/+5
| | | | | * Makefile.in (all-bison): Revert 2001-10-24. Don't depend on texinfo.
* 2001-11-12 Hans-Peter Nilsson <hp@bitrange.com>Jeff Johnston2001-11-121-0/+4
| | | | * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
* * configure.in (--enable-languages): Be more permissive aboutDJ Delorie2001-11-091-0/+5
| | | | syntax. Check for empty lists better. Warn about $LANGUAGES.
* * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.Hans-Peter Nilsson2001-11-061-0/+4
|
* 2001-10-24 Jeff Holcomb <jeffh@redhat.com>Jeff Holcomb2001-10-241-0/+4
| | | | Makefile.in (all-bison): Don't depend on texinfo.
* * gettext.m4: Test po/POTFILES.in exists before trying to read.Alan Modra2001-10-031-0/+4
|
* * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).Alexandre Oliva2001-09-291-0/+4
|
* * config.sub, config.guess: Import latest from subversions.Hans-Peter Nilsson2001-09-281-0/+4
|
* * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,Alexandre Oliva2001-09-211-0/+9
| | | | | | | | DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to avoid quotes nesting problems. (NATIVE_CHECK_MODULES): Ditto, just for consistency. (DO_X): Export only variables that are set.
* 2001-09-19 Ben Elliston <bje@redhat.com>Ben Elliston2001-09-191-0/+6
| | | | | | * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on Solaris when testing for the /usr/ucb/cc compiler; it has incorrect semantics. Use the shell built-in "type" command instead.
* * config.sub: Reverted the earlier change, this version is not theThiemo Seufer2001-09-151-0/+5
| | | | master file.
* /bfd/ChangeLogThiemo Seufer2001-09-141-0/+5
| | | | | | | | | | | | | * config.bfd: Change machine triplets from mips*el*-* to mips*el-*. Add support for mips64. /ChangeLog * config.sub: Change machine triplets from mipsel*-* to mips*el-*. Add support for mips64. /gas/ChangeLog * configure.in: Change machine triplets from mips-*-linux-gnu* to mips*-*-linux*.
* 2001-09-03 Jeff Holcomb <jeffh@redhat.com>Jeff Holcomb2001-09-031-0/+4
| | | | * configure.in: Enable libstdc++-v3 for h8300 targets.
* 2001-08-30 Eric Christopher <echristo@redhat.com>Eric Christopher2001-08-311-0/+5
| | | | | | Jason Eckhardt <jle@redhat.com> * config.sub: Add support for mipsisa32.
* 2001-08-30 Eric Christopher <echristo@redhat.com>Eric Christopher2001-08-311-1/+5
| | | | * config.sub, config.guess: Import latest from subversions.
* * config.sub, config.guess: Import latest from subversions.Alan Modra2001-08-201-0/+4
|
* * MAINTAINERS: Clarify libiberty merge rules and procedures.DJ Delorie2001-07-261-0/+4
|
* * Makefile.in: Revert 2001-06-17.Alan Modra2001-06-191-0/+5
| | | | (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
* 2001-06-17 H.J. Lu <hjl@gnu.org>H.J. Lu2001-06-171-0/+6
| | | | | | * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make. (gas+binutils.tar.bz2): Likewise. (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
* Handle GDB's gdb/version.in.Andrew Cagney2001-06-131-0/+5
|
* * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): IfAlexandre Oliva2001-06-081-0/+6
| | | | | gcc/xgcc is built, use -print-prog-name to find out the program name to use.
* * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,Alexandre Oliva2001-06-041-0/+5
| | | | with_gcc]: Use `gcc -shared' to build a shared library.
* * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link sharedAlexandre Oliva2001-06-041-0/+5
| | | | archives.
* * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ sharedAlexandre Oliva2001-05-281-0/+5
| | | | libraries when using g++ with native linker.
* * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.Alexandre Oliva2001-05-281-0/+4
|
* Support for xcoff64, enable ld for aixTom Rix2001-05-241-0/+4
|
* * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)Alexandre Oliva2001-05-221-0/+5
| | | | [aix4*|aix5*]: Prepend blank.
* * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,Alexandre Oliva2001-05-201-0/+6
| | | | | ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number of subdir/configure scripts to use the new libtool.m4.
* 2001-05-14 H.J. Lu <hjl@gnu.org>H.J. Lu2001-05-141-0/+5
| | | | | * config.if (libc_interface): Set to -libc6.2- for cross compiling to Linux/glibc 2.2.
* * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: DisableAlexandre Oliva2001-05-031-0/+5
| | | | libgcj.
* * configure.in (noconfigdirs): Don't reset it from scratch in theAlexandre Oliva2001-04-261-0/+5
| | | | target case; only append to it.
* * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,Alexandre Oliva2001-04-261-0/+5
| | | | sparc-*-solaris2.8]: Disable ${libgcj}.
* * configure.in (libgcj_saved): Copy from $libgcj.Alexandre Oliva2001-04-251-0/+6
| | | | | (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is --disable-libgcj.