This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Patch: boehm-gc -vs- shared libgcc
- To: Java Patch List <java-patches at gcc dot gnu dot org>
- Subject: Patch: boehm-gc -vs- shared libgcc
- From: Tom Tromey <tromey at redhat dot com>
- Date: 21 Mar 2001 11:43:12 -0700
- Reply-To: tromey at redhat dot com
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