Subject: CVS commit: gnusrc
To: None <source-changes@netbsd.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 08/26/2000 21:32:13
Module Name:	gnusrc
Committed By:	he
Date:		Sat Aug 26 18:32:13 UTC 2000

Modified Files:
	basesrc/lib/csu/c++ [netbsd-1-4]: Makefile
	gnusrc/gnu/lib/libstdc++ [netbsd-1-4]: Makefile

Log Message:
Apply patch (requested by dmacmahill):
  Compile c++rt0.o with -fPIC on sparc.  This means that C++ shared
  libraries with global constructors (which must link c++rt0.o on
  sparc/a.out) must also be compiled -fPIC.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.11.2.1 basesrc/lib/csu/c++/Makefile
cvs rdiff -r1.9 -r1.9.2.1 gnusrc/gnu/lib/libstdc++/Makefile

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