summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* * configure.in (baseargs): Avoid using \| in sed regularjakub2003-01-171-5/+10
| | | | | | | | expressions. * configure: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61431 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (baseargs): Remove all supported forms ofjakub2003-01-161-5/+5
| | | | | | | | | --cache-file, --srcdir, --host, --build and --target options from argument lists. * configure: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61397 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (noconfigdirs): Don't skip gas on IRIX 6.aoliva2003-01-151-2/+1
| | | | | | | * configure: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61325 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.neroden2003-01-101-1/+1
| | | | | | | | | * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc. * Makefile.in: Regenerate. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61161 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Remove Makefile in build, host and target modulesaoliva2003-01-091-17/+24
| | | | | | | | unless configure was run with --no-recursion. * configure: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61126 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Add AC_PREREQ for consistency.cgf2003-01-071-0/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61015 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-01-06 Andrew Cagney <ac131313@redhat.com>cagney2003-01-061-1/+13
| | | | | | | | | * configure.in (GDB_TK): Add tcl directories conditional on gdb/gdbtk directory being present. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60943 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (LD): Improve test for gcc. Try to set LD to the ld useddanglin2003-01-041-3/+32
| | | | | | | | by gcc if LD is not defined and we are not doing a Canadian Cross. * configure: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60891 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Fix use of $program_transform_name.schwab2002-12-311-3/+3
| | | | | | | * configure: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60704 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (baseargs): Don't remove first configure argument.drow2002-12-311-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60673 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (host_configargs): Replace reference toaoliva2002-12-291-13/+30
| | | | | | | | no-longer-defined buildopts with --build=${build_alias}. * configure: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60606 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (host_configargs): Replace reference toaoliva2002-12-281-1/+1
| | | | | | | | no-longer-defined buildopts with --build=${build_alias}. * configure: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60582 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.tpl: Fix dramatic bustage due to change inneroden2002-12-281-24/+16
| | | | | | | | | | | | | | | program_transform_name. * Makefile.in: Regenerate. * configure.in: Remove unnecessary PATH setting. * configure: Regnerate. * configure.in: Don't default to unprefixed tools unless the native tools will work. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60568 138bc75d-0d04-0410-961f-82ee72b054a4
* (toplev)neroden2002-12-281-218/+537
| | | | | | | | | | | | | | | | | | * configure.in: Convert to autoconf script. Blow away lots of now-redundant Makefile fragments. * configure: Generate using Autoconf. * Makefile.tpl: Rewrite to reflect autoconfiscation. * Makefile.in: Regenerate. (config) * acx.m4: New. * mh-a68bsd, mh-aix386, mh-apollo68, mh-delta88, mh-hp300, mh-hpux, mh-hpux8, mh-irix5, mh-irix6, mh-ncrsvr43, mh-openedition, mh-riscos, mh-sysv: Delete. * mh-cxux, mh-dgux386, mh-interix, mh-lynxrs6k, mh-ncr3000, mh-necv4, mh-sco, mh-solaris, mh-sysv4, mh-sysv5, mt-v810: Simplify. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60558 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure: Fix stupid bug where RANLIB was mistakenly included.neroden2002-12-281-17/+25
| | | | | | | | | | * configure.in: Rename (buildargs, hostargs, targargs) to (build_configargs, host_configargs, target_configargs). * configure.in: Move logic out of sed statement. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60551 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.neroden2002-12-231-7/+0
| | | | | | | | | Convert (cd foo; make) to (cd foo && make). Clean up multilib.out. * Makefile.in: Regenerate. * configure.in: Remove unnecessary leftovers. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60441 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (extra_ranlibflags_for_target): New variable.geoffk2002-12-221-0/+5
| | | | | | | | (*-*-darwin): Add -c to ranlib commands. * configure (tooldir): Handle extra_ranlibflags_for_target. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60397 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.tpl: Revert HJL's change.neroden2002-12-191-6/+2
| | | | | | | | | * Makefile.in: Regenerated. * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and always. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60326 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.schwab2002-12-191-0/+1
| | | | | | | * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60303 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-12-18 H.J. Lu <hjl@gnu.org>hjl2002-12-191-0/+5
| | | | | | | | | | * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR). * Makefile.in: Regenerated. * configure.in (build_prefix): New. Substitute. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60272 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.hp2002-12-171-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60192 138bc75d-0d04-0410-961f-82ee72b054a4
* Merge basic-improvements-branch to trunkzack2002-12-161-37/+206
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60174 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Move host-specific darwin noconfigdirs intogeoffk2002-11-281-1/+4
| | | | | | | the host-specific section. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59614 138bc75d-0d04-0410-961f-82ee72b054a4
* Top level configury changes for RDA.kevinb2002-11-041-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58797 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (i[3456]86-*-linux*): Add check to disablehp2002-10-241-0/+7
| | | | | | | ${libgcj} for glibc1. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58511 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Add tic4x target.dj2002-10-071-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57907 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>neroden2002-10-031-4/+6
| | | | | | | | | * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy. * configure.in: Make SET_LIB_PATH substitution more autoconfy. * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57783 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>neroden2002-10-031-9/+10
| | | | | | | | | * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy. * configure.in: Make RPATH_ENVVAR substitution more autoconfy. * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57782 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (s390*-*-linux*): Enable libgcj.uweigand2002-09-301-4/+0
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57647 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use arearnsha2002-09-281-12/+6
| | | | | | | | | single entry to handle all these. (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable libjava on arm-*-elf. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57612 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or thegeoffk2002-09-281-0/+3
| | | | | | | things that depend on them. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57602 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>neroden2002-09-251-11/+11
| | | | | | | | | * Makefile.tpl: Rewrite substituted lines to look autoconfy. * Makefile.in: Regenerate. * configure.in: Rewrite sed statements to look autoconfy. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57503 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>neroden2002-09-241-23/+9
| | | | | | | | | | | | * Makefile.def: New file. * Makefile.tpl: New file. * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'. * contrib/gcc_update: Note that Makefile.in is a generated file. * configure.in: Minor rearrangement. Simplify tests. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57484 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (with_headers): Skip copy if value is "yes".thorpej2002-09-221-18/+23
| | | | | | | | | | (with_libs): Likewise. * doc/install.texi: Document behavior of --with-headers and --with-libs when arguments are omitted. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57411 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-07-12 Nathanael Nerode <neroden@gcc.gnu.org>neroden2002-09-211-2/+2
| | | | | | | | | | * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs. * configure.in (sh*-*-pe*): Ditto. * configure.in (mips*-*-pe*): Ditto. * configure.in (*arm-wince-pe): Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57392 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-09-20 Nathanael Nerode <neroden@doctor.moo.mud.org>neroden2002-09-201-19/+19
| | | | | | | * configure.in: Rearrange. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57369 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.aoliva2002-08-191-4/+4
| | | | | | | | * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET, CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56446 138bc75d-0d04-0410-961f-82ee72b054a4
* 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