summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* ./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
* <top level>neroden2003-05-181-57/+59
| | | | | | | | | | | | | | | | * configure.in: Switch more things to use maybe dependencies. Rearrange a little. Use GCC_TOPLEV_SUBDIRS. * configure: Regenerate. * Makefile.tpl: Switch more things to use maybe dependencies. * Makefile.in: Regenerate. <config> * config/acx.m4: Introduce _GCC_TOPLEV_NONCANONICAL_BUILD, _GCC_TOPLEV_NONCANOICAL_HOST, _GCC_TOPLEV_NONCANONICAL_TARGET, GCC_TOPLEV_SUBDIRS. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66932 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-05-12 Corinna Vinschen <corinna@vinschen.de>aj2003-05-131-1/+1
| | | | | | | | | * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin and $$s/newlib/libc/sys/cygwin32 include paths. * configure: Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66754 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-05-12 Michael Eager <eager@mvista.com>aj2003-05-131-1/+1
| | | | | | | | | * configure.in: Correct sed script so that options in quotes are not deleted. * configure: Rebuild. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66750 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (powerpc64*-*-linux*): Remove.jakub2003-04-181-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure: Rebuilt. libffi/ * include/ffi.h.in (POWERPC64): Define if 64-bit. (enum ffi_abi): Add FFI_LINUX64 on POWERPC. Make it the default on POWERPC64. (FFI_TRAMPOLINE_SIZE): Define to 24 on POWERPC64. * configure.in: Change powerpc-*-linux* into powerpc*-*-linux*. * configure: Rebuilt. * src/powerpc/ffi.c (hidden): Define. (ffi_prep_args_SYSV): Renamed from ffi_prep_args. Cast pointers to unsigned long to shut up warnings. (NUM_GPR_ARG_REGISTERS64, NUM_FPR_ARG_REGISTERS64, ASM_NEEDS_REGISTERS64): New. (ffi_prep_args64): New function. (ffi_prep_cif_machdep): Handle FFI_LINUX64 ABI. (ffi_call): Likewise. (ffi_prep_closure): Likewise. (flush_icache): Surround by #ifndef POWERPC64. (ffi_dblfl): New union type. (ffi_closure_helper_SYSV): Use it to avoid aliasing problems. (ffi_closure_helper_LINUX64): New function. * src/powerpc/ppc_closure.S: Surround whole file by #ifndef __powerpc64__. * src/powerpc/sysv.S: Likewise. (ffi_call_SYSV): Rename ffi_prep_args to ffi_prep_args_SYSV. * src/powerpc/linux64.S: New file. * src/powerpc/linux64_closure.S: New file. * Makefile.am (EXTRA_DIST): Add src/powerpc/linux64.S and src/powerpc/linux64_closure.S. (TARGET_SRC_POWERPC): Likewise. * src/ffitest.c (closure_test_fn, closure_test_fn1, closure_test_fn2, closure_test_fn3): Fix result printing on big-endian 64-bit machines. (main): Print tst2_arg instead of uninitialized tst2_result. * src/ffitest.c (main): Hide what closure pointer really points to from the compiler. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65781 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (arm-*-netbsdelf*): Enable building java libraries.rearnsha2003-04-161-0/+1
| | | | | | | * configure: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65694 138bc75d-0d04-0410-961f-82ee72b054a4
* (toplev)neroden2003-03-121-31/+13
| | | | | | | | | | | | | | | | | * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused Make macro. * Makefile.in: Regenerate. * configure.in: Clean up gxx_include_dir logic. * configure: Regenerate. (gcc) * Makefile.in: Eliminate all.indirect. Update and clean up comments. Rearrange. Reorganize. * configure.in: Rearrange. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64260 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>sirl2003-03-091-1/+1
| | | | | | | | * configure.in (gxx_include_dir): Fix typo. * configure: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64038 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.tpl: Reindent.neroden2003-03-051-80/+69
| | | | | | | | | * Makefile.in: Regenerate. * configure.in: Reindent. Don't set unused variables. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63823 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Include $(build_tooldir)/sys-include indrow2003-03-041-1/+1
| | | | | | | | FLAGS_FOR_TARGET. * configure: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63792 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.neroden2003-03-041-38/+5
| | | | | | | | | | | * Makefile.in: Regenerate. * configure.in: Remove unused logic relating to --enable-shared and --enable-threads. Remove bogus comments. Remove redundant noconfigdirs. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63776 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Replace ${libstdcxx_version} by its value.neroden2003-03-041-16/+13
| | | | | | | | | | Remove reference to mh-dgux. * configure: Regenerate. * mh-dgux: Delete. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63775 138bc75d-0d04-0410-961f-82ee72b054a4
* Add support for kaOS as cross build target system.nickc2003-02-251-0/+7
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63400 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Introduce --enable-maintainer-mode.aoliva2003-02-191-0/+19
| | | | | | | | | | * configure: Rebuilt. * Makefile.tpl (Makefile.in, configure): Enable dependencies only for maintainer mode. * Makefile.in: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63134 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,geoffk2003-02-161-3/+4
| | | | | | | | don't configure target-libobjc. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62956 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.def: Remove "snavigator", "grep", and "db" modules.dj2003-02-061-11/+11
| | | | | | | | | | * Makefile.tpl: Remove "all-snavigator" and "all-grep". * Makefile.in: Regenerated. * configure.in: Remove all traces of snavigator, db, and grep. * configure: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62496 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-01-27 Phil Edwards <pme@gcc.gnu.org>pme2003-01-271-2/+3
| | | | | | | | * configure.in: Revert 24Jan change. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61888 138bc75d-0d04-0410-961f-82ee72b054a4
* No, really this time.neroden2003-01-241-5/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61689 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>neroden2003-01-231-1/+1
| | | | | | | | * configure.in: Revert previous change. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61676 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>neroden2003-01-231-1/+1
| | | | | | | | * configure.in: Make rda native-only. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61668 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Add missing \.neroden2003-01-191-1/+1
| | | | | | | * configure: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61487 138bc75d-0d04-0410-961f-82ee72b054a4
* * 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