pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/wrapper SunPro knows the -mt option for enabling mu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/17413089f1f6
branches:  trunk
changeset: 522211:17413089f1f6
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Dec 05 22:29:27 2006 +0000

description:
SunPro knows the -mt option for enabling multi-threaded options.

diffstat:

 mk/wrapper/transform-sunpro-cc |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r f150a0d63694 -r 17413089f1f6 mk/wrapper/transform-sunpro-cc
--- a/mk/wrapper/transform-sunpro-cc    Tue Dec 05 21:26:58 2006 +0000
+++ b/mk/wrapper/transform-sunpro-cc    Tue Dec 05 22:29:27 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: transform-sunpro-cc,v 1.18 2006/11/30 12:49:57 rillig Exp $
+# $NetBSD: transform-sunpro-cc,v 1.19 2006/12/05 22:29:27 rillig Exp $
 #
 # Copyright (c) 2004 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -92,7 +92,7 @@
 # (at least until it can be statically linked).
 -fast          ) transform_to_and_split "-fast -xnolibmopt" ;;
 
-# Pass through those -f flags that SunPro understands.
+# Pass through those options that SunPro understands.
 -fd            |\
 -features*     |\
 -flags         |\
@@ -104,7 +104,8 @@
 -fsimple*      |\
 -fsingle       |\
 -fstore                |\
--ftrap*                ) transform_pass ;;
+-ftrap*                |\
+-mt            ) transform_pass ;;
 
 # Ignore all other -f flags.
 -f*            ) transform_discard_with_warning ;;



Home | Main Index | Thread Index | Old Index