summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 2003-01-06 Andrew Cagney <ac131313@redhat.com>cagney2003-01-061-1/+13
| | | | | | | | | * configure.in (GDB_TK): Add tcl directories conditional on gdb/gdbtk directory being present. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60943 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (LD): Improve test for gcc. Try to set LD to the ld useddanglin2003-01-041-3/+32
| | | | | | | | by gcc if LD is not defined and we are not doing a Canadian Cross. * configure: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60891 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Fix use of $program_transform_name.schwab2002-12-311-3/+3
| | | | | | | * configure: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60704 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (baseargs): Don't remove first configure argument.drow2002-12-311-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60673 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (host_configargs): Replace reference toaoliva2002-12-291-13/+30
| | | | | | | | no-longer-defined buildopts with --build=${build_alias}. * configure: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60606 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (host_configargs): Replace reference toaoliva2002-12-281-1/+1
| | | | | | | | no-longer-defined buildopts with --build=${build_alias}. * configure: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60582 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.tpl: Fix dramatic bustage due to change inneroden2002-12-281-24/+16
| | | | | | | | | | | | | | | 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60568 138bc75d-0d04-0410-961f-82ee72b054a4
* (toplev)neroden2002-12-281-218/+537
| | | | | | | | | | | | | | | | | | * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60558 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure: Fix stupid bug where RANLIB was mistakenly included.neroden2002-12-281-17/+25
| | | | | | | | | | * configure.in: Rename (buildargs, hostargs, targargs) to (build_configargs, host_configargs, target_configargs). * configure.in: Move logic out of sed statement. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60551 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.neroden2002-12-231-7/+0
| | | | | | | | | Convert (cd foo; make) to (cd foo && make). Clean up multilib.out. * Makefile.in: Regenerate. * configure.in: Remove unnecessary leftovers. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60441 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (extra_ranlibflags_for_target): New variable.geoffk2002-12-221-0/+5
| | | | | | | | (*-*-darwin): Add -c to ranlib commands. * configure (tooldir): Handle extra_ranlibflags_for_target. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60397 138bc75d-0d04-0410-961f-82ee72b054a4