This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Patch: stupid typo fix
- To: Java Patch List <java-patches at gcc dot gnu dot org>
- Subject: Patch: stupid typo fix
- From: Tom Tromey <tromey at redhat dot com>
- Date: 22 Mar 2001 12:11:48 -0700
- Reply-To: tromey at redhat dot com
I'm checking this in on the trunk and the branch.
I'll be fixing this to only use -shared-libgcc when --enable-shared a
bit later.
2001-03-22 Tom Tromey <tromey@redhat.com>
* Makefile.am (gctest_LDFLAGS): Use -shared-libgcc.
Tom
Index: Makefile.am
===================================================================
RCS file: /cvs/gcc/gcc/boehm-gc/Makefile.am,v
retrieving revision 1.18.4.2
diff -u -r1.18.4.2 Makefile.am
--- Makefile.am 2001/03/21 18:35:02 1.18.4.2
+++ Makefile.am 2001/03/22 19:01:45
@@ -49,7 +49,7 @@
check_PROGRAMS = gctest
gctest_SOURCES = test.c
gctest_LDADD = ./libgcjgc.la $(THREADLIBS) $(EXTRA_TEST_LIBS)
-gctest_LDFLAGS = -shared-gcc
+gctest_LDFLAGS = -shared-libgcc
TESTS_ENVIRONMENT = LD_LIBRARY_PATH=../../$(MULTIBUILDTOP)gcc
TESTS = gctest
Index: Makefile.in
===================================================================
RCS file: /cvs/gcc/gcc/boehm-gc/Makefile.in,v
retrieving revision 1.21.4.2
diff -u -r1.21.4.2 Makefile.in
--- Makefile.in 2001/03/21 18:35:02 1.21.4.2
+++ Makefile.in 2001/03/22 19:01:46
@@ -138,7 +138,7 @@
check_PROGRAMS = gctest
gctest_SOURCES = test.c
gctest_LDADD = ./libgcjgc.la $(THREADLIBS) $(EXTRA_TEST_LIBS)
-gctest_LDFLAGS = -shared-gcc
+gctest_LDFLAGS = -shared-libgcc
TESTS_ENVIRONMENT = LD_LIBRARY_PATH=../../$(MULTIBUILDTOP)gcc
TESTS = gctest