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
2002-04-19sync from gccDJ Delorie
2002-04-18 Tom Tromey <tromey@redhat.com> * configure.in: Disallow configuring libgcj when it is already installed and we're using Solaris 2.8 linker. Do enable libgcj on Solaris 2.8 by default. For PR libgcj/6158.
2002-04-192002-04-19 Nathanael Nerode <neroden@twcny.rr.com>DJ Delorie
* config/mh-a68bsd: clean out dead code * config/mh-apollo68: clean out dead code * config/mh-cxux: clean out dead code * config/mh-decstation: clean out dead code * config/mh-dgux: clean out dead code * config/mh-dgux386: clean out dead code * config/mh-hp300: clean out dead code * config/mh-hpux: clean out dead code * config/mh-hpux8: clean out dead code * config/mh-interix: clean out dead code * config/mh-irix4: clean out dead code * config/mh-lynxrs6k: clean out dead code * config/mh-mingw32: clean out dead code * config/mh-ncr3000: clean out dead code * config/mh-ncrsvr43: clean out dead code * config/mh-necv4: clean out dead code * config/mh-openedition: clean out dead code * config/mh-riscos: clean out dead code * config/mh-sco: clean out dead code * config/mh-sysv4: clean out dead code * config/mh-lynxos: removed, contained only dead code * config/mh-vaxult2: removed, contained only dead code * config/mh-sun3: removed, contained only dead code * configure.in: remove references to dead files
2002-04-18* configure.in: Move default CC setting out of config/mh-* fragmentsDJ Delorie
directly into here.
2002-04-18* configure.in: don't even try to configure or make a subdirectoryDJ Delorie
if there's no configure script for it.
2002-04-16* MAINTAINERS: Remove chill maintainers.DJ Delorie
* Makefile.in (CHILLFLAGS): Remove. (CHILL_LIB): Remove. (TARGET_CONFIGDIRS): Remove libchill. (CHILL_FOR_TARGET): Remove. (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or CHILL_LIB. (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill. (CHECK_TARGET_MODULES): Likewise. (INSTALL_TARGET_MODULES): Likewise. (CLEAN_TARGET_MODULES): Likewise. (configure-target-libchill): Remove. (all-target-libchill): Remove. * configure.in (target_libs): Remove target-libchill. Do not compute CHILL_FOR_TARGET. * libchill: Remove directory.
2002-04-16Sync with gccDJ Delorie
2002-04-10* configure.in: Add *-*-freebsd* configurations.DJ Delorie
2002-03-072002-03-07 H.J. Lu (hjl@gnu.org)H.J. Lu
* configure.in: Enable gprof for mips*-*-linux*.
2002-03-01* configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags forAlexandre Oliva
libjava. (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
2002-02-09Contribute sh64-elf.Alexandre Oliva
2000-12-01 Alexandre Oliva <aoliva@redhat.com> * configure.in: Added sh64-*-*.
2002-01-27* configure.in (*-*-netbsd*): New. Skip target-newlib,Jason Thorpe
target-libiberty, and target-libgloss. Skip Java-related libraries if not supported for NetBSD on target CPU.
2002-01-23Import StrongARM and XScale target_configdirs from FSF GCC version.Nick Clifton
2002-01-11Add ia64-hpux target. LD and GDB are not currently supported.Nick Clifton
2002-01-07ARM support added to libglossMark Salter
2001-12-14 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystemThomas Fitzsimmons
options for i[3456]86-pc-linux* native builds.
2001-11-28When build != host, create libiberty for the build machine.DJ Delorie
* 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).
2001-11-09* configure.in (--enable-languages): Be more permissive aboutDJ Delorie
syntax. Check for empty lists better. Warn about $LANGUAGES.
2001-09-192001-09-19 Ben Elliston <bje@redhat.com>Ben Elliston
* 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.
2001-09-032001-09-03 Jeff Holcomb <jeffh@redhat.com>Jeff Holcomb
* configure.in: Enable libstdc++-v3 for h8300 targets.
2001-05-25Support for xcoff64, enable ld for aixTom Rix
2001-05-04* configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: DisableAlexandre Oliva
libgcj.
2001-04-26* configure.in (noconfigdirs): Don't reset it from scratch in theAlexandre Oliva
target case; only append to it.
2001-04-26* configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,Alexandre Oliva
sparc-*-solaris2.8]: Disable ${libgcj}.
2001-04-26* configure.in (libgcj_saved): Copy from $libgcj.Alexandre Oliva
(libgcj): Zero out if --enable-libgcj; add to noconfigdirs is --disable-libgcj.
2001-04-02* Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):Alexandre Oliva
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 Oliva
2001-02-17Allow configuration of texinfo for Cygwin hosts.Nick Clifton
2001-02-10Add s390 supportNick Clifton
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.
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-10-31Add noconfigure dirs for m68[hc]{11|12} targets.Nick Clifton
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-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-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* 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* 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-22merge with gccJason Merrill
2000-06-20TI C54x target added.Tim Wall
2000-05-18 * configure.in (hppa*64*-*-*): Do build ld for this configuration.Jeff Law
2000-05-18* configure.in: Special case powerpc*-*-aix* target_makefile_frag.David Edelsohn
2000-05-11Add toplevel configure support for ia64-elf.Jim Wilson
* configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
2000-03-30 * configure.in: -linux-gnu*, not -linux-gnu.Jason Merrill
* configure (gcc_version): When setting, narrow search to lines containing `version_string'.
2000-03-06Remove extraneous CYGNUYS LOCAL markers.Nick Clifton