drop -fexceptions which icc doesn't understand.

This commit is contained in:
grant 2005-02-16 23:58:29 +00:00
parent 7b4c6d1def
commit 892028f6a6

View file

@ -1,4 +1,4 @@
# $NetBSD: transform-icc-cc,v 1.2 2005/02/15 09:42:23 grant Exp $
# $NetBSD: transform-icc-cc,v 1.3 2005/02/16 23:58:29 grant Exp $
#
# Copyright (c) 2005 The NetBSD Foundation, Inc.
# All rights reserved.
@ -38,7 +38,7 @@ case $arg in
######################################################################
# ignore flags that icc doesn't understand.
######################################################################
-ffast-math|-fomit-frame-pointer|-pedantic|-pipe|-s|-MP|-OPT:*)
-fexceptions|-ffast-math|-fomit-frame-pointer|-pedantic|-pipe|-s|-MP|-OPT:*)
arg=
msg_log $wrapperlog " (transform-icc-cc) to: $arg"
addtocache=yes