configure.in (GCINCS): Don't use "boehm-cflags".
libjava: 2004-08-13 Bryce McKinlay <mckinlay@redhat.com> * configure.in (GCINCS): Don't use "boehm-cflags". Instead, -I boehm-gc's include dirs. * configure: Rebuilt. * include/boehm-gc.h: Include gc_config.h. boehm-gc: 2004-08-13 Bryce McKinlay <mckinlay@redhat.com> * configure.ac (gc_cflags): Add -Iinclude. (AC_CONFIG_HEADERS): New. Configure gc_config.h header. Don't write DEFS to boehm-cflags file. * configure: Rebuilt. * gcj_mlc.c: Check #ifdef GC_GCJ_SUPPORT after including headers. * specific.c: Check #ifdef GC_LINUX_THREADS after including headers. * include/gc_config_macros.h: Remove backward-compatibility redefinitions of GC_ names. * include/gc.h: Include <gc_config.h>. 2004-08-13 Bryce McKinlay <mckinlay@redhat.com> Import Boehm GC version 6.3. From-SVN: r85972
This commit is contained in:
parent
f13bb1997a
commit
4109fe8594
69 changed files with 2217 additions and 776 deletions
5
libjava/configure
vendored
5
libjava/configure
vendored
|
@ -7481,10 +7481,7 @@ echo "${ECHO_T}boehm" >&6
|
|||
GCLIBS=../boehm-gc/libgcjgc_convenience.la
|
||||
JC1GCSPEC='-fuse-boehm-gc'
|
||||
GCTESTSPEC="-L`${PWDCMD-pwd}`/../boehm-gc/.libs -rpath `${PWDCMD-pwd}`/../boehm-gc/.libs"
|
||||
|
||||
# We also want to pick up some cpp flags required when including
|
||||
# boehm-config.h. Yuck.
|
||||
GCINCS="`cat ../boehm-gc/boehm-cflags`"
|
||||
GCINCS='-I$(top_srcdir)/../boehm-gc/include -I../boehm-gc/include'
|
||||
GCOBJS=boehm.lo
|
||||
GCHDR=boehm-gc.h
|
||||
# The POSIX thread support needs to know this.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue