summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* PR bootstrap/14871neroden2004-04-091-7/+24
| | | | | | | | | | | | | * Makefile.tpl: If we don't have built-in-tree target tools, use the ones found by configure rather than hacking around with program_transform_name. * configure.in: Give Makefile.tpl the information necessary to do that. * Makefile.in: Regenerate. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@80542 138bc75d-0d04-0410-961f-82ee72b054a4
* PR bootstrap/14760neroden2004-04-071-15/+15
| | | | | | | | | | | * configure.in: When computing baseargs, strip *all* copies of offending options. Also, don't match/substitute the trailing space, so that this actually works when two similar options are separated by only one space. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@80474 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.dje2004-04-061-2/+2
| | | | | | | | (rs6000-*-aix*): Same. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@80458 138bc75d-0d04-0410-961f-82ee72b054a4
* (gcc)neroden2004-03-241-4/+4
| | | | | | | | | | | | | | | | | * configure.ac: Add --enable-werror-always (for top level bootstrap support). * configure: Regenerate. (top level) * configure.in (top level bootstrap support): Rework --enable-werror to set @stage2_werror_flag@. * configure: Regenerate. * Makefile.tpl (top level bootstrap support): Pass @stage2_werror_flag@ down to configure in stages 2 and 3. * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79935 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.tpl (experimental top level bootstrap) Move stage1neroden2004-03-221-2/+2
| | | | | | | | | | | | | language setting from all- target to configure- target; disable intermodule optimization in stage 1; prevent gratuitous rebuilds of stage 1. * Makefile.in: Regenerate. * configure.in: Comma-separate stage 1 language list for top level bootstrap. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79816 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-03-17 Paolo Bonzini <bonzini@gnu.org>neroden2004-03-171-45/+0
| | | | | | | | | | * configure.in: Remove symbolic link section. * configure: Regenerate. * Makefile.tpl (links): Remove. * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79596 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-03-15 Paolo Bonzini <bonzini@gnu.org>neroden2004-03-161-57/+7
| | | | | | | | | | | | Nathanael Nerode <neroden@gcc.gnu.org> * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX): Set with AC_CHECK_PROGS. * configure.in: Fix comment typo from last patch. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79552 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>neroden2004-03-161-3/+49
| | | | | | | | | | * Makefile.tpl: Introduce experimental top level bootstrap support. * Makefile.in: Regenerate. * configure.in: Introduce support for top level bootstrap. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79515 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>bonzini2004-03-121-1/+1
| | | | | | | | | | | Paolo Bonzini <bonzini@gnu.org> PR bootstrap/14522 * configure.in: Cope with shells that do not support unquoted ^ * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79380 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>bonzini2004-03-111-3/+3
| | | | | | | | | | | | Paolo Bonzini <bonzini@gnu.org> PR bootstrap/14522 * configure.in: Cope with shell that do not support nesting quotes inside quoted backquote substitutions. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79325 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>pinskia2004-03-111-1/+1
| | | | | | | | | PR bootstrap/14522 * configure.in: Fix esacping of $. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79305 138bc75d-0d04-0410-961f-82ee72b054a4
* (top level)neroden2004-03-111-403/+433
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-03-08 Paolo Bonzini <bonzini@gnu.org> PR ada/14131 Move language detection to the top level. * configure.in: Find default values for the tools as soon as possible. Disable ada if GNAT is not found. Emit error message about missing languages. Expand --enable-languages=all for the gcc subdirectory. (config) 2004-03-08 Paolo Bonzini <bonzini@gnu.org> PR ada/14131 Move language detection to the top level. * acx.m4 (ACX_PROG_GNAT): New macro, moved here from the gcc subdirectory. (gcc) 2004-03-08 Paolo Bonzini <bonzini@gnu.org> PR ada/14131 Move language detection to the top level. * configure.ac: Remove code to detect languages, it now lives exclusively in the top level. * aclocal.m4 (gcc_AC_PROG_GNAT): Moved to the top level, renamed to ACX_PROG_GNAT. (gcc/ada) 2004-03-08 Paolo Bonzini <bonzini@gnu.org> PR ada/14131 Move language detection to the top level. * config-lang.in: Build by default. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79299 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (mips64*-*-linux*): Override mips*-*-linux* casersandifo2004-03-011-0/+3
| | | | | | | | and disable libgcj. * configure: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78717 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.dje2004-02-111-2/+2
| | | | | | | | (rs6000-*-aix*): Same. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77668 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>kcook2004-02-111-6/+6
| | | | | | | | * configure.in (host): Add in missing $noconfigdirs to defines. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77665 138bc75d-0d04-0410-961f-82ee72b054a4
* PR ada/6637, PR ada/5911charlet2004-02-101-1/+10
| | | | | | | | | | Merge with libada-branch: * configure.in, Makefile.tpl, Makefile.def: Add target-libada, with appropriate dependencies. Add --enable-libada configure switch. * configure, Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77594 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Don't pass --with-stabs on IRIX 5 either.ro2004-02-051-2/+2
| | | | | | | | | | * configure: Regenerate. gcc: * config/mips/iris5gas.h (PREFERRED_DEBUGGING_TYPE): Define. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77349 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Use ./config.cache, not config.cache.neroden2004-01-051-2/+2
| | | | | | | | | * configure: Regenerate. * Makefile.tpl: Special-casing not needed for GCC any more. * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75413 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Don't share a cache file for host dirs.neroden2004-01-051-1/+3
| | | | | | | * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75407 138bc75d-0d04-0410-961f-82ee72b054a4
* PR bootstrap/11932, PR bootstrap/11933neroden2004-01-031-1/+10
| | | | | | | | | | | (I don't know if it will fix either of them, but it relates to them.) * configure.in: Don't use shared config.cache for target directories. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75359 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (ia64*-*-hpux*): Disable building java libraries.sayle2003-12-311-1/+1
| | | | | | | * configure: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75283 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.bernie2003-12-211-0/+3
| | | | | | | * configure: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74900 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>fitzsim2003-12-081-1/+1
| | | | | | | | * configure.in (raw_libstdcxx_flags): Remove the leading space. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74439 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-10-20 Phil Edwards <phil@codesourcery.com>pme2003-10-201-1/+1
| | | | | | | | * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72714 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.membar2003-10-061-0/+5
| | | | | | | | | * configure: Rebuilt * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure * Makefile.in: Rebuilt git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72130 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Pass a computed --program-transform-namedrow2003-09-211-1/+26
| | | | | | | | to subconfigures. * configure: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71630 138bc75d-0d04-0410-961f-82ee72b054a4
* ./drow2003-09-171-16/+13
| | | | | | | | | | | | | * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix quoting. * configure: Regenerated. gcc/ * configure.in: Quote gcc_config_arguments for configargs.h. * configure: Regenerated. * gccbug.in: Don't shell-expand gcc_config_arguments. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71474 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure: Regenerate.dj2003-09-041-2/+2
| | | | | | | * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71094 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Ensure arguments to sed are properly spaced.ghazi2003-09-021-2/+2
| | | | | | | * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70997 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Set RAW_CXX_FOR_TARGET if unset.drow2003-08-271-1/+3
| | | | | | | * configure: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70861 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-08-23 Phil Edwards <pme@gcc.gnu.org>pme2003-08-231-1/+2
| | | | | | | | | * configure.in: Use newline instead of semicolon when assuming shell arguments in a for loop. * configure: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70728 138bc75d-0d04-0410-961f-82ee72b054a4
* Index: ChangeLoggeoffk2003-08-211-3/+4
| | | | | | | | | | | | | | | | | | | | 2003-08-20 Geoffrey Keating <geoffk@apple.com> PR 8180 * configure.in: When testing with_libs and with_headers, treat 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>. * configure: Regenerate. Index: gcc/ChangeLog 2003-08-20 Geoffrey Keating <geoffk@apple.com> PR 8180 * configure.in: When testing with_libs and with_headers, treat 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70634 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly forgeoffk2003-08-211-16/+31
| | | | | | | | | make, shell, etc. (baseargs): Likewise. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70633 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Disable libgcj for darwin not on powerpc.geoffk2003-08-201-1/+5
| | | | | | | * configure: Rebuild. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70587 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-08-01 Andrew Cagney <cagney@redhat.com>cagney2003-08-011-1/+1
| | | | | | | | * configure.in (noconfigdirs): Do not add GDB when m32r-*-*. * configure: Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70071 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>andreast2003-07-301-1/+1
| | | | | | | | * configure.in: Enable libgcj for darwin. * configure: Rebuild. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69954 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' whenneroden2003-07-281-19/+1
| | | | | | | | | | creating target and build subdirs to build all parent dirs as needed. * Makefile.in: Rebuild. * configure.in: Don't build dirs explicitly here. * configure: Rebuild. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69871 138bc75d-0d04-0410-961f-82ee72b054a4
* PR bootstrap/11273neroden2003-07-131-0/+3
| | | | | | | | | | | | PR bootstrap/11408 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove unused INSTALL_PROGRAM_ARGS. * configure.in: Use AC_PROG_INSTALL. * Makefile.in: Regenerate. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69304 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure: Rebuilt.aoliva2003-07-101-0/+3
| | | | | | | | | | | 2001-09-26 Alexandre Oliva <aoliva@redhat.com> * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build newlib nor libgloss. Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com> * configure.in (am33_2.0-*-linux*): Added. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69173 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.bwilson2003-07-101-0/+3
| | | | | | | * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69172 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Clean up config-lang.in handling. Deleteneroden2003-06-271-30/+39
| | | | | | | | useless assignment to "subdirs". * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68588 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Rename 'target_libs' to 'target_libraries'.neroden2003-06-261-6/+6
| | | | | | | | Remove useless reference to 'target_libs'. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68543 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlibhp2003-06-231-4/+10
| | | | | | | | | | and target-libgloss. <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb. <h8300*-*-*>: Disable libf2c and ${libgcj}. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68354 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>bkoz2003-06-181-1/+1
| | | | | | | | * configure.in: Update testsuite_flags to new location. * configure. Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68133 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.ro2003-06-111-4/+0
| | | | | | | | | | | | | | | * configure. Regenerate. gcc: * config/mips/iris5gas.h (MDEBUG_ASM_SPEC): Override to match DWARF 2 default. * config/mips/dbxmdebug.h: New file. * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): Use it with gas and --with-stabs. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67780 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Disable serial configure by default.neroden2003-06-111-9/+14
| | | | | | | | | * configure: Regenerate. * Makefile.tpl: Abolish .NOTPARALLEL. * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67747 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.tpl: Make 'recursive targets' using autogen ratherneroden2003-06-031-1/+2
| | | | | | | | | | | | | | than shell loop. Remove duplicate 'clean' targets and false comments. * Makefile.def: Add systematic dependencies to 'recursive' targets. Add systematic method of specifying missing targets in subdirs. Add copyright boilerplate. * Makefile.in: Regenerate. * configure.in: Add 'recursive targets' to maybe list. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67402 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Use curly braces in the definition of tooldir.dj2003-05-221-1/+1
| | | | | | | * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67078 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>neroden2003-05-201-17/+1
| | | | | | | | | | | * configure.in: Switch more things to use maybe dependencies. * Makefile.tpl: Switch more things to use maybe dependencies. Factor out common code from autogen IF statements. * configure: Regenerate. * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66982 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Accept i[3456789]86 for machine type.dj2003-05-191-29/+29
| | | | | | | * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66969 138bc75d-0d04-0410-961f-82ee72b054a4