pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/wrapper MIPSpro knows the -c99, -M and -MDupdate op...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cba8964ebfa6
branches:  trunk
changeset: 523470:cba8964ebfa6
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Jan 08 12:09:47 2007 +0000

description:
MIPSpro knows the -c99, -M and -MDupdate options.

diffstat:

 mk/wrapper/transform-mipspro-cc |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r e4571b8ce7e2 -r cba8964ebfa6 mk/wrapper/transform-mipspro-cc
--- a/mk/wrapper/transform-mipspro-cc   Mon Jan 08 11:31:23 2007 +0000
+++ b/mk/wrapper/transform-mipspro-cc   Mon Jan 08 12:09:47 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: transform-mipspro-cc,v 1.4 2006/11/30 13:00:16 rillig Exp $
+# $NetBSD: transform-mipspro-cc,v 1.5 2007/01/08 12:09:47 rillig Exp $
 #
 # Copyright (c) 2004 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -61,6 +61,10 @@
 # on through.
 -W[ablfpR]*,*  ) transform_pass ;;
 
+-c99           |\
+-M             )
+-MDupdate      ) transform_pass ;;
+
 # Ignore all of the other -W* directives, which are likely to be
 # GCCisms.
 -W*            ) transform_discard_with_warning ;;



Home | Main Index | Thread Index | Old Index