The SunPro C++ compiler knows the -template=* option.
This commit is contained in:
parent
be43e26193
commit
697899fc00
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: transform-sunpro-cc,v 1.19 2006/12/05 22:29:27 rillig Exp $
|
||||
# $NetBSD: transform-sunpro-cc,v 1.20 2006/12/08 05:35:55 rillig Exp $
|
||||
#
|
||||
# Copyright (c) 2004 The NetBSD Foundation, Inc.
|
||||
# All rights reserved.
|
||||
|
@ -105,7 +105,8 @@ case $arg in
|
|||
-fsingle |\
|
||||
-fstore |\
|
||||
-ftrap* |\
|
||||
-mt ) transform_pass ;;
|
||||
-mt |\
|
||||
-template=* ) transform_pass ;;
|
||||
|
||||
# Ignore all other -f flags.
|
||||
-f* ) transform_discard_with_warning ;;
|
||||
|
|
Loading…
Reference in a new issue