pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/wrapper drop -fexceptions which icc doesn't underst...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e660226008ee
branches:  trunk
changeset: 489118:e660226008ee
user:      grant <grant%pkgsrc.org@localhost>
date:      Wed Feb 16 23:58:29 2005 +0000

description:
drop -fexceptions which icc doesn't understand.

diffstat:

 mk/wrapper/transform-icc-cc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c7598480e2ed -r e660226008ee mk/wrapper/transform-icc-cc
--- a/mk/wrapper/transform-icc-cc       Wed Feb 16 23:26:17 2005 +0000
+++ b/mk/wrapper/transform-icc-cc       Wed Feb 16 23:58:29 2005 +0000
@@ -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 @@
 ######################################################################
 # 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



Home | Main Index | Thread Index | Old Index