Subject: CVS commit: pkgsrc/mk/wrapper
To: None <pkgsrc-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: pkgsrc-changes
Date: 02/20/2007 16:12:43
Module Name:	pkgsrc
Committed By:	rillig
Date:		Tue Feb 20 16:12:42 UTC 2007

Modified Files:
	pkgsrc/mk/wrapper: transform-mipspro-cc

Log Message:
Mapping command line options to the ABI is not as simple as I thought:
-32 does _not_ belong to ABI 32. Instead, the mapping is:

	ABI	Options
	(undef)	-o32 -32
	32	-n32
	64	-64

While here, allowing -OPT:* to pass through to the compiler, since it
will understand it.

This should fix PR 35729.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 pkgsrc/mk/wrapper/transform-mipspro-cc

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