drop -fexceptions which icc doesn't understand.
This commit is contained in:
parent
7b4c6d1def
commit
892028f6a6
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue