Patch: boehm-gc -vs- shared libgcc
Tom Tromey
tromey@redhat.com
Wed Mar 21 10:34:00 GMT 2001
Without this patch, boehm-gc won't bootstrap on PPC Linux. I'm
checking this in on the branch and the trunk.
2001-03-19 Tom Tromey <tromey@redhat.com>
* Makefile.in: Rebuilt.
* Makefile.am (gctest_LDFLAGS): new macro.
Tom
Index: Makefile.am
===================================================================
RCS file: /cvs/gcc/gcc/boehm-gc/Makefile.am,v
retrieving revision 1.18.4.1
diff -u -r1.18.4.1 Makefile.am
--- Makefile.am 2001/03/17 01:00:18 1.18.4.1
+++ Makefile.am 2001/03/21 18:33:02
@@ -49,7 +49,7 @@
check_PROGRAMS = gctest
gctest_SOURCES = test.c
gctest_LDADD = ./libgcjgc.la $(THREADLIBS) $(EXTRA_TEST_LIBS)
-
+gctest_LDFLAGS = -shared-gcc
TESTS_ENVIRONMENT = LD_LIBRARY_PATH=../../$(MULTIBUILDTOP)gcc
TESTS = gctest
More information about the Java-patches
mailing list