summaryrefslogtreecommitdiffstats
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* Add hppa-openbsd targetnickc2002-08-061-0/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56066 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-08-04 H.J. Lu (hjl@gnu.org)hjl2002-08-041-1/+0
| | | | | | | * configure.in (mips*-*-linux*): Don't skip target-libffi. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56030 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Move generic linux case to end. Copy genericamodra2002-07-301-3/+9
| | | | | | | | linux noconfigdirs to mips*-*-linux* entry and new powerpc64*-*-linux* entry. Add target-libffi for the latter. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55888 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Remove two redundant tests.neroden2002-07-111-7/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55402 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (mips*-*-irix6*o32): Enable stabs.ro2002-07-111-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gcc: * config.gcc (mips-sgi-irix6*o32): New configuration. * configure.in (libgcc_visibility): Disable for mips-sgi-irix6*o32 configurations. * configure: Regenerate. * config/mips/iris6-o32-as.h: New file. * config/mips/iris6-o32.h: New file. * config/mips/iris5gas.h (TARGET_ASM_NAMED_SECTION): Define. (NM_FLAGS): Define. (HAVE_AS_SHF_MERGE): Undefine. * config/mips/t-iris5-as: New file. * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): Use it. * config/mips/t-iris6 (SHLIB_EXT, SHLIB_SOLINK, SHLIB_SONAME, SHLIB_NAME, SHLIB_MAP, SHLIB_OBJS, SHLIB_SLIBDIR_QUAL, SHLIB_LINK, SHLIB_INSTALL, SHLIB_MKMAP, SHLIB_MAPFILES, FPBIT, DPBIT, dp-bit.c, fp-bit.c): Move ... * config/mips/t-iris5-6: ... here. New file, shared by IRIX 5 and IRIX 6. * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix6*, mips-sgi-irix5*): Use it. * config/mips/iris6.h: Remove duplicate comment. * config/mips/mips.c (TARGET_ASM_UNALIGNED_DI_OP) [TARGET_IRIX5 && !TARGET_IRIX6]: Define. (mips_asm_file_start): Don't emit mdebug.<ABI> sections on IRIX 5/6. * config/mips/mips.h (ASM_DECLARE_FUNCTION_NAME): Fix comment. gcc/testsuite: * gcc.misc-tests/linkage.exp: Handle mips-sgi-irix6*o32 configuration and IRIX 6 O32 ABI. libstdc++-v3: * configure.target (target_os switch): Allow for irix6*o32 configurations. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55401 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Don't build grez.neroden2002-07-081-6/+0
| | | | | | | * Makefile.in: Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55334 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in: Remove references to bsp, cygmon, libstub.neroden2002-07-081-36/+2
| | | | | | | | | * configure.in: Ditto. * configure.in: Remove leftover reference to gdbtest. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55332 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-07-08 Phil Edwards <pme@gcc.gnu.org>pme2002-07-081-1/+1
| | | | | | | | * configure.in (gxx_include_dir): Change to match versioned C++ headers if --enable-version-specific-runtime-libs is used. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55323 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Make --without-x work.neroden2002-07-031-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55226 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Rearrange target Makefile fragment collection.neroden2002-07-031-18/+21
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55202 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, orneroden2002-07-021-11/+10
| | | | | | | | | | cvs[src]. * configure.in: Ditto. (also fix obvious typo in ChangeLog) git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55187 138bc75d-0d04-0410-961f-82ee72b054a4
* Wipe out apache. Don't configure cgen from the top level; that part isneroden2002-07-011-8/+8
| | | | | | | simply pulled over from src. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55159 138bc75d-0d04-0410-961f-82ee72b054a4
* Reorganize, remove now-redundant tests.neroden2002-07-011-426/+419
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55154 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Add support for ip2k.denisc2002-06-231-0/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54926 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Fix AIX configury bug.dj2002-06-211-2/+0
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54892 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: replace ${topsrcdir} with ${srcdir}dj2002-06-191-6/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54810 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Move definition of libstdcxx_flagsdj2002-06-191-3/+3
| | | | | | | right above usage, rather than waaay earlier. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54809 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Rearrange a little.dj2002-06-191-27/+26
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54808 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Pull definition of is_cross_compiler earlier.dj2002-06-191-13/+12
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54807 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Rearrange a little.dj2002-06-191-4/+7
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54806 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Remove references to librx.dj2002-06-191-16/+5
| | | | | | | * Makefile.in: Remove references to librx. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54804 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Eliminate ${gasdir} variable.dj2002-06-191-2/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54786 138bc75d-0d04-0410-961f-82ee72b054a4
* merge from srcdj2002-06-181-0/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54766 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (vax-*-netbsd*): Re-enable gas.thorpej2002-06-091-4/+0
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54391 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.dj2002-05-311-1/+1
| | | | | | | * configure.in: Eliminate version-specific references to tcl8.1, tk8.1. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54117 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (vax-*-netbsd*): Don't build gas for thisthorpej2002-05-301-0/+4
| | | | | | | platform. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54040 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (noconfigdirs): Don't compile libiberty, libstdcxxmarekm2002-05-281-0/+3
| | | | | | | and libgcj for AVR. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53960 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in: Allow for PWDCMD to override hardcoded pwd.ro2002-05-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * config-ml.in: Likewise. * configure: Likewise. * configure.in: Likewise. boehm-gc: * acinclude.m4: Allow for PWDCMD to override hardcoded pwd. * aclocal.m4: Regenerate. * configure: Regenerate. config: * acinclude.m4: Allow for PWDCMD to override hardcoded pwd. contrib: * test_installed: Allow for PWDCMD to override hardcoded pwd. * test_summary: Likewise. gcc: * Makefile.in: Allow for PWDCMD to override hardcoded pwd. * configure.in: Likewise. * fixinc/check.tpl: Likewise. * fixinc/fixinc.dgux: Likewise. * fixinc/fixinc.svr4: Likewise. * fixinc/fixinc.winnt: Likewise. * fixinc/fixincl.sh: Likewise. * fixproto: Likewise. * configure: Regenerate. gcc/ada: * Makefile.adalib: Allow for PWDCMD to override hardcoded pwd. * Makefile.in: Likewise. gcc/f: * Make-lang.in: Allow for PWDCMD to override hardcoded pwd. gcc/java: * Make-lang.in: Allow for PWDCMD to override hardcoded pwd. gcc/po: * exgettext: Allow for PWDCMD to override hardcoded pwd. gcc/treelang: * Make-lang.in: Allow for PWDCMD to override hardcoded pwd. libf2c: * Makefile.in: Allow for PWDCMD to override hardcoded pwd. * aclocal.m4: Likewise. * configure: Regenerate. libjava: * acinclude.m4: Allow for PWDCMD to override hardcoded pwd. * configure.in: Likewise. * aclocal.m4: Regenerate. * configure: Regenerate. libobjc: * aclocal.m4: Allow for PWDCMD to override hardcoded pwd. * configure: Regenerate. libstdc++-v3: * Makefile.am: Allow for PWDCMD to override hardcoded pwd. * acinclude.m4: Likewise. * docs/html/Makefile: Likewise. * aclocal.m4: Regenerate. * configure: Regenerate. * Makefile.in: Regenerate. zlib: * configure.in: Allow for PWDCMD to override hardcoded pwd. * configure: Regenerate. * ChangeLog: Move entries to ChangeLog.gcj. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53523 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: simplify makefile fragment collection.dj2002-05-131-35/+35
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53436 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: remove code to build emacs.dj2002-05-131-23/+8
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53435 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in : Remove --srcdir argument from targargs and buildargsdj2002-05-131-5/+10
| | | | | | | (it's always overridden in the Makefile anyway). Rearrange a bit. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53433 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure: move some logic to configure.indj2002-05-131-0/+12
| | | | | | | * configure.in: move some logic from configure git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53432 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (noconfigdirs): Don't disable libgcj onaoliva2002-05-051-1/+1
| | | | | | | sparc64-*-solaris* and sparcv9-*-solaris*. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53190 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Revert 2002-04-18's patch; fixed in libjava.aoliva2002-05-031-27/+0
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53109 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (FLAGS_FOR_TARGET): Do not adddj2002-05-031-1/+0
| | | | | | | | -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively on i[3456]86-*-linux*. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53100 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (noconfigdirs): Replace [ ] with test.dj2002-05-011-1/+15
| | | | | | | | * configure.in (noconfigdirs): Do not add target-newlib if target == i[3456]86-*-linux*, and host == target. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53021 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/mh-cxux: remove dead codedj2002-04-301-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 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52926 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: replace '[' with 'test'dj2002-04-301-73/+79
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52925 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Eliminate references to gash.dj2002-04-301-3/+3
| | | | | | | * Makefile.in: Eliminate references to gash. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52924 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Remove useless references to 'pic' makefile fragments.dj2002-04-301-71/+0
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52922 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: (*-*-windows*) Finish removing.dj2002-04-301-3/+0
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52921 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Eliminate redundant test for libgui.dj2002-04-301-4/+0
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52920 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-04-26 Joel Sherrill <joel@OARcorp.com>joel2002-04-261-0/+14
| | | | | | | | * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj. (sparc-*-elf*, sparc64-*-elf*): Disable libgcj. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52813 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>dj2002-04-191-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 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52530 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Disallow configuring libgcj when it is alreadytromey2002-04-181-9/+27
| | | | | | | | installed and we're using Solaris 2.8 linker. Do enable libgcj on Solaris 2.8 by default. For PR libgcj/6158. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52497 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Move default CC setting out of config/mh-* fragmentsdj2002-04-171-5/+63
| | | | | | | directly into here. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52443 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: don't even try to configure or make a subdirectorydj2002-04-171-0/+19
| | | | | | | if there's no configure script for it. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52442 138bc75d-0d04-0410-961f-82ee72b054a4
* * MAINTAINERS: Remove chill maintainers.mmitchel2002-04-151-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. Remove Chill front end. * gcc.c (default_compilers): Remove Chill entries. * ch: Remove directory. * doc/frontends.texi: Remove information about Chill. * doc/sourcebuild.texi: Likewise. * doc/standards.texi: Likewise. * testsuite/lib/chill.exp: Remove. * g77.texi: Remove Chill reference. * gcc_release (build_tarfiles): Do not build Chill tarfiles. (CHILL_DIRS): Remove. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52327 138bc75d-0d04-0410-961f-82ee72b054a4
* i2002-04-11 DJ Delorie <dj@redhat.com>dj2002-04-111-52/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.in, configure.in: Sync with binutils, entries follow... 2002-02-01 Mo DeJong <supermo@bayarea.net> * Makefile.in: Add all-tix to deps for all-snavigator so that tix is built when building snavigator. 2002-01-11 Steve Ellcey <sje@cup.hp.com> * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX, ld and gdb are not supported. 2002-01-07 Mark Salter <msalter@redhat.com> * configure.in: Remove target-bsp and target-cygmon from arm builds. Allow target-libgloss to be built for arm, strongarm, and xscale. 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com> * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem options for i[3456]86-pc-linux* native builds. 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com> * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo files from .po files for a distribution. 2001-09-03 Jeff Holcomb <jeffh@redhat.com> * configure.in: Enable libstdc++-v3 for h8300 targets. 2001-06-19 Alan Modra <amodra@bigpond.net.au> * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/. Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com> * Makefile.in (VER): When present, extract the version number from the file version.in. 2001-05-24 Tom Rix <trix@redhat.com> * configure.in : enable ld for aix 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com> * mh-s390pic: New file. * mt-s390pic: New file. 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com> * config.guess: Add linux target for S/390. 2000-11-07 Philip Blundell <pb@futuretv.com> * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*. 2000-11-03 Philip Blundell <pb@futuretv.com> * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info files. 2001-01-15 Ben Elliston <bje@redhat.com> * configure.in (host_tools): Add sid. Always configure cgen. 2000-11-24 Nick Clifton <nickc@redhat.com> * configure.in (c4x, c5x, tic54x): Move after ARM targets. 2000-08-20 Doug Evans <dje@casey.transmeta.com> * Makefile.in (ALL_MODULES): Add all-cgen. (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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52179 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Add *-*-freebsd* configurations.ljrittle2002-04-101-0/+9
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52107 138bc75d-0d04-0410-961f-82ee72b054a4
OpenPOWER on IntegriCloud