The SunPro C++ compiler knows the -template=* option.

This commit is contained in:
rillig 2006-12-08 05:35:55 +00:00
parent be43e26193
commit 697899fc00

View file

@ -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 ;;