aboutsummaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)AuthorFilesLines
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
2002-07-08configure.in: Don't build grez.Nathanael Nerode1-6/+0
* configure.in: Don't build grez. * Makefile.in: Ditto. From-SVN: r55334
2002-07-08Makefile.in: Remove references to bsp, cygmon, libstub.Nathanael Nerode1-36/+2
* Makefile.in: Remove references to bsp, cygmon, libstub. * configure.in: Ditto. * configure.in: Remove leftover reference to gdbtest. From-SVN: r55332
2002-07-08configure.in (gxx_include_dir): Change to match versioned C++ headers if ↵Phil Edwards1-1/+1
--enable-version-specific-runtime-libs... 2002-07-08 Phil Edwards <pme@gcc.gnu.org> * configure.in (gxx_include_dir): Change to match versioned C++ headers if --enable-version-specific-runtime-libs is used. From-SVN: r55323
2002-07-03* configure.in: Make --without-x work.Nathanael Nerode1-1/+5
From-SVN: r55226
2002-07-03* configure.in: Rearrange target Makefile fragment collection.Nathanael Nerode1-18/+21
From-SVN: r55202
2002-07-02Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or cvs[src].Nathanael Nerode1-11/+10
* Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or cvs[src]. * configure.in: Ditto. (also fix obvious typo in ChangeLog) From-SVN: r55187
2002-07-01Wipe out apache.Nathanael Nerode1-8/+8
Wipe out apache. Don't configure cgen from the top level; that part is simply pulled over from src. From-SVN: r55159
2002-07-01Reorganize, remove now-redundant tests.Nathanael Nerode1-426/+419
From-SVN: r55154
2002-06-23* configure.in: Add support for ip2k.Denis Chertykov1-0/+3
From-SVN: r54926
2002-06-21* configure.in: Fix AIX configury bug.Nathanael Nerode1-2/+0
From-SVN: r54892
2002-06-19* configure.in: replace ${topsrcdir} with ${srcdir}Nathanael Nerode1-6/+6
From-SVN: r54810
2002-06-19configure.in: Move definition of libstdcxx_flags right above usage, rather ↵Nathanael Nerode1-3/+3
than waaay earlier. * configure.in: Move definition of libstdcxx_flags right above usage, rather than waaay earlier. From-SVN: r54809
2002-06-19* configure.in: Rearrange a little.DJ Delorie1-27/+26
From-SVN: r54808
2002-06-19* configure.in: Pull definition of is_cross_compiler earlier.Nathanael Nerode1-13/+12
From-SVN: r54807
2002-06-19* configure.in: Rearrange a little.Nathanael Nerode1-4/+7
From-SVN: r54806
2002-06-19configure.in: Remove references to librx.Nathanael Nerode1-16/+5
* configure.in: Remove references to librx. * Makefile.in: Remove references to librx. From-SVN: r54804
2002-06-19* configure.in: Eliminate ${gasdir} variable.Nathanael Nerode1-2/+1
From-SVN: r54786
2002-06-18merge from srcDave Brolley1-0/+6
From-SVN: r54766
2002-06-09* configure.in (vax-*-netbsd*): Re-enable gas.Jason Thorpe1-4/+0
From-SVN: r54391
2002-05-31Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.Nathanael Nerode1-1/+1
* Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1. * configure.in: Eliminate version-specific references to tcl8.1, tk8.1. From-SVN: r54117
2002-05-30configure.in (vax-*-netbsd*): Don't build gas for this platform.Jason Thorpe1-0/+4
* configure.in (vax-*-netbsd*): Don't build gas for this platform. From-SVN: r54040
2002-05-28configure.in (noconfigdirs): Don't compile libiberty, libstdcxx and libgcj ↵Marek Michalkiewicz1-0/+3
for AVR. * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx and libgcj for AVR. From-SVN: r53960