summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* configure.in (powerpc64*-*-linux*): Remove.Jakub Jelinek2003-04-181-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.in (powerpc64*-*-linux*): Remove. * 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. From-SVN: r65781
* configure.in (arm-*-netbsdelf*): Enable building java libraries.Richard Earnshaw2003-04-161-0/+1
| | | | | | | * configure.in (arm-*-netbsdelf*): Enable building java libraries. * configure: Regenerated. From-SVN: r65694
* Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.Nathanael Nerode2003-03-121-93/+55
| | | | | | | | | | | | | | | | | (toplev) * 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. From-SVN: r64260
* configure.in (gxx_include_dir): Fix typo.Franz Sirl2003-03-091-10/+29
| | | | | | | | | 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * configure.in (gxx_include_dir): Fix typo. * configure: Regenerated. From-SVN: r64038
* Makefile.tpl: Reindent.Nathanael Nerode2003-03-051-113/+102
| | | | | | | | | * Makefile.tpl: Reindent. * Makefile.in: Regenerate. * configure.in: Reindent. Don't set unused variables. * configure: Regenerate. From-SVN: r63823
* configure.in: Include $(build_tooldir)/sys-include in FLAGS_FOR_TARGET.Daniel Jacobowitz2003-03-041-1/+1
| | | | | | | | * configure.in: Include $(build_tooldir)/sys-include in FLAGS_FOR_TARGET. * configure: Regenerated. From-SVN: r63792
* Make sure I committed the right version. :-(Nathanael Nerode2003-03-041-41/+33
| | | | From-SVN: r63779
* Makefile.tpl: Don't set unused enable_shared, enable_threads macros.Nathanael Nerode2003-03-041-73/+38
| | | | | | | | | | | * Makefile.tpl: Don't set unused enable_shared, enable_threads macros. * Makefile.in: Regenerate. * configure.in: Remove unused logic relating to --enable-shared and --enable-threads. Remove bogus comments. Remove redundant noconfigdirs. * configure: Regenerate. From-SVN: r63776
* configure.in: Replace ${libstdcxx_version} by its value.Nathanael Nerode2003-03-041-52/+57
| | | | | | | | | | * configure.in: Replace ${libstdcxx_version} by its value. Remove reference to mh-dgux. * configure: Regenerate. * mh-dgux: Delete. From-SVN: r63775
* remove site-file support - it is obsoleteNick Clifton2003-02-251-16/+5
| | | | From-SVN: r63409
* Add support for kaOS as cross build target system.Uwe Stieber2003-02-251-69/+68
| | | | From-SVN: r63400
* configure.in: Introduce --enable-maintainer-mode.Alexandre Oliva2003-02-191-44/+91
| | | | | | | | | | * configure.in: Introduce --enable-maintainer-mode. * configure: Rebuilt. * Makefile.tpl (Makefile.in, configure): Enable dependencies only for maintainer mode. * Makefile.in: Rebuilt. From-SVN: r63134
* configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*, don't configure ↵Geoffrey Keating2003-02-161-54/+44
| | | | | | | | | | target-libobjc. * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*, don't configure target-libobjc. * configure: Regenerate. From-SVN: r62956
* Makefile.def: Remove "snavigator", "grep", and "db" modules.Keith R Seitz2003-02-061-79/+71
| | | | | | | | | | * Makefile.def: Remove "snavigator", "grep", and "db" modules. * Makefile.tpl: Remove "all-snavigator" and "all-grep". * Makefile.in: Regenerated. * configure.in: Remove all traces of snavigator, db, and grep. * configure: Regenerated. From-SVN: r62496
* Rebuilt with autoconf 2.13Alexandre Oliva2003-01-271-25/+1242
| | | | From-SVN: r61890
* configure.in: Revert 24Jan change.Phil Edwards2003-01-271-1216/+19
| | | | | | | | | 2003-01-27 Phil Edwards <pme@gcc.gnu.org> * configure.in: Revert 24Jan change. * configure: Regenerate. From-SVN: r61888
* No, really this time.Nathanael Nerode2003-01-241-37/+36
| | | | From-SVN: r61689
* configure.in: Revert previous change.Nathanael Nerode2003-01-231-1/+1
| | | | | | | | | 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org> * configure.in: Revert previous change. * configure: Regenerate. From-SVN: r61676
* configure.in: Make rda native-only.Nathanael Nerode2003-01-231-1/+1
| | | | | | | | | 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org> * configure.in: Make rda native-only. * configure: Regenerate. From-SVN: r61668
* configure.in: Add missing \.Nathanael Nerode2003-01-191-61/+42
| | | | | | | * configure.in: Add missing \. * configure: Rebuilt. From-SVN: r61487
* configure.in (baseargs): Avoid using \| in sed regular expressions.Jakub Jelinek2003-01-171-5/+10
| | | | | | | | * configure.in (baseargs): Avoid using \| in sed regular expressions. * configure: Rebuilt. From-SVN: r61431
* configure.in (baseargs): Remove all supported forms of --cache-file...Jakub Jelinek2003-01-161-5/+5
| | | | | | | | | * configure.in (baseargs): Remove all supported forms of --cache-file, --srcdir, --host, --build and --target options from argument lists. * configure: Rebuilt. From-SVN: r61397
* configure.in (noconfigdirs): Don't skip gas on IRIX 6.Alexandre Oliva2003-01-151-43/+61
| | | | | | | * configure.in (noconfigdirs): Don't skip gas on IRIX 6. * configure: Rebuilt. From-SVN: r61325
* configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.Nathanael Nerode2003-01-101-29/+11
| | | | | | | | | * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS. * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc. * Makefile.in: Regenerate. * configure: Regenerate. From-SVN: r61161
* configure.in: Remove Makefile in build...Alexandre Oliva2003-01-091-57/+83
| | | | | | | | * configure.in: Remove Makefile in build, host and target modules unless configure was run with --no-recursion. * configure: Rebuilt. From-SVN: r61126
* * configure: Regenerate with proper autoconf 2.13.Christopher Faylor2003-01-071-28/+9
| | | | From-SVN: r61022
* * configure.in: Add AC_PREREQ for consistency.Christopher Faylor2003-01-071-44/+64
| | | | From-SVN: r61015
* configure.in (GDB_TK): Add tcl directories conditional on gdb/gdbtk ↵Andrew Cagney2003-01-061-33/+45
| | | | | | | | | | | | directory being present. 2003-01-06 Andrew Cagney <ac131313@redhat.com> * configure.in (GDB_TK): Add tcl directories conditional on gdb/gdbtk directory being present. * configure: Regenerate. From-SVN: r60943
* configure.in (LD): Improve test for gcc.John David Anglin2003-01-041-63/+73
| | | | | | | | * configure.in (LD): Improve test for gcc. Try to set LD to the ld used by gcc if LD is not defined and we are not doing a Canadian Cross. * configure: Rebuilt. From-SVN: r60891
* configure.in: Fix use of $program_transform_name.Andreas Schwab2002-12-311-3/+3
| | | | | | | * configure.in: Fix use of $program_transform_name. * configure: Regenerated. From-SVN: r60704
* * configure.in (baseargs): Don't remove first configure argument.Daniel Jacobowitz2002-12-311-1/+1
| | | | From-SVN: r60673
* configure.in (host_configargs): Replace reference to no-longer-defined ↵Alexandre Oliva2002-12-291-48/+71
| | | | | | | | | | buildopts with --build=${build_alias}. * configure.in (host_configargs): Replace reference to no-longer-defined buildopts with --build=${build_alias}. * configure: Rebuilt. From-SVN: r60606
* configure.in (host_configargs): Replace reference to no-longer-defined ↵Alexandre Oliva2002-12-281-218/+249
| | | | | | | | | | buildopts with --build=${build_alias}. * configure.in (host_configargs): Replace reference to no-longer-defined buildopts with --build=${build_alias}. * configure: Rebuilt. From-SVN: r60582
* Makefile.tpl: Fix dramatic bustage due to change in program_transform_name.Nathanael Nerode2002-12-281-128/+468
| | | | | | | | | | | | | | | * Makefile.tpl: Fix dramatic bustage due to change in 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. From-SVN: r60568
* configure.in: Convert to autoconf script.Nathanael Nerode2002-12-281-974/+3468
| | | | | | | | | | | | | | | | | | (toplev) * 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. From-SVN: r60558
* configure: Fix stupid bug where RANLIB was mistakenly included.Nathanael Nerode2002-12-281-2/+2
| | | | | | | | | | | * 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
* configure: Remove unneeded 'export's.Nathanael Nerode2002-12-271-30/+8
| | | | | | | * configure: Remove unneeded 'export's. Make CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only. From-SVN: r60550
* configure.in (extra_ranlibflags_for_target): New variable.Geoffrey Keating2002-12-221-1/+2
| | | | | | | | * configure.in (extra_ranlibflags_for_target): New variable. (*-*-darwin): Add -c to ranlib commands. * configure (tooldir): Handle extra_ranlibflags_for_target. From-SVN: r60397
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-538/+317
| | | | From-SVN: r60174
* configure: Revert accidentally applied changes.Nathanael Nerode2002-09-291-49/+99
| | | | | | | | 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org> * configure: Revert accidentally applied changes. From-SVN: r57626
* Makefile.tpl: Make more autoconf-friendly.Nathanael Nerode2002-09-291-101/+50
| | | | | | | | | | 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org> * Makefile.tpl: Make more autoconf-friendly. * Makefile.in: Regenerate. * configure: Make substitution more autoconf-like. From-SVN: r57625
* Makefile.tpl: Make subsituted variables more autoconfy.Nathanael Nerode2002-09-261-27/+25
| | | | | | | | | | 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org> * Makefile.tpl: Make subsituted variables more autoconfy. * Makefile.in: Regenerate. * configure: Make seds more autoconfy. From-SVN: r57522
* configure, .cvsignore: Revert previous change...Phil Edwards2002-06-191-28/+1
| | | | | | | | | 2002-06-19 Phil Edwards <pme@gcc.gnu.org> * configure, .cvsignore: Revert previous change... * Makefile: ...delete. From-SVN: r54792
* configure: Remove garbage from previous commit.Phil Edwards2002-06-181-5/+1
| | | | | | | | 2002-06-18 Phil Edwards <pme@gcc.gnu.org> * configure: Remove garbage from previous commit. From-SVN: r54763
* configure: For in-source builds, make a subdir and re-exec there.Phil Edwards2002-06-181-1/+32
| | | | | | | | | | 2002-06-18 Phil Edwards <pme@gcc.gnu.org> * configure: For in-source builds, make a subdir and re-exec there. * Makefile: New file. Pass targets through to build directory. * .cvsignore: No longer ignore "Makefile". From-SVN: r54759
* Makefile.in: Replace HOST_PREFIX...Nathanael Nerode2002-05-311-5/+5
| | | | | | | | * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX, BUILD_PREFIX_1, to correct nomenclature. * configure: Likewise. From-SVN: r54119
* Makefile.in: Allow for PWDCMD to override hardcoded pwd.Rainer Orth2002-05-161-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.in: Allow for PWDCMD to override hardcoded pwd. * config-ml.in: Likewise. * configure: Likewise. * configure.in: Likewise. boehm-gc: * acinclude.m4: Allow for PWDCMD to override hardcoded pwd. * aclocal.m4: Regenerate. * configure: Regenerate. config: * acinclude.m4: Allow for PWDCMD to override hardcoded pwd. contrib: * test_installed: Allow for PWDCMD to override hardcoded pwd. * test_summary: Likewise. gcc: * Makefile.in: Allow for PWDCMD to override hardcoded pwd. * configure.in: Likewise. * fixinc/check.tpl: Likewise. * fixinc/fixinc.dgux: Likewise. * fixinc/fixinc.svr4: Likewise. * fixinc/fixinc.winnt: Likewise. * fixinc/fixincl.sh: Likewise. * fixproto: Likewise. * configure: Regenerate. gcc/ada: * Makefile.adalib: Allow for PWDCMD to override hardcoded pwd. * Makefile.in: Likewise. gcc/f: * Make-lang.in: Allow for PWDCMD to override hardcoded pwd. gcc/java: * Make-lang.in: Allow for PWDCMD to override hardcoded pwd. gcc/po: * exgettext: Allow for PWDCMD to override hardcoded pwd. gcc/treelang: * Make-lang.in: Allow for PWDCMD to override hardcoded pwd. libf2c: * Makefile.in: Allow for PWDCMD to override hardcoded pwd. * aclocal.m4: Likewise. * configure: Regenerate. libjava: * acinclude.m4: Allow for PWDCMD to override hardcoded pwd. * configure.in: Likewise. * aclocal.m4: Regenerate. * configure: Regenerate. libobjc: * aclocal.m4: Allow for PWDCMD to override hardcoded pwd. * configure: Regenerate. libstdc++-v3: * Makefile.am: Allow for PWDCMD to override hardcoded pwd. * acinclude.m4: Likewise. * docs/html/Makefile: Likewise. * aclocal.m4: Regenerate. * configure: Regenerate. * Makefile.in: Regenerate. zlib: * configure.in: Allow for PWDCMD to override hardcoded pwd. * configure: Regenerate. * ChangeLog: Move entries to ChangeLog.gcj. From-SVN: r53523
* configure: move some logic to configure.inNathanael Nerode2002-05-131-17/+1
| | | | | | | * configure: move some logic to configure.in * configure.in: move some logic from configure From-SVN: r53432
* * configure, configure.in: Use temp file for long sed commands.Douglas B Rupp2001-12-051-3/+8
| | | | From-SVN: r47669
* top level:Zack Weinberg2001-11-281-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-11-27 DJ Delorie <dj@redhat.com> Zack Weinberg <zack@codesourcery.com> When build != host, create libiberty for the build machine. * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace CONFIG_ARGUMENTS. (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR): New variables. (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables and rules. (all.normal): Depend on ALL_BUILD_MODULES. (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS. (all-build-libiberty): Depend on configure-build-libiberty. * configure: Calculate and substitute proper value for ALL_BUILD_MODULES. * configure.in: Create the build subdirectory. Calculate and substitute TARGET_CONFIGARGS (formerly CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new). libiberty: 2001-11-27 Zack Weinberg <zack@codesourcery.com> * _doprnt.c: Moved here from gcc/doprint.c. Adjust to build in libiberty context. Fix typo in leading comment. * configure.in: Fix various AC_DEFINEs so autoheader works. If any of vprintf, vsprintf, vfprintf is missing from libc, then AC_REPLACE_FUNCS(_doprnt). From-SVN: r47393