Subject: CVS commit: gnusrc
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 10/23/2000 16:19:36
Module Name:	gnusrc
Committed By:	mycroft
Date:		Mon Oct 23 13:19:35 UTC 2000

Modified Files:
	gnusrc/gnu/dist/gcc/config: netbsd.h
	gnusrc/gnu/dist/toolchain/gcc/config: netbsd.h

Log Message:
Modify LIB_SPEC and LIBGCC_SPEC so that -lc and -lgcc are not included when
-shared or -symbolic (as on other platforms).  Also, override LIBGCC_SPEC for
all platforms (where it would incorrectly include the .a file explicitly on
some).
This should fix Mozilla on macppc.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 gnusrc/gnu/dist/gcc/config/netbsd.h
cvs rdiff -r1.3 -r1.4 gnusrc/gnu/dist/toolchain/gcc/config/netbsd.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.