pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/wrapper The gcc equivalent of SunPro's -mt option i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/852b66a21f3b
branches:  trunk
changeset: 514130:852b66a21f3b
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Jun 08 06:29:44 2006 +0000

description:
The gcc equivalent of SunPro's -mt option is -threads.

diffstat:

 mk/wrapper/transform-solaris-gcc |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 718529e28ee4 -r 852b66a21f3b mk/wrapper/transform-solaris-gcc
--- a/mk/wrapper/transform-solaris-gcc  Thu Jun 08 04:48:35 2006 +0000
+++ b/mk/wrapper/transform-solaris-gcc  Thu Jun 08 06:29:44 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: transform-solaris-gcc,v 1.1 2005/07/23 04:45:30 grant Exp $
+# $NetBSD: transform-solaris-gcc,v 1.2 2006/06/08 06:29:44 rillig Exp $
 #
 # Copyright (c) 2005 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -39,4 +39,9 @@
        msg_log $wrapperlog "   (transform-solaris-gcc) to: $arg"
        addtocache=yes
        ;;
+-mt)   # (from SunPro)
+       arg=-threads
+       msg_log $wrapperlog "   (transform-solaris-gcc) to: $arg"
+       addtocache=yes
+       ;;
 esac



Home | Main Index | Thread Index | Old Index