Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-03-08* Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.Alexandre Oliva
2001-02-232001-02-22 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
* COPYING.NEWLIB: Remove DJ Delorie's address because it is no longer valid.
2001-02-17Allow configuration of texinfo for Cygwin hosts.Nick Clifton
2001-02-10Add s390 supportNick Clifton
2001-02-07* configure: Output host type to stdout, not stderr.DJ Delorie
2001-02-04 * config.guess: Import from subversions.gnu.org (revision 1.181).Michael Sokolov
* config.sub: Import from subversions.gnu.org (revision 1.199).
2001-01-30Handle hppa64-linux systems.Alan Modra
2001-01-27 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):Michael Sokolov
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 Sokolov
2001-01-27 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.Michael Sokolov
2001-01-27* ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.Alexandre Oliva
* ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
2001-01-24* ltmain.sh (TAG disable-shared, TAG disable-static): Make sure weAlexandre Oliva
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 Oliva
* libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
2001-01-22Give credit for the last change to Philip instead of to Maciej.Andreas Jaeger
2001-01-202001-01-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>Andreas Jaeger
* Makefile.in (ETC_SUPPORT): Add configure.texi and friends.
2001-01-152001-01-15 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
* COPYING.NEWLIB: Put into source repository.
2001-01-152001-01-15 Ben Elliston <bje@redhat.com>Ben Elliston
* 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 Jaeger
2000-12-12* configure.in: Disable language-specific target libraries forAlexandre Oliva
languages that aren't enabled.
2000-11-25Add ARM v5t, v5te and XScale supportNick Clifton
2000-11-23* ltcf-gcj.sh: Added file, required by 2000-11-18 merge.Alexandre Oliva
2000-11-20 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.Ian Lance Taylor
2000-11-19* Makefile.in: Merge with GCC and libgcj.Alexandre Oliva
(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 Oliva
(REALLY_SET_LIB_PATH): Use them.
2000-11-06* config.sub: Add support for Sun ChorusChristopher Faylor
2000-11-03Add support for -storm-chaosNick Clifton
2000-10-31Add noconfigure dirs for m68[hc]{11|12} targets.Nick Clifton
2000-09-30* ltconfig, ltmain.sh, libtool.m4: Updated from libtoolAlexandre Oliva
multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt all affected `configure' scripts.
2000-09-26* Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 andAlexandre Oliva
ltcf-c.sh.
2000-09-122000-09-12 Philip Blundell <philb@gnu.org>Phil Blundell
* config.sub, config.guess: Update from subversions.
2000-09-06* Makefile.in (all-zlib): Added dummy target.Alexandre Oliva
2000-09-06* ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtoolAlexandre Oliva
multi-language branch.
2000-09-05* Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.Alexandre Oliva
(bootstrap*): Depend on all-bootstrap.
2000-09-02* configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for CanadianAlexandre Oliva
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 Oliva
* 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 Oliva
(LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to sub-configures.
2000-08-21 * Makefile.in (ALL_MODULES): Add all-cgen.Doug Evans
(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 Oliva
2000-08-16* configure.in (libstdcxx_flags): UseAlexandre Oliva
libstdc++-v3/src/libstdc++.INC.
2000-08-15* configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.Alexandre Oliva
2000-08-12 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,Jason Merrill
CXX_FOR_TARGET): Add -B$$r/gcc/ here. (FLAGS_FOR_TARGET): Not here. (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
2000-08-07* configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should meanDJ Delorie
"if we're also building gcc, and it's a gcc that will run on the build machine, we want to use its includes instead of the system's default includes".
2000-08-04* configure.in (libstdcxx_flags): Don't use `"'.Alexandre Oliva
2000-08-03* config-ml.in: Adjust multilib search paths to theAlexandre Oliva
appropriate multilib tree.
2000-08-03* configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks toAlexandre Oliva
commas in $LANGUAGES.
2000-08-022000-08-01 Alexandre Oliva <aoliva@redhat.com>DJ Delorie
* configure.in (qCXX_FOR_TARGET): Use echo instead of expr. 2000-07-31 Alexandre Oliva <aoliva@redhat.com> * configure.in (qCXX_FOR_TARGET): Quote `&' characters in CXX_FOR_TARGET for sed. 2000-07-30 Alexandre Oliva <aoliva@redhat.com> * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET): Do not override if already set in the environment or in configure. Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them. (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
2000-07-28* Makefile.in (FLAGS_FOR_TARGET): New macro.Alexandre Oliva
(GCC_FOR_TARGET): Use it. (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined... * configure.in: ... here. (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path. (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
2000-07-24* Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).Alexandre Oliva
(configure-target-libchill, configure-target-libobjc): Likewise.
2000-07-24* configure.in: Use the same cache file for all target libs.Alexandre Oliva
* config-ml.in: But different cache files per multilib variant.
2000-07-23 * configure (topsrcdir): Don't use dirname.Jeff Law