This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Patch: boehm-gc -vs- check
- To: Java Patch List <java-patches at gcc dot gnu dot org>
- Subject: Patch: boehm-gc -vs- check
- From: Tom Tromey <tromey at redhat dot com>
- Date: 16 Mar 2001 18:07:57 -0700
- Reply-To: tromey at redhat dot com
This fixes `make check' for boehm-gc.
This is going on the branch and the trunk.
2001-03-16 Tom Tromey <tromey@redhat.com>
* Makefile.in: Rebuilt.
* Makefile.am (TESTS_ENVIRONMENT): New macro.
Tom
Index: Makefile.am
===================================================================
RCS file: /cvs/gcc/gcc/boehm-gc/Makefile.am,v
retrieving revision 1.18
diff -u -r1.18 Makefile.am
--- Makefile.am 2000/12/30 12:18:38 1.18
+++ Makefile.am 2001/03/17 00:59:36
@@ -50,6 +50,7 @@
gctest_SOURCES = test.c
gctest_LDADD = ./libgcjgc.la $(THREADLIBS) $(EXTRA_TEST_LIBS)
+TESTS_ENVIRONMENT = LD_LIBRARY_PATH=../../$(MULTIBUILDTOP)gcc
TESTS = gctest
## FIXME: relies on internal code generated by automake.