This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
boehm-gc/Makefile.am: What is -shared-gcc?
- To: gcc-bugs at gcc dot gnu dot org
- Subject: boehm-gc/Makefile.am: What is -shared-gcc?
- From: Jeffrey Oldham <oldham at codesourcery dot com>
- Date: Thu, 22 Mar 2001 09:32:10 -0800
- cc: oldham at codesourcery dot com
- Reply-to: oldham at codesourcery dot com
Both boehm-gc/Makefile.{am,in} have a line
gctest_LDFLAGS = -shared-gcc
This is used by the test script objdir/<triplet>/boehm-gc/gctest, but
gcc complains it does not know about this option.
xgcc: unrecognized option `-shared-gcc'
What does "-shared-gcc" mean and what should it be changed to?
Thanks,
Jeffrey D. Oldham
oldham@codesourcery.com