summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* 2002-03-07 H.J. Lu (hjl@gnu.org)hjl2002-03-071-0/+3
| | | | | | | * configure.in: Enable gprof for mips*-*-linux*. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50410 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags foraoliva2002-03-011-1/+4
| | | | | | | | libjava. (CXX_FOR_TARGET): Explain why -shared-libgcc here. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50169 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (CXX_FOR_TARGET): Add -shared-libgcc foraoliva2002-02-221-1/+1
| | | | | | | libstdc++-v3 and libjava. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49953 138bc75d-0d04-0410-961f-82ee72b054a4
* * config.guess: Updated to 2002-01-30's version.aoliva2002-02-091-0/+3
| | | | | | | | | | * config.sub: Updated to 2002-02-01's version. Contribute sh64-elf. 2000-12-01 Alexandre Oliva <aoliva@redhat.com> * configure.in: Added sh64-*-*. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49628 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (*-*-netbsd*): New. Skip target-newlib,thorpej2002-01-271-0/+11
| | | | | | | | target-libiberty, and target-libgloss. Skip Java-related libraries if not supported for NetBSD on target CPU. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49258 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure, configure.in: Use temp file for long sed commands.kenner2001-12-051-14/+17
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47669 138bc75d-0d04-0410-961f-82ee72b054a4
* top level:zack2001-11-281-3/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-11-27 DJ Delorie <dj@redhat.com> Zack Weinberg <zack@codesourcery.com> When build != host, create libiberty for the build machine. * 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). libiberty: 2001-11-27 Zack Weinberg <zack@codesourcery.com> * _doprnt.c: Moved here from gcc/doprint.c. Adjust to build in libiberty context. Fix typo in leading comment. * configure.in: Fix various AC_DEFINEs so autoheader works. If any of vprintf, vsprintf, vfprintf is missing from libc, then AC_REPLACE_FUNCS(_doprnt). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47393 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disablehp2001-11-141-1/+1
| | | | | | | libf2c. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47022 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (--enable-languages): Be more permissive aboutdj2001-11-091-3/+8
| | | | | | | syntax. Check for empty lists better. Warn about $LANGUAGES. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46869 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.hp2001-11-031-0/+3
| | | | | | | | * MAINTAINERS: Add self as maintainer of MMIX port. Remove old after-approval entry. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46744 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.hp2001-10-111-0/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46189 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-09-26 Will Cohen <wcohen@redhat.com>wcohen2001-09-271-0/+1
| | | | | | | | * configure.in (*-*-linux*): Disable configuration of target-newlib and target-libgloss. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45842 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-09-19 Ben Elliston <bje@redhat.com>bje2001-09-191-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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45687 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>aph2001-07-301-0/+5
| | | | | | | * configure.in (sh-*-linux*): New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44472 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (noconfigdirs): Don't compile libiberty, libstdcxxciceron2001-07-121-0/+3
| | | | | | | and libgcj on m68hc11/m68hc12. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43970 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (libstdcxx_flags): Do not try to executehp2001-06-011-1/+1
| | | | | | | libstdc++-v3/testsuite_flags until it exists. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42772 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>bkoz2001-05-191-1/+1
| | | | | | | * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42299 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disableaoliva2001-05-031-3/+3
| | | | | | | libgcj. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41805 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (noconfigdirs): Don't reset it from scratch in theaoliva2001-04-261-6/+6
| | | | | | | target case; only append to it. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41579 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (noconfigdirs): Don't reset it from scratch in theaoliva2001-04-261-5/+5
| | | | | | | target case; only append to it. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41576 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,aoliva2001-04-261-2/+17
| | | | | | | sparc-*-solaris2.8]: Disable ${libgcj}. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41575 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (libgcj_saved): Copy from $libgcj.aoliva2001-04-251-0/+16
| | | | | | | | (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is --disable-libgcj. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41551 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Move *-chorusos target case to the proper switch.green2001-04-231-3/+3
| | | | | | | Disable libgcj. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41505 138bc75d-0d04-0410-961f-82ee72b054a4
* * config.guess: Add hppa64-linux support. Note for next import thatamodra2001-04-131-3/+9
| | | | | | | | this is already in the master file. * configure.in: Likewise. Accept `parisc' alias for `hppa'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41327 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):aoliva2001-04-021-1/+10
| | | | | | | | | New macros. (bootstrap, cross): Use RECURSE_FLAGS. * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40991 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.aoliva2001-03-281-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40893 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>tromey2001-03-101-1/+1
| | | | | | | | * configure.in: Only use `lang_requires' for languages athat are actually enabled. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40356 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Allow config-lang.in to set `lang_requires' to listtromey2001-03-071-1/+33
| | | | | | | of other required languages. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40309 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-02-19 Benjamin Kosnik <bkoz@purist.soma.redhat.com>bkoz2001-02-201-8/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.in (target_libs): Remove libg++. (noconfigdirs): Remove libg++. (noconfigdirs): Same. (noconfigdirs): Same. (noconfigdirs): Same. * config-ml.in: Remove libg++ references. * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++. (ALL_TARGET_MODULES): Same. (configure-target-libg++): Remove. (all-target-libg++): Remove. (configure-target-libio): Remove. (all-target-libio): Remove. (check-target-libio): Remove. (.PHONY): Remove. (libg++.tar.bz2): Remove. (all-target-cygmon): Remove libio. (all-target-libstdc++): Remove. (configure-target-libstdc++): Remove. (TARGET_LIB_PATH): Remove libstdc++. (ALL_GCC_CXX): Remove libstdc++. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39911 138bc75d-0d04-0410-961f-82ee72b054a4
* Allow configuration of texinfo for Cygwin hosts.nickc2001-02-171-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39787 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-02-15 Anthony Green <green@redhat.com>green2001-02-151-0/+11
| | | | | | | | | * configure: Introduce GCJ_FOR_TARGET. * configure.in: Ditto. * Makefile.in: Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39718 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: for *-chorusos, don't config target-newlib andcchavva2001-02-081-0/+3
| | | | | | | target-libgloss. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39550 138bc75d-0d04-0410-961f-82ee72b054a4
* Remove V2 C++ library.mmitchel2001-02-051-9/+3
| | | | | | | | | | | * configure.in: Remove --enable-libstdcxx_v3 support. * Makefile.in (site.exp): Always set HAVE_LIBSTDCXX_V3. * configure.in: Remove --enable-libstdcxx_v3 support. * configure: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39445 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.rth2001-01-281-0/+7
| | | | | | | | | | | | * mt-alphaieee: New file. * config/alpha/t-ieee: Remove multilibbing. (TARGET_LIBGCC2_CFLAGS): Add -mieee. * configure.host (alpha*-*) [libgcj_flags]: Add -mieee. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39309 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Allow libgcj to be built on Sparc Solaris.tromey2001-01-261-0/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39279 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Enable libgcj on several additional platforms.bryce2001-01-231-8/+6
| | | | | | | | In gcc/java: * config-lang.in: Disable java by default. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39212 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Enable libgcj for linux targets.bryce2001-01-221-2/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39177 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: remove supported directories from $noconfigdirs for DJGPP.dj2001-01-021-5/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38620 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>bkoz2000-12-181-1/+1
| | | | | | | | | | | * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize. (libstdcxx_incdir): Pass down. * config.if: Remove expired bits for cxx_interface, add stub. (libstdcxx_incdir): Add variable for g++ include directory. * configure.in (gxx_include_dir): Use it. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38355 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-12-15 Andreas Jaeger <aj@suse.de>aj2000-12-151-1/+2
| | | | | | | * configure.in: Handle lang_dirs. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38281 138bc75d-0d04-0410-961f-82ee72b054a4
* Default to not build gcj target libraries.green2000-12-131-5/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38239 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Disable language-specific target libraries foraoliva2000-12-121-0/+49
| | | | | | | languages that aren't enabled. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38206 138bc75d-0d04-0410-961f-82ee72b054a4
* configure.in cleanup for libgcjgreen2000-12-111-71/+87
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38191 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>apbianco2000-12-091-1/+2
| | | | | | | | | | * configure.in (target_libs): Revert 2000-12-08 patch. (noconfigdirs): Added target-libjava. (http://gcc.gnu.org/ml/gcc-patches/2000-12/msg00500.html) git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38162 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>apbianco2000-12-091-1/+0
| | | | | | | | | | | * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about libjava. * configure.in (target_libs): Removed `target-libjava'. (http://gcc.gnu.org/ml/gcc-patches/2000-12/msg00480.html) git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38144 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>apbianco2000-12-091-1/+1
| | | | | | | | | | | | | | | * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava. (ALL_MODULES): Added fastjar. (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise. (all-target-libjava): all-fastjar replaces all-zip. (all-fastjar): Added. (configure-target-fastjar, all-target-fastjar): Likewise. * configure.in (host_tools): Added fastjar. (http://gcc.gnu.org/ml/gcc-patches/2000-12/msg00479.html) git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38143 138bc75d-0d04-0410-961f-82ee72b054a4
* Add xscale-elf and xscale-coff targets. (Only supported in binutils at thenickc2000-11-251-0/+12
| | | | | | | moment). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37725 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-11-16 Fred Fish <fnf@be.com>law2000-11-221-1/+1
| | | | | | | | * configure.in (enable_libstdcxx_v3): Fix typo, libstd++ -> libstdc++. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37655 138bc75d-0d04-0410-961f-82ee72b054a4
* Adjust copyright years, based on other copies of the fileaoliva2000-11-181-1/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37547 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Do not build byacc for hppa64. Provide paths to thelaw2000-09-131-0/+11
| | | | | | | X11 libraries for hppa64. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36389 138bc75d-0d04-0410-961f-82ee72b054a4