diff options
Diffstat (limited to 'mk/wrapper/transform-solaris-gcc')
-rw-r--r-- | mk/wrapper/transform-solaris-gcc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/wrapper/transform-solaris-gcc b/mk/wrapper/transform-solaris-gcc index c9095570ac7..fb177e05f7e 100644 --- a/mk/wrapper/transform-solaris-gcc +++ b/mk/wrapper/transform-solaris-gcc @@ -1,4 +1,4 @@ -# $NetBSD: transform-solaris-gcc,v 1.2 2006/06/08 06:29:44 rillig Exp $ +# $NetBSD: transform-solaris-gcc,v 1.3 2006/07/31 14:43:48 jlam Exp $ # # Copyright (c) 2005 The NetBSD Foundation, Inc. # All rights reserved. @@ -36,12 +36,12 @@ case $arg in # -Kpic to -fPIC. -Kpic|-KPIC) arg=-fPIC - msg_log $wrapperlog " (transform-solaris-gcc) to: $arg" + debug_log $wrapperlog " (transform-solaris-gcc) to: $arg" addtocache=yes ;; -mt) # (from SunPro) arg=-threads - msg_log $wrapperlog " (transform-solaris-gcc) to: $arg" + debug_log $wrapperlog " (transform-solaris-gcc) to: $arg" addtocache=yes ;; esac |