summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk')
-rw-r--r--mk/wrapper/transform-solaris-gcc7
1 files changed, 6 insertions, 1 deletions
diff --git a/mk/wrapper/transform-solaris-gcc b/mk/wrapper/transform-solaris-gcc
index 17be9969873..c9095570ac7 100644
--- a/mk/wrapper/transform-solaris-gcc
+++ b/mk/wrapper/transform-solaris-gcc
@@ -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 @@ case $arg in
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