aboutsummaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)AuthorFilesLines
2002-06-09* configure.in (vax-*-netbsd*): Re-enable gas.Jason Thorpe1-4/+0
2002-05-31* Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.DJ Delorie1-1/+1
* configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
2002-05-30* configure.in (vax-*-netbsd*): Don't build gas for thisJason Thorpe1-0/+4
platform.
2002-05-282002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>Marek Michalkiewicz1-0/+3
* configure.in (noconfigdirs): Don't compile libiberty, libstdcxx and libgcj for AVR.
2002-05-22Allow for PWDCMD to override hardcoded pwd.Nick Clifton1-2/+2
2002-05-13* configure.in: simplify makefile fragment collection.DJ Delorie1-35/+35
2002-05-13* configure.in: remove code to build emacs.DJ Delorie1-23/+8
2002-05-13* configure.in : Remove --srcdir argument from targargs and buildargsDJ Delorie1-5/+10
(it's always overridden in the Makefile anyway). Rearrange a bit.
2002-05-13* configure: move some logic to configure.inDJ Delorie1-0/+12
* configure.in: move some logic from configure
2002-05-05* configure.in (noconfigdirs): Don't disable libgcj onAlexandre Oliva1-1/+1
sparc64-*-solaris* and sparcv9-*-solaris*.
2002-05-03* configure.in: Revert 2002-04-18's patch; fixed in libjava.Alexandre Oliva1-27/+0
2002-05-03 * configure.in (FLAGS_FOR_TARGET): Do not addThomas Fitzsimmons1-1/+0
-B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively on i[3456]86-*-linux*.
2002-05-01 * configure.in (noconfigdirs): Replace [ ] with test.Thomas Fitzsimmons1-1/+1
2002-05-01 * configure.in (noconfigdirs): Do not add target-newlib ifThomas Fitzsimmons1-1/+15
target == i[3456]86-*-linux*, and host == target.
2002-04-30* config/mh-cxux: remove dead codeDJ Delorie1-1/+0
* config/mh-dgux386: remove dead code * config/mh-hp300: remove dead code * config/mh-hpux: remove dead code * config/mh-hpux8: remove dead code * config/mh-irix5: remove dead code * config/mh-irix6: remove dead code * config/mh-ncr3000: remove dead code * config/mh-ncrsvr43: remove dead code * config/mh-necv4: remove dead code * config/mh-sco: remove dead code * config/mh-solaris: remove dead code * config/mh-sysv: remove dead code * config/mh-sysv4: remove dead code * config/mh-sysv5: remove dead code * config/mh-irix4: remove, contains only dead code * configure.in: delete reference to absent file
2002-04-30* configure.in: replace '[' with 'test'DJ Delorie1-73/+79
2002-04-30* configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.DJ Delorie1-0/+14
(sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
2002-04-30* configure.in: Eliminate references to gash.DJ Delorie1-3/+3
* Makefile.in: Eliminate references to gash.
2002-04-30* configure.in: Remove useless references to 'pic' makefile fragments.DJ Delorie1-71/+0
2002-04-30* configure.in: (*-*-windows*) Finish removing.DJ Delorie1-3/+0
2002-04-30* configure.in: Eliminate redundant test for libgui.DJ Delorie1-4/+0
2002-04-19sync from gccDJ Delorie1-9/+27
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 Delorie1-3/+0
* 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-17* configure.in: Move default CC setting out of config/mh-* fragmentsDJ Delorie1-5/+63
directly into here.
2002-04-17* configure.in: don't even try to configure or make a subdirectoryDJ Delorie1-0/+19
if there's no configure script for it.
2002-04-15* MAINTAINERS: Remove chill maintainers.DJ Delorie1-16/+0
* 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-15Sync with gccDJ Delorie1-104/+216
2002-04-10* configure.in: Add *-*-freebsd* configurations.DJ Delorie1-0/+9
2002-03-072002-03-07 H.J. Lu (hjl@gnu.org)H.J. Lu1-0/+3
* configure.in: Enable gprof for mips*-*-linux*.
2002-03-01* configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags forAlexandre Oliva1-10/+7
libjava. (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
2002-02-09Contribute sh64-elf.Alexandre Oliva1-0/+3
2000-12-01 Alexandre Oliva <aoliva@redhat.com> * configure.in: Added sh64-*-*.
2002-01-27* configure.in (*-*-netbsd*): New. Skip target-newlib,Jason Thorpe1-0/+11
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 Clifton1-0/+12
2002-01-11Add ia64-hpux target. LD and GDB are not currently supported.Nick Clifton1-0/+4
2002-01-07ARM support added to libglossMark Salter1-28/+4
2001-12-13 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystemThomas Fitzsimmons1-4/+14
options for i[3456]86-pc-linux* native builds.
2001-11-28When build != host, create libiberty for the build machine.DJ Delorie1-3/+25
* 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 Delorie1-3/+9
syntax. Check for empty lists better. Warn about $LANGUAGES.
2001-09-192001-09-19 Ben Elliston <bje@redhat.com>Ben Elliston1-1/+1
* 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 Holcomb1-1/+3
* configure.in: Enable libstdc++-v3 for h8300 targets.
2001-05-24Support for xcoff64, enable ld for aixTom Rix1-12/+3
2001-05-03* configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: DisableAlexandre Oliva1-3/+3
libgcj.
2001-04-26* configure.in (noconfigdirs): Don't reset it from scratch in theAlexandre Oliva1-3/+3
target case; only append to it.
2001-04-26* configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,Alexandre Oliva1-3/+20
sparc-*-solaris2.8]: Disable ${libgcj}.
2001-04-25* configure.in (libgcj_saved): Copy from $libgcj.Alexandre Oliva1-0/+16
(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 Oliva1-1/+10
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-1/+1
2001-02-17Allow configuration of texinfo for Cygwin hosts.Nick Clifton1-1/+1
2001-02-10Add s390 supportNick Clifton1-0/+3
2001-01-152001-01-15 Ben Elliston <bje@redhat.com>Ben Elliston1-6/+1
* configure.in (host_tools): Add sid. Always configure cgen. * Makefile.in (all-sid): New target. (check-sid, clean-sid, install-sid): Likewise.