aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2001-04-26* configure.in (noconfigdirs): Don't reset it from scratch in theAlexandre Oliva1-0/+5
target case; only append to it.
2001-04-26* configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,Alexandre Oliva1-0/+5
sparc-*-solaris2.8]: Disable ${libgcj}.
2001-04-25* configure.in (libgcj_saved): Copy from $libgcj.Alexandre Oliva1-0/+6
(libgcj): Zero out if --enable-libgcj; add to noconfigdirs is --disable-libgcj.
2001-04-20* ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4aAlexandre Oliva1-0/+5
1.641.2.228.
2001-04-12* ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,Alexandre Oliva1-0/+5
ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
2001-04-02* Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):Alexandre Oliva1-0/+7
New macros. (bootstrap, cross): Use RECURSE_FLAGS. * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
2001-03-28* configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.Alexandre Oliva1-0/+4
2001-03-23Add note about inability to use "make distclean" in maintainer mode.Nick Clifton1-0/+5
2001-03-22Re-installed:Alexandre Oliva1-0/+9
2001-01-02 Laurynas Biveinis <lauras@softhome.net> * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add '-DPIC' to ac_cv_prog_cc_pic for DJGPP. * ltcf-cxx.sh: Likewise. * ltcf-gcj.sh: Likewise.
2001-03-222001-03-22 Philip Blundell <philb@gnu.org>Phil Blundell1-0/+4
* config.sub, config.guess: Import latest from subversions.
2001-03-22* ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,Alexandre Oliva1-0/+5
ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
2001-03-212001-03-20 Michael Chastain <chastain@redhat.com>Michael Chastain1-0/+4
* Makefile.in: all-m4 depends on all-texinfo.
2001-03-08* Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.Alexandre Oliva1-0/+4
2001-02-222001-02-22 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-0/+5
* COPYING.NEWLIB: Remove DJ Delorie's address because it is no longer valid.
2001-02-17Allow configuration of texinfo for Cygwin hosts.Nick Clifton1-0/+5
2001-02-10Add s390 supportNick Clifton1-0/+6
2001-02-07* configure: Output host type to stdout, not stderr.DJ Delorie1-0/+4
2001-02-04 * config.guess: Import from subversions.gnu.org (revision 1.181).Michael Sokolov1-0/+5
* config.sub: Import from subversions.gnu.org (revision 1.199).
2001-01-30Handle hppa64-linux systems.Alan Modra1-0/+4
2001-01-27 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):Michael Sokolov1-0/+6
Don't unset, it's non-portable and no longer necessary, set to empty instead.
2001-01-27 * ltconfig: Shell portability fix for the tagname validity check.Michael Sokolov1-0/+4
2001-01-27 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.Michael Sokolov1-0/+4
2001-01-27* ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.Alexandre Oliva1-0/+5
* ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
2001-01-24* ltmain.sh (TAG disable-shared, TAG disable-static): Make sure weAlexandre Oliva1-0/+6
keep at least one of build_libtool_libs or build_old_libs set to yes.
2001-01-24* ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.Alexandre Oliva1-0/+5
* libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
2001-01-22Give credit for the last change to Philip instead of to Maciej.Andreas Jaeger1-2/+7
2001-01-202001-01-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>Andreas Jaeger1-0/+4
* Makefile.in (ETC_SUPPORT): Add configure.texi and friends.
2001-01-152001-01-15 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-0/+4
* COPYING.NEWLIB: Put into source repository.
2001-01-152001-01-15 Ben Elliston <bje@redhat.com>Ben Elliston1-0/+7
* configure.in (host_tools): Add sid. Always configure cgen. * Makefile.in (all-sid): New target. (check-sid, clean-sid, install-sid): Likewise.
2001-01-07 * config.sub, config.guess: Update from subversions.Andreas Jaeger1-62/+66
2000-12-12* configure.in: Disable language-specific target libraries forAlexandre Oliva1-0/+5
languages that aren't enabled.
2000-11-25Add ARM v5t, v5te and XScale supportNick Clifton1-0/+6
2000-11-23* ltcf-gcj.sh: Added file, required by 2000-11-18 merge.Alexandre Oliva1-0/+4
2000-11-20 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.Ian Lance Taylor1-0/+4
2000-11-18* Makefile.in: Merge with GCC and libgcj.Alexandre Oliva1-0/+8
(ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of configure-target-<library> when their configure scripts need the C or C++ library to have already been built to work properly. (do_proto_toplev): Set them to an empty string.
2000-11-18* Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.Alexandre Oliva1-0/+5
(REALLY_SET_LIB_PATH): Use them.
2000-11-06* config.sub: Add support for Sun ChorusChristopher Faylor1-0/+4
2000-11-02Add support for -storm-chaosNick Clifton1-0/+4
2000-10-30Add noconfigure dirs for m68[hc]{11|12} targets.Nick Clifton1-0/+5
2000-09-30* ltconfig, ltmain.sh, libtool.m4: Updated from libtoolAlexandre Oliva1-0/+6
multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt all affected `configure' scripts.
2000-09-25* Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 andAlexandre Oliva1-0/+5
ltcf-c.sh.
2000-09-122000-09-12 Philip Blundell <philb@gnu.org>Phil Blundell1-0/+4
* config.sub, config.guess: Update from subversions.
2000-09-06* Makefile.in (all-zlib): Added dummy target.Alexandre Oliva1-0/+2
2000-09-06* ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtoolAlexandre Oliva1-0/+5
multi-language branch.
2000-09-05* Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.Alexandre Oliva1-0/+5
(bootstrap*): Depend on all-bootstrap.
2000-09-02* configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for CanadianAlexandre Oliva1-0/+5
crosses, but add gcc/include to the header search path for them.
2000-08-31* ltconfig, ltmain.sh: Updated from libtool multi-language branch.Alexandre Oliva1-0/+6
* libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch. * gettext.m4: New file, extracted from aclocal.m4.
2000-08-22* config-ml.in (CC, CXX): Avoid trailing whitespace.Alexandre Oliva1-0/+6
(LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to sub-configures.
2000-08-20 * Makefile.in (ALL_MODULES): Add all-cgen.Doug Evans1-0/+9
(CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily. (all-cgen): New target. (all-opcodes,all-sim): Depend on all-cgen. * configure.in (host_tools): Add cgen. Only configure cgen if --enable-cgen-maint.
2000-08-17* config-ml.in (CC, CXX): Don't introduce a leading space.Alexandre Oliva1-0/+4