From 1a5c0c2c669c244f17e5b3b1d78868fd5f61373b Mon Sep 17 00:00:00 2001 From: bryce Date: Sat, 30 Sep 2000 09:54:21 +0000 Subject: 2000-09-30 Bryce McKinlay * configure.in: Define GC_GCJ_SUPPORT. Define NO_DEBUGGING in cross-compile configuration only. * Makefile.am: Build gcj_mlc.c. * configure, Makefile.in: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36678 138bc75d-0d04-0410-961f-82ee72b054a4 --- boehm-gc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boehm-gc/Makefile.am') diff --git a/boehm-gc/Makefile.am b/boehm-gc/Makefile.am index f4839819bf4..263cdb6d096 100644 --- a/boehm-gc/Makefile.am +++ b/boehm-gc/Makefile.am @@ -27,7 +27,7 @@ toolexeclib_LTLIBRARIES = $(target_all) EXTRA_LTLIBRARIES = libgcjgc.la libgcjgc_la_SOURCES = allchblk.c alloc.c blacklst.c checksums.c \ gcconfig.h dbg_mlc.c dyn_load.c finalize.c gc.h gc_alloc.h gc_cpp.h \ -gc_hdrs.h gc_mark.h gc_priv.h gc_private.h gc_typed.h headers.c \ +gc_hdrs.h gc_mark.h gc_priv.h gc_private.h gc_typed.h gcj_mlc.c headers.c \ hpux_irix_threads.c linux_threads.c malloc.c mallocx.c mark.c mark_rts.c \ misc.c new_hblk.c obj_map.c os_dep.c pcr_interface.c ptr_chck.c \ real_malloc.c reclaim.c solaris_pthreads.c solaris_threads.c \ -- cgit v1.2.1