Subject: CVS commit: pkgsrc/mk/buildlink2
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 09/23/2002 04:11:41
Module Name:	pkgsrc
Committed By:	jlam
Date:		Mon Sep 23 01:11:40 UTC 2002

Modified Files:
	pkgsrc/mk/buildlink2: README bsd.buildlink2.mk libtool.sh wrapper.sh
Added Files:
	pkgsrc/mk/buildlink2: ld-logic

Log Message:
Allow for wrapper-specific transformations of arguments that occur after
the main transformations have been performed.

The ld wrapper can now accept "-Wl,*" arguments and transform them
appropriately by stripping of the -Wl and the commas.  This will obiviate
the need for logic in pkgsrc that strips away the "-Wl," depending on
whether the platform was a.out or ELF, and whether the individual package
chose to link using "cc" or "ld".


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/mk/buildlink2/README \
    pkgsrc/mk/buildlink2/wrapper.sh
cvs rdiff -r1.27 -r1.28 pkgsrc/mk/buildlink2/bsd.buildlink2.mk
cvs rdiff -r0 -r1.1 pkgsrc/mk/buildlink2/ld-logic
cvs rdiff -r1.3 -r1.4 pkgsrc/mk/buildlink2/libtool.sh

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