Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@netbsd.org>
From: Matthias Drochner <drochner@netbsd.org>
List: pkgsrc-changes
Date: 06/06/2003 17:13:33
Module Name:	pkgsrc
Committed By:	drochner
Date:		Fri Jun  6 17:13:32 UTC 2003

Modified Files:
	pkgsrc/mk: defs.NetBSD.mk

Log Message:
Introduce a variable "LINK_ALL_LIBGCC_HACK" which
is "-Wl,--whole-archive -lgcc -Wl,--no-whole-archive" on
NetBSD-1.5* and empty otherwise.
This is needed on build of programs which dlopen() extension
libraries.
(Some pkgs do the libgcc linking already, but independantly
of the OS version.)


To generate a diff of this commit:
cvs rdiff -r1.48 -r1.49 pkgsrc/mk/defs.NetBSD.mk

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