Subject: PR/35729 CVS commit: pkgsrc/mk/wrapper
To: None <rillig@NetBSD.org, gnats-admin@netbsd.org,>
From: Roland Illig <rillig@netbsd.org>
List: pkgsrc-bugs
Date: 02/20/2007 16:15:04
The following reply was made to PR pkg/35729; it has been noted by GNATS.

From: Roland Illig <rillig@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/35729 CVS commit: pkgsrc/mk/wrapper
Date: Tue, 20 Feb 2007 16:12:43 +0000 (UTC)

 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.