aboutsummaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)AuthorFilesLines
2003-02-19configure.in: Introduce --enable-maintainer-mode.Alexandre Oliva1-0/+19
* configure.in: Introduce --enable-maintainer-mode. * configure: Rebuilt. * Makefile.tpl (Makefile.in, configure): Enable dependencies only for maintainer mode. * Makefile.in: Rebuilt. From-SVN: r63134
2003-02-16configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*, don't configure ↵Geoffrey Keating1-3/+4
target-libobjc. * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*, don't configure target-libobjc. * configure: Regenerate. From-SVN: r62956
2003-02-06Makefile.def: Remove "snavigator", "grep", and "db" modules.Keith R Seitz1-11/+11
* Makefile.def: Remove "snavigator", "grep", and "db" modules. * Makefile.tpl: Remove "all-snavigator" and "all-grep". * Makefile.in: Regenerated. * configure.in: Remove all traces of snavigator, db, and grep. * configure: Regenerated. From-SVN: r62496
2003-01-27configure.in: Revert 24Jan change.Phil Edwards1-2/+3
2003-01-27 Phil Edwards <pme@gcc.gnu.org> * configure.in: Revert 24Jan change. * configure: Regenerate. From-SVN: r61888
2003-01-24No, really this time.Nathanael Nerode1-5/+4
From-SVN: r61689
2003-01-23configure.in: Revert previous change.Nathanael Nerode1-1/+1
2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org> * configure.in: Revert previous change. * configure: Regenerate. From-SVN: r61676
2003-01-23configure.in: Make rda native-only.Nathanael Nerode1-1/+1
2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org> * configure.in: Make rda native-only. * configure: Regenerate. From-SVN: r61668
2003-01-19configure.in: Add missing \.Nathanael Nerode1-1/+1
* configure.in: Add missing \. * configure: Rebuilt. From-SVN: r61487
2003-01-17configure.in (baseargs): Avoid using \| in sed regular expressions.Jakub Jelinek1-5/+10
* configure.in (baseargs): Avoid using \| in sed regular expressions. * configure: Rebuilt. From-SVN: r61431
2003-01-16configure.in (baseargs): Remove all supported forms of --cache-file...Jakub Jelinek1-5/+5
* configure.in (baseargs): Remove all supported forms of --cache-file, --srcdir, --host, --build and --target options from argument lists. * configure: Rebuilt. From-SVN: r61397
2003-01-15configure.in (noconfigdirs): Don't skip gas on IRIX 6.Alexandre Oliva1-2/+1
* configure.in (noconfigdirs): Don't skip gas on IRIX 6. * configure: Rebuilt. From-SVN: r61325
2003-01-10configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.Nathanael Nerode1-1/+1
* configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS. * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc. * Makefile.in: Regenerate. * configure: Regenerate. From-SVN: r61161
2003-01-09configure.in: Remove Makefile in build...Alexandre Oliva1-17/+24
* configure.in: Remove Makefile in build, host and target modules unless configure was run with --no-recursion. * configure: Rebuilt. From-SVN: r61126
2003-01-07* configure.in: Add AC_PREREQ for consistency.Christopher Faylor1-0/+1
From-SVN: r61015
2003-01-06configure.in (GDB_TK): Add tcl directories conditional on gdb/gdbtk ↵Andrew Cagney1-1/+13
directory being present. 2003-01-06 Andrew Cagney <ac131313@redhat.com> * configure.in (GDB_TK): Add tcl directories conditional on gdb/gdbtk directory being present. * configure: Regenerate. From-SVN: r60943
2003-01-04configure.in (LD): Improve test for gcc.John David Anglin1-3/+32
* configure.in (LD): Improve test for gcc. Try to set LD to the ld used by gcc if LD is not defined and we are not doing a Canadian Cross. * configure: Rebuilt. From-SVN: r60891
2002-12-31configure.in: Fix use of $program_transform_name.Andreas Schwab1-3/+3
* configure.in: Fix use of $program_transform_name. * configure: Regenerated. From-SVN: r60704
2002-12-31* configure.in (baseargs): Don't remove first configure argument.Daniel Jacobowitz1-1/+1
From-SVN: r60673
2002-12-29configure.in (host_configargs): Replace reference to no-longer-defined ↵Alexandre Oliva1-13/+30
buildopts with --build=${build_alias}. * configure.in (host_configargs): Replace reference to no-longer-defined buildopts with --build=${build_alias}. * configure: Rebuilt. From-SVN: r60606
2002-12-28configure.in (host_configargs): Replace reference to no-longer-defined ↵Alexandre Oliva1-1/+1
buildopts with --build=${build_alias}. * configure.in (host_configargs): Replace reference to no-longer-defined buildopts with --build=${build_alias}. * configure: Rebuilt. From-SVN: r60582
2002-12-28Makefile.tpl: Fix dramatic bustage due to change in program_transform_name.Nathanael Nerode1-24/+16
* Makefile.tpl: Fix dramatic bustage due to change in 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. From-SVN: r60568
2002-12-28configure.in: Convert to autoconf script.Nathanael Nerode1-218/+537
(toplev) * 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. From-SVN: r60558
2002-12-28configure: Fix stupid bug where RANLIB was mistakenly included.Nathanael Nerode1-17/+25
* configure: Fix stupid bug where RANLIB was mistakenly included. * configure.in: Rename (buildargs, hostargs, targargs) to (build_configargs, host_configargs, target_configargs). * configure.in: Move logic out of sed statement. From-SVN: r60551
2002-12-23Makefile.tpl: Use shared multilib.out.Nathanael Nerode1-7/+0
* Makefile.tpl: Use shared multilib.out. Use move-if-change for it. Convert (cd foo; make) to (cd foo && make). Clean up multilib.out. * Makefile.in: Regenerate. * configure.in: Remove unnecessary leftovers. From-SVN: r60441
2002-12-22configure.in (extra_ranlibflags_for_target): New variable.Geoffrey Keating1-0/+5
* configure.in (extra_ranlibflags_for_target): New variable. (*-*-darwin): Add -c to ranlib commands. * configure (tooldir): Handle extra_ranlibflags_for_target. From-SVN: r60397
2002-12-19Makefile.tpl: Revert HJL's change.Nathanael Nerode1-6/+2
* Makefile.tpl: Revert HJL's change. * Makefile.in: Regenerated. * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and always. From-SVN: r60326
2002-12-19Makefile.tpl, [...]: Substitute libstdcxx_incdir.Andreas Schwab1-0/+1
* Makefile.tpl, configure.in: Substitute libstdcxx_incdir. * Makefile.in: Regenerate. From-SVN: r60303
2002-12-18Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).H.J. Lu1-0/+5
2002-12-18 H.J. Lu <hjl@gnu.org> * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR). * Makefile.in: Regenerated. * configure.in (build_prefix): New. Substitute. From-SVN: r60272
2002-12-17* configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.Hans-Peter Nilsson1-1/+1
From-SVN: r60192
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-37/+206
From-SVN: r60174
2002-11-28configure.in: Move host-specific darwin noconfigdirs into the host-specific ↵Geoffrey Keating1-1/+4
section. * configure.in: Move host-specific darwin noconfigdirs into the host-specific section. From-SVN: r59614
2002-11-04Top level configury changes for RDA.Kevin Buettner1-1/+1
From-SVN: r58797
2002-10-24configure.in (i[3456]86-*-linux*): Add check to disable ${libgcj} for glibc1.Hans-Peter Nilsson1-0/+7
* configure.in (i[3456]86-*-linux*): Add check to disable ${libgcj} for glibc1. From-SVN: r58511
2002-10-07* configure.in: Add tic4x target.Svein E. Seldal1-1/+1
From-SVN: r57907
2002-10-03Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.Nathanael Nerode1-4/+6
2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org> * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy. * configure.in: Make SET_LIB_PATH substitution more autoconfy. * Makefile.in: Regenerate. From-SVN: r57783
2002-10-03Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.Nathanael Nerode1-9/+10
2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org> * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy. * configure.in: Make RPATH_ENVVAR substitution more autoconfy. * Makefile.in: Regenerate. From-SVN: r57782
2002-09-30* configure.in (s390*-*-linux*): Enable libgcj.Ulrich Weigand1-4/+0
From-SVN: r57647
2002-09-28configure.in (arm-*-coff, [...]): Use a single entry to handle all these.Richard Earnshaw1-12/+6
* configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a single entry to handle all these. (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable libjava on arm-*-elf. From-SVN: r57612
2002-09-28configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the things ↵Geoffrey Keating1-0/+3
that depend on them. * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the things that depend on them. From-SVN: r57602
2002-09-25Makefile.tpl: Rewrite substituted lines to look autoconfy.Nathanael Nerode1-11/+11
2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org> * Makefile.tpl: Rewrite substituted lines to look autoconfy. * Makefile.in: Regenerate. * configure.in: Rewrite sed statements to look autoconfy. From-SVN: r57503
2002-09-24Makefile.def: New file.Nathanael Nerode1-23/+9
2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org> * 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. From-SVN: r57484
2002-09-22configure.in (with_headers): Skip copy if value is "yes".Jason Thorpe1-18/+23
* configure.in (with_headers): Skip copy if value is "yes". (with_libs): Likewise. * doc/install.texi: Document behavior of --with-headers and --with-libs when arguments are omitted. From-SVN: r57411
2002-09-21configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.Nathanael Nerode1-2/+2
2002-07-12 Nathanael Nerode <neroden@gcc.gnu.org> * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs. * configure.in (sh*-*-pe*): Ditto. * configure.in (mips*-*-pe*): Ditto. * configure.in (*arm-wince-pe): Ditto. From-SVN: r57392
2002-09-20configure.in: Rearrange.Nathanael Nerode1-19/+19
2002-09-20 Nathanael Nerode <neroden@doctor.moo.mud.org> * configure.in: Rearrange. From-SVN: r57369
2002-08-19Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.Alexandre Oliva1-4/+4
* Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER. * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET, CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise. From-SVN: r56446
2002-08-06Add hppa-openbsd targetFederico G. Schwindt1-0/+1
From-SVN: r56066
2002-08-04configure.in (mips*-*-linux*): Don't skip target-libffi.H.J. Lu1-1/+0
2002-08-04 H.J. Lu (hjl@gnu.org) * configure.in (mips*-*-linux*): Don't skip target-libffi. From-SVN: r56030
2002-07-31configure.in: Move generic linux case to end.Alan Modra1-3/+9
* configure.in: Move generic linux case to end. Copy generic linux noconfigdirs to mips*-*-linux* entry and new powerpc64*-*-linux* entry. Add target-libffi for the latter. From-SVN: r55888
2002-07-11* configure.in: Remove two redundant tests.Nathanael Nerode1-7/+2
From-SVN: r55402
2002-07-11configure.in (mips*-*-irix6*o32): Enable stabs.Rainer Orth1-0/+4
* configure.in (mips*-*-irix6*o32): Enable stabs. 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. From-SVN: r55401