summaryrefslogtreecommitdiff
path: root/boehm-gc/configure.in
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>1999-11-03 01:11:03 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>1999-11-03 01:11:03 +0000
commit0d639e3ac93d463964f82e263e31ee75fed393f4 (patch)
tree876c7fff5693520a285274c0cfcfb8580e9d84f3 /boehm-gc/configure.in
parentf770745a86a9bf1aeee340370198c6a5ef93fee3 (diff)
downloadgcc-0d639e3ac93d463964f82e263e31ee75fed393f4.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30358 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/configure.in')
-rw-r--r--boehm-gc/configure.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/boehm-gc/configure.in b/boehm-gc/configure.in
index 29725423b2a..0d2331fe617 100644
--- a/boehm-gc/configure.in
+++ b/boehm-gc/configure.in
@@ -195,12 +195,6 @@ AC_DEFINE(NO_SIGNALS)
AC_DEFINE(NO_DEBUGGING)
AC_DEFINE(JAVA_FINALIZATION)
-dnl Create boehm-config.h so that libjava can find it.
-dnl It is required to use gc_priv.h, which is required to write
-dnl a new marking function. So config.h in this package is
-dnl poorly named.
-AC_LINK_FILES(config.h, boehm-config.h)
-
dnl This is something of a hack. When cross-compiling we turn off
dnl some functionality. We also enable the "small" configuration.
dnl These is only correct when targetting an embedded system. FIXME.