summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* re PR bootstrap/14871 (Non-unified-tree ordinary cross-compiler builds ↵Nathanael Nerode2004-04-091-7/+24
| | | | | | | | | | | | | | | default to stupid names for tools) PR bootstrap/14871 * 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. From-SVN: r80542
* re PR bootstrap/14760 (A bug in configure{,.in} prevents using both ↵Nathanael Nerode2004-04-071-15/+15
| | | | | | | | | | | | | --program-suffix and --program-prefix) PR bootstrap/14760 * 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. From-SVN: r80474
* configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.David Edelsohn2004-04-061-2/+2
| | | | | | | | * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs. (rs6000-*-aix*): Same. * configure: Regenerate. From-SVN: r80458
* configure.ac: Add --enable-werror-always (for top level bootstrap support).Nathanael Nerode2004-03-241-4/+4
| | | | | | | | | | | | | | | | | (gcc) * 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. From-SVN: r79935
* * Makefile.tpl (experimental top level bootstrap) Move stage1Nathanael Nerode2004-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. From-SVN: r79816
* configure.in: Remove symbolic link section.Paolo Bonzini2004-03-171-45/+0
| | | | | | | | | | | 2004-03-17 Paolo Bonzini <bonzini@gnu.org> * configure.in: Remove symbolic link section. * configure: Regenerate. * Makefile.tpl (links): Remove. * Makefile.in: Regenerate. From-SVN: r79596
* configure.in (DEFAULT_YACC, [...]): Set with AC_CHECK_PROGS.Paolo Bonzini2004-03-161-57/+7
| | | | | | | | | | | | | | 2004-03-15 Paolo Bonzini <bonzini@gnu.org> 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. Co-Authored-By: Nathanael Nerode <neroden@gcc.gnu.org> From-SVN: r79552
* Makefile.tpl: Introduce experimental top level bootstrap support.Nathanael Nerode2004-03-161-3/+49
| | | | | | | | | | | 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org> * Makefile.tpl: Introduce experimental top level bootstrap support. * Makefile.in: Regenerate. * configure.in: Introduce support for top level bootstrap. * configure: Regenerate. From-SVN: r79515
* re PR bootstrap/14522 (Bad sed command in the configure script)Eric Botcazou2004-03-121-1/+1
| | | | | | | | | | | | | 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org> Paolo Bonzini <bonzini@gnu.org> PR bootstrap/14522 * configure.in: Cope with shells that do not support unquoted ^ * configure: Regenerate. Co-Authored-By: Paolo Bonzini <bonzini@gnu.org> From-SVN: r79380
* re PR bootstrap/14522 (Bad sed command in the configure script)Eric Botcazou2004-03-111-3/+3
| | | | | | | | | | | | | | 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org> 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. Co-Authored-By: Paolo Bonzini <bonzini@gnu.org> From-SVN: r79325
* re PR bootstrap/14522 (Bad sed command in the configure script)Andrew Pinski2004-03-101-1/+1
| | | | | | | | | | 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu> PR bootstrap/14522 * configure.in: Fix esacping of $. * configure: Regenerate. From-SVN: r79305
* (top level)Paolo Bonzini2004-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. From-SVN: r79299
* configure.in (mips64*-*-linux*): Override mips*-*-linux* case and disable ↵Richard Sandiford2004-03-011-0/+3
| | | | | | | | | | libgcj. * configure.in (mips64*-*-linux*): Override mips*-*-linux* case and disable libgcj. * configure: Regenerated. From-SVN: r78717
* configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.David Edelsohn2004-02-111-2/+2
| | | | | | | | * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs. (rs6000-*-aix*): Same. * configure: Regenerate. From-SVN: r77668
* configure.in (host): Add in missing $noconfigdirs to defines.Kelley Cook2004-02-111-6/+6
| | | | | | | | | 2004-02-11 Kelley Cook <kcook@gcc.gnu.org> * configure.in (host): Add in missing $noconfigdirs to defines. * configure: Regenerate. From-SVN: r77665
* PR ada/6637, PR ada/5911Arnaud Charlet2004-02-101-1/+10
| | | | | | | | | | | | PR ada/6637, PR ada/5911 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. Co-Authored-By: Nathanael Nerode <neroden@gcc.gnu.org> From-SVN: r77594
* configure.in: Don't pass --with-stabs on IRIX 5 either.Rainer Orth2004-02-051-2/+2
| | | | | | | | | | * configure.in: Don't pass --with-stabs on IRIX 5 either. * configure: Regenerate. gcc: * config/mips/iris5gas.h (PREFERRED_DEBUGGING_TYPE): Define. From-SVN: r77349
* configure.in: Use ./config.cache, not config.cache.Nathanael Nerode2004-01-051-2/+2
| | | | | | | | | * configure.in: Use ./config.cache, not config.cache. * configure: Regenerate. * Makefile.tpl: Special-casing not needed for GCC any more. * Makefile.in: Regenerate. From-SVN: r75413
* configure.in: Don't share a cache file for host dirs.Nathanael Nerode2004-01-051-1/+3
| | | | | | | * configure.in: Don't share a cache file for host dirs. * configure: Regenerate. From-SVN: r75407
* PR bootstrap/11932, PR bootstrap/11933Nathanael Nerode2004-01-031-1/+10
| | | | | | | | | | | PR bootstrap/11932, PR bootstrap/11933 (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. From-SVN: r75359
* configure.in (ia64*-*-hpux*): Disable building java libraries.Roger Sayle2003-12-311-1/+1
| | | | | | | * configure.in (ia64*-*-hpux*): Disable building java libraries. * configure: Regenerated. From-SVN: r75283
* configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.Bernardo Innocenti2003-12-211-0/+3
| | | | | | | * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda. * configure: Regenerated. From-SVN: r74900
* configure.in (raw_libstdcxx_flags): Remove the leading space.Thomas Fitzsimmons2003-12-081-1/+1
| | | | | | | | | 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com> * configure.in (raw_libstdcxx_flags): Remove the leading space. * configure: Regenerate. From-SVN: r74439
* configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.Phil Edwards2003-10-201-1/+1
| | | | | | | | | 2003-10-20 Phil Edwards <phil@codesourcery.com> * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs. * configure: Regenerate. From-SVN: r72714
* configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.Mohan Embar2003-10-061-0/+5
| | | | | | | | | * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD. * configure: Rebuilt * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure * Makefile.in: Rebuilt From-SVN: r72130
* configure.in: Pass a computed --program-transform-name to subconfigures.Daniel Jacobowitz2003-09-211-1/+26
| | | | | | | | * configure.in: Pass a computed --program-transform-name to subconfigures. * configure: Regenerated. From-SVN: r71630
* configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix quoting.Daniel Jacobowitz2003-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. From-SVN: r71474
* configure: Regenerate.DJ Delorie2003-09-041-2/+2
| | | | | | | * configure: Regenerate. * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet. From-SVN: r71094
* configure.in: Ensure arguments to sed are properly spaced.Kaveh R. Ghazi2003-09-021-2/+2
| | | | | | | * configure.in: Ensure arguments to sed are properly spaced. * configure: Regenerate. From-SVN: r70997
* configure.in: Set RAW_CXX_FOR_TARGET if unset.Daniel Jacobowitz2003-08-271-1/+3
| | | | | | | * configure.in: Set RAW_CXX_FOR_TARGET if unset. * configure: Regenerated. From-SVN: r70861
* configure.in: Use newline instead of semicolon when assuming shell arguments ↵Phil Edwards2003-08-231-1/+2
| | | | | | | | | | | | in a for loop. 2003-08-23 Phil Edwards <pme@gcc.gnu.org> * configure.in: Use newline instead of semicolon when assuming shell arguments in a for loop. * configure: Regenerated. From-SVN: r70728
* Index: ChangeLogGeoffrey Keating2003-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. From-SVN: r70634
* configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for make, shell, ↵Geoffrey Keating2003-08-211-16/+31
| | | | | | | | | | | etc. * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for make, shell, etc. (baseargs): Likewise. * configure: Regenerate. From-SVN: r70633
* configure.in: Disable libgcj for darwin not on powerpc.Geoffrey Keating2003-08-201-1/+5
| | | | | | | * configure.in: Disable libgcj for darwin not on powerpc. * configure: Rebuild. From-SVN: r70587
* configure.in (noconfigdirs): Do not add GDB when m32r-*-*.Andrew Cagney2003-08-011-1/+1
| | | | | | | | | 2003-08-01 Andrew Cagney <cagney@redhat.com> * configure.in (noconfigdirs): Do not add GDB when m32r-*-*. * configure: Ditto. From-SVN: r70071
* configure.in: Enable libgcj for darwin.Andreas Tobler2003-07-301-1/+1
| | | | | | | | | 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch> * configure.in: Enable libgcj for darwin. * configure: Rebuild. From-SVN: r69954
* Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when...Nathanael Nerode2003-07-281-19/+1
| | | | | | | | | | * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when 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. From-SVN: r69871
* re PR bootstrap/11273 (make install fails in libobjc directory)Nathanael Nerode2003-07-131-0/+3
| | | | | | | | | | | | PR bootstrap/11273 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. From-SVN: r69304
* configure: Rebuilt.Alexandre Oliva2003-07-101-0/+3
| | | | | | | | | | | * configure: Rebuilt. 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. From-SVN: r69173
* configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.Bob Wilson2003-07-101-0/+3
| | | | | | | * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets. * configure: Regenerate. From-SVN: r69172
* configure.in: Clean up config-lang.in handling.Nathanael Nerode2003-06-271-30/+39
| | | | | | | | * configure.in: Clean up config-lang.in handling. Delete useless assignment to "subdirs". * configure: Regenerate. From-SVN: r68588
* configure.in: Rename 'target_libs' to 'target_libraries'.Nathanael Nerode2003-06-261-6/+6
| | | | | | | | * configure.in: Rename 'target_libs' to 'target_libraries'. Remove useless reference to 'target_libs'. * configure: Regenerate. From-SVN: r68543
* configure.in (noconfigdirs): Disable target-newlib and target-libgloss.Hans-Peter Nilsson2003-06-231-4/+10
| | | | | | | | | | * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib and target-libgloss. <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb. <h8300*-*-*>: Disable libf2c and ${libgcj}. * configure: Regenerate. From-SVN: r68354
* configure.in: Update testsuite_flags to new location.Benjamin Kosnik2003-06-181-1/+1
| | | | | | | | | 2003-06-17 Benjamin Kosnik <bkoz@redhat.com> * configure.in: Update testsuite_flags to new location. * configure. Regenerate. From-SVN: r68133
* configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.Rainer Orth2003-06-111-4/+0
| | | | | | | | | | | | | | | * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32. * 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. From-SVN: r67780
* configure.in: Disable serial configure by default.Nathanael Nerode2003-06-111-9/+14
| | | | | | | | | * configure.in: Disable serial configure by default. * configure: Regenerate. * Makefile.tpl: Abolish .NOTPARALLEL. * Makefile.in: Regenerate. From-SVN: r67747
* Makefile.tpl: Make 'recursive targets' using autogen rather than shell loop.Nathanael Nerode2003-06-031-1/+2
| | | | | | | | | | | | | | * Makefile.tpl: Make 'recursive targets' using autogen rather 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. From-SVN: r67402
* configure.in: Use curly braces in the definition of tooldir.Maciej W. Rozycki2003-05-211-1/+1
| | | | | | | * configure.in: Use curly braces in the definition of tooldir. * configure: Regenerate. From-SVN: r67078
* configure.in: Switch more things to use maybe dependencies.Nathanael Nerode2003-05-201-17/+1
| | | | | | | | | | | | 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org> * 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. From-SVN: r66982
* configure.in: Accept i[3456789]86 for machine type.Kelley Cook2003-05-191-29/+29
| | | | | | | * configure.in: Accept i[3456789]86 for machine type. * configure: Regenerate. From-SVN: r66969