summaryrefslogtreecommitdiff
path: root/boehm-gc/configure
Commit message (Collapse)AuthorAgeFilesLines
* configure, configure: Rebuilt.Alexandre Oliva2002-08-141-82/+115
| | | | | | | | | | | | | | | | | | | * boehm-gc/configure, libf2c/configure: Rebuilt. * libffi/configure, libiberty/configure: Ditto. * libjava/configure, libobjc/configure: Ditto. * libstdc++-v3/configure, zlib/configure: Ditto. Merged from binutils: 2002-01-27 Daniel Jacobowitz <drow@mvista.com> From Steve Ellcey <sje@cup.hp.com>: * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI. (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd, lt_cv_file_magic_test_file): Set to appropriate values for HP-UX IA64. * ltcf-c.sh (archive_cmds, hardcode_*): Ditto. * ltconfig (shlibpath_*, dynamic_linker, library_names_spec, soname_spec, sys_lib_search_path_spec): Ditto. From-SVN: r56270
* gcconfig.h: Add x86-64 definitions.Bo Thorsen2002-07-191-12/+15
| | | | | | | | | | | | | 2002-07-18 Bo Thorsen <bo@suse.de> * include/private/gcconfig.h: Add x86-64 definitions. * os_dep.c: Add x86-64 support. * configure.in: Likewise. * configure: Regenerate. Approved by Hans Boehm. From-SVN: r55584
* configure.in (machdep): Don't add mips_sgi_mach_dep.lo for Linux/mips.H.J. Lu2002-07-181-84/+75
| | | | | | | | | 2002-07-18 H.J. Lu (hjl@gnu.org) * configure.in (machdep): Don't add mips_sgi_mach_dep.lo for Linux/mips. From-SVN: r55565
* Makefile.in: Allow for PWDCMD to override hardcoded pwd.Rainer Orth2002-05-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at script entry, and ↵Alexandre Oliva2002-05-081-73/+91
| | | | | | | | | | set LD to it when configuring multilibs. * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at script entry, and set LD to it when configuring multilibs. * configure: Rebuilt. From-SVN: r53278
* Address mingw32 issues.Anthony Green2002-03-151-3/+7
| | | | From-SVN: r50816
* configure.in: Re-apply 2001-06-26 configure change.Richard Henderson2002-02-121-12/+11
| | | | | | | * configure.in: Re-apply 2001-06-26 configure change. * configure: Rebuild. From-SVN: r49709
* Imported GC 6.1 Alpha 3. Finally.Bryce McKinlay2002-02-121-14/+29
| | | | From-SVN: r49698
* configure.in: support for win32, saner cross-compile optionsAdam Megacz2002-02-111-12/+10
| | | | | | | | | 2002-02-11 Adam Megacz <adam@xwt.org> * gcc/boehm-gc/configure.in: support for win32, saner cross-compile options From-SVN: r49681
* re PR other/3725 (changed to configure.in's for autoconf 2.50)Craig Rodrigues2001-12-161-2/+3
| | | | | | | | | | 2001-12-16 Craig Rodrigues <rodrigc@gcc.gnu.org> PR other/3725 * configure.in: Add AC_SUBST(target_alias). * configure: Regenerated. From-SVN: r48063
* linux_threads.c (WRAP_FUNC(pthread_join)): Remove special case for ↵Loren J. Rittle2001-11-261-6/+7
| | | | | | | | | | | GC_FREEBSD_THREADS. * linux_threads.c (WRAP_FUNC(pthread_join)): Remove special case for GC_FREEBSD_THREADS. * configure.in (*-*-freebsd*): Clarify warning. * configure: Rebuilt. From-SVN: r47347
* Makefile.am, [...]: Imported GC 6.1 Alpha 1 and merged local changes.Bryce McKinlay2001-10-161-67/+100
| | | | | | | * Makefile.am, acinclude.m4, configure.in: Imported GC 6.1 Alpha 1 and merged local changes. From-SVN: r46283
* solaris_threads.c (MAX_ORIG_STACK_SIZE): Provide special Solaris 2/Intel ↵Rainer Orth2001-09-261-0/+6
| | | | | | | | | | | | | | | | | definition. * solaris_threads.c (MAX_ORIG_STACK_SIZE) [I386]: Provide special Solaris 2/Intel definition. * configure.in (i?86-*-solaris2.[89]*): Define SOLARIS25_PROC_VDB_BUG_FIXED. * include/private/gcconfig.h [I386 && SUNOS5]: Use it. * configure: Regenerate. * include/private/gcconfig.h [I386 && SUNOS5] (DATASTART): Use _etext. (DATAEND): Define using _end. From-SVN: r45825
* Makefile.am: New file.Per Bothner2001-09-111-86/+75
| | | | | | | | * include/Makefile.am: New file. It defines include_HEADERS. * Makefile.am (SUBDIRS): New macro, set to include. * configure.in (AC_OUTPUT): Add include/Makefile. From-SVN: r45555
* configure: Rebuilt.Tom Tromey2001-08-201-82/+71
| | | | | | | * configure: Rebuilt. * configure.in: Always ask gcc for threads package. From-SVN: r45052
* Makefile.am, [...]: Imported GC 6.0 and merged local changes.Tom Tromey2001-08-181-106/+222
| | | | | | | * Makefile.am, acinclude.m4, configure.in: Imported GC 6.0 and merged local changes. From-SVN: r44994
* configure.in: POSIX threads on cygwin does not link with -lpthreads.David Billinghurst2001-08-021-3/+6
| | | | | | | | | | 2001-08-02 David Billinghurst <David.Billinghurst> * configure: Rebuilt. * configure.in: POSIX threads on cygwin does not link with -lpthreads. From-SVN: r44574
* re PR bootstrap/3281 (Installation failure (mkinstalldirs))Tom Tromey2001-07-031-73/+89
| | | | | | | | Fix for PR bootstrap/3281: * aclocal.m4, configure, Makefile.in: Rebuilt. * acinclude.m4: Set mkinstalldirs for in-tree build. From-SVN: r43738
* alpha_mach_dep.s: Mark call-saved FP registers.Richard Henderson2001-06-261-89/+76
| | | | | | | | | * alpha_mach_dep.s: Mark call-saved FP registers. * include/private/gcconfig.h (ALPHA): Remove USE_GENERIC_PUSH_REGS. * configure.in (alpha*): Re-enable alpha_mach_dep.s * configure: Rebuild. From-SVN: r43593
* aclocal.m4, configure: Rebuilt.Tom Tromey2001-06-131-1/+1
| | | | | | | * aclocal.m4, configure: Rebuilt. * acinclude.m4: Find configure.host in srcdir. From-SVN: r43324
* configure.in (AC_EXEEXT): Work around in case it expands to nothing, as in ↵Alexandre Oliva2001-06-091-33/+37
| | | | | | | | | | | autoconf 2.50. * configure.in (AC_EXEEXT): Work around in case it expands to nothing, as in autoconf 2.50. * acinclude.m4: Likewise. * aclocal.m4, configure: Rebuilt. From-SVN: r43107
* configure.in (AC_EXEEXT): Work around in case it expands to nothing, as in ↵Alexandre Oliva2001-06-091-8/+12
| | | | | | | | | | autoconf 2.50. * configure.in (AC_EXEEXT): Work around in case it expands to nothing, as in autoconf 2.50. * configure: Rebuilt. From-SVN: r43103
* For PR bootstrap/3075:Tom Tromey2001-06-081-182/+187
| | | | | | | | | | | | * configure, aclocal.m4, Makefile.in: Rebuilt. * configure.in: Don't call AC_CONFIG_AUX_DIR or AC_CANONICAL_SYSTEM. * acinclude.m4 (BOEHM_CONFIGURE): Call AC_CONFIG_AUX_DIR and AC_CANONICAL_SYSTEM here. * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Use srcdir, not boehm_gc_basedir. From-SVN: r43033
* Imported version version 6.0alpha7.Bryce McKinlay2001-05-211-88/+77
| | | | | | | | | | | | | | | | | * README, README.Mac, README.OS2, README.QUICK, README.alpha, README.amiga, README.debugging, README.dj, README.hp, README.linux, README.rs6000, README.sgi, README.solaris2, README.uts, README.win32, SCoptions.amiga, backptr.h, barrett_diagram, dbg_mlc.h, gc.h, gc.man, gc_alloc.h, gc_cpp.h, gc_hdrs.h, gc_mark.h, gc_priv.h, gc_private.h, gc_typed.h, gcconfig.h, hpux_irix_threads.c, makefile.depend, nursery.c, solaris_threads.h, test.c, test_cpp.cc, weakpointer.h, cord/README, cord/SCOPTIONS.amiga, cord/SMakefile.amiga, cord/cord.h, cord/ec.h, cord/gc.h, cord/private/cord_pos.h, include/backptr.h, include/gc_copy_descr.h, include/gc_nursery.h: Remove obsolete/moved files. From-SVN: r42379
* ltconfig, [...]: Upgraded to libtool 1.4a 1.641.2.254.Alexandre Oliva2001-05-201-75/+90
| | | | | | | | * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number of subdir/configure scripts to use the new libtool.m4. From-SVN: r42351
* configure.in: Add support for --enable-threads=posix on FreeBSD.Loren J. Rittle2001-05-041-86/+84
| | | | | | | * configure.in: Add support for --enable-threads=posix on FreeBSD. * configure: Rebuilt. From-SVN: r41845
* configure.in: Obtain THREADS with `gcc -v'.Alexandre Oliva2001-04-261-177/+161
| | | | | | | * configure.in: Obtain THREADS with `gcc -v'. * configure: Rebuilt. From-SVN: r41571
* For boehm-gc:Bryce McKinlay2000-12-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.in: Rename THREADLIB to THREADLIBS. * Makefile.am (LINK): Add $(THREADLIBS) to libtool command line. This ensures that we link the correct version of the linuxthreads semaphore functions. * Makefile.in: Rebuilt. * configure: Rebuilt. * linux_thread.c (GC_thr_init, GC_suspend_handler): Add SIGABRT to the list of signals which are not blocked during suspend in the NO_SIGNALS case. For libjava: * Makefile.am (libgcj_la_LIBADD): Add $(THREADLIBS). This ensures that the correct versions of various linuxthreads functions get linked. * Makefile.in: Rebuilt. * java/lang/natThread.cc (finalize_native): New static function. Call _Jv_ThreadDestroyData. (initialize_native): Register finalizer for "data". * include/posix-threads.h (_Jv_ThreadInitData): New simpler prototype. (_Jv_ThreadDestroyData): New prototype. * include/win32-threads.h: Ditto. * include/no-threads.h: Ditto. * posix-threads.cc (_Jv_ThreadInitData): Implement new prototype. (_Jv_ThreadDestroyData): New function. Free native thread "data" and move mutex and condition variable destroy code from: (really_start): ...here. (_Jv_ThreadStart): Set PTHREAD_CREATE_DETACHED. * win32-threads.cc (_Jv_ThreadInitData): Implement new prototype. (_Jv_ThreadDestroyData): Implemented. * nogc.cc (_Jv_AllocObject): Use "void *" not "ptr_t". (_Jv_AllocArray): Ditto. From-SVN: r38557
* Makefile.am (gctest_LDADD): Added EXTRA_TEST_LIBS.Alexandre Petit-Bianco2000-12-121-0/+43
| | | | | | | | | | | | | | 2000-12-11 Alexandre Petit-Bianco <apbianco@cygnus.com> * Makefile.am (gctest_LDADD): Added EXTRA_TEST_LIBS. * configure.in (EXTRA_TEST_LIBS): Check for `dlopen' in -ldl and set accordingly. * Makefile.in: Rebuilt. * configure: Likewise. (http://sources.redhat.com/ml/java-patches/2000-q4/msg00237.html) From-SVN: r38208
* configure.in: Define GC_GCJ_SUPPORT.Bryce McKinlay2000-09-301-2/+6
| | | | | | | | | | | 2000-09-30 Bryce McKinlay <bryce@albatross.co.nz> * configure.in: Define GC_GCJ_SUPPORT. Define NO_DEBUGGING in cross-compile configuration only. * Makefile.am: Build gcj_mlc.c. * configure, Makefile.in: Rebuilt. From-SVN: r36678
* ltconfig, [...]: Updated from libtool multi-language branch, to work around ↵Alexandre Oliva2000-09-301-34/+35
| | | | | | | | | | Solaris' /bin/sh bug. * ltconfig, ltmain.sh, libtool.m4: Updated from libtool multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt all affected `configure' scripts. From-SVN: r36673
* acinclude.m4: Include libtool macros from the top level.Alexandre Oliva2000-09-101-118/+635
| | | | | | | * acinclude.m4: Include libtool macros from the top level. * aclocal.m4, configure: Rebuilt. From-SVN: r36287
* configure.in (THREADS): Don't --enable-threads on IRIX <= 5.*.Alexandre Oliva2000-07-241-0/+4
| | | | | | | * configure.in (THREADS): Don't --enable-threads on IRIX <= 5.*. * configure: Rebuilt. From-SVN: r35218
* <<<<<<< ChangeLogJakub Jelinek2000-04-271-64/+76
| | | | | | | | | | | | | | | | | | | | 2000-04-26 Jakub Jelinek <jakub@redhat.com> * gcconfig.h (SPARC): Define ALIGNMENT to 8 for 64bit SPARC. (SPARC/LINUX): Use GC_SysVGetDataStart instead of LINUX_DATA_START - sparc glibc does not provide it. (SAVE_CALL_CHAIN, ASM_CLEAR_CODE): Define on sparc*-linux*. Make STACKBOTTOM depend on the wordsize. * os_dep.c (GC_SysVGetDataStart): Compile in on sparc*-linux*. (struct frame): Declare on sparc*-linux*. (GC_save_callers): Bias the frame pointers if needed (sparc64). * mach_dep.c (GC_save_regs_in_stack): Optimize on sparc32. Implement on sparc64. (GC_clear_stack_inner): Implement on sparc64. * gc_priv.h (GC_test_and_set): Implement for sparc. * linux_threads.c (GC_suspend_handler, GC_push_all_stacks): Use From-SVN: r33452
* Imported version version 5.0alpha6.Bryce McKinlay2000-04-191-3/+5
| | | | | | | | | * acinclude.m4: Bump version to 5.0a6. * configure.in: Don't use alpha_mach_dep.s. * include/private/config.h, irix_threads.c gc_watcom.asm: Delete obsolete files. From-SVN: r33251
* aclocal.m4, configure: Rebuilt.Tom Tromey1999-12-131-1/+1
| | | | | | | | | * aclocal.m4, configure: Rebuilt. * acinclude.m4: Changed version to 5.0a4. * Makefile.in: Rebuilt. * Makefile.am (libgcjgc_la_LDFLAGS): Changed version to 1:1:0. From-SVN: r30893
* configure: Rebuilt.Tom Tromey1999-11-041-8/+0
| | | | | | | | | | | | | * configure: Rebuilt. * configure.in: Removed qt threads case. * dyn_load.c: Don't mention QUICK_THREADS. * os_dep.c: Don't mention QUICK_THREADS. * misc.c: Don't mention QUICK_THREADS. * gcconfig.h: Don't mention QUICK_THREADS. * gc_priv.h: Removed QUICK_THREADS code. * quick_threads.c: Removed. From-SVN: r30394
* configure: Rebuilt.Tom Tromey1999-11-031-47/+0
| | | | | | | | | | | | | | * configure: Rebuilt. * configure.in: Don't create boehm-config.h. * Makefile.in: Rebuilt. * Makefile.am (libgcjgc_la_SOURCES): Reference gcconfig.h, not config.h. ($(all_objs)): Depend on gcconfig.h. * gc_priv.h: Reference GCCONFIG_H, not CONFIG_H. * gcconfig.h: Define GCCONFIG_H, not CONFIG_H. * config.h: Removed. From-SVN: r30358
* Merged GC 5.0alpha4 with local changes, plus:Tom Tromey1999-11-011-436/+81
| | | | | | | | | | * Makefile.in: Rebuilt. * Makefile.am (gctest_LDADD): Added THREADLIB. (TESTS): New macro. * configure: Rebuilt. * configure.in (INCLUDES): New subst. From-SVN: r30332
* aclocal.m4, configure: Rebuilt.Tom Tromey1999-09-281-276/+405
| | | | | | | * aclocal.m4, configure: Rebuilt. * acinclude.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CXX): Provide From-SVN: r29698
* Makefile.in: Rebuilt.Rainer Orth1999-08-101-72/+84
| | | | | | | | | | | | | * Makefile.in: Rebuilt. * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native builds. * configure: Rebuilt. * configure.in: Properly align --help output, fix capitalization and punctuation. * acinclude.m4: Likewise. From-SVN: r28638
* Removed extra ';;'Tom Tromey1999-08-041-1/+0
| | | | From-SVN: r28516
* * configure.in: Added missing `;;'. From Anthony Green.Tom Tromey1999-08-041-0/+1
| | | | From-SVN: r28510
* configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4.Rainer Orth1999-08-041-6/+9
| | | | | | | | Mon Aug 2 23:09:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> * configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4. From-SVN: r28503
* * aclocal.m4, configure: Rebuilt for new libtool.Tom Tromey1999-08-031-378/+29
| | | | From-SVN: r28436
* Makefile.in: Rebuilt.Tom Tromey1999-06-211-0/+12
| | | | | | | | | | * Makefile.in: Rebuilt. * Makefile.am (toolexeclibdir): Define as libdir when appropriate. * configure: Rebuilt. * configure.in (USE_LIBDIR): New conditional. From-SVN: r27667
* configure: Rebuilt.Tom Tromey1999-06-211-80/+431
| | | | | | | * configure: Rebuilt. * configure.in: Recognize all forms of alpha. From-SVN: r27660
* configure.in: Switch from irix threads to posix threads Defined IRIX_THREADS.Gilles Zunino1999-05-051-1/+16
| | | | | | | | | | 1999-05-05 Gilles Zunino <Gilles.Zunino@hei.fr> * configure.in: Switch from irix threads to posix threads Defined IRIX_THREADS. Put mips_sgi_mach_dep.lo into machdep for mips architecture. * configure: Regenerate. From-SVN: r26779
* libtoolized GC library. See ChangeLog for details.Tom Tromey1999-04-261-45/+686
| | | | | | | | | | Also a couple bug fixes: * dyn_load.c (GC_FirstDLOpenedLinkMap): Declare _DYNAMIC as `weak'. * misc.c (GC_init_inner): If QUICK_THREADS defined, compute GC_stackbottom. From-SVN: r26650
* configure: Rebuilt.Tom Tromey1999-04-141-1/+0
| | | | | | | | * configure: Rebuilt. * configure.in: Don't use sparc_mach_dep.o for Solaris. Reverts incorrect patch of 199-04-09. From-SVN: r26450