pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/wrapper Added the gcc option -fpermissive to the li...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3ccf1c8aa3f0
branches:  trunk
changeset: 496617:3ccf1c8aa3f0
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Jul 06 14:29:04 2005 +0000

description:
Added the gcc option -fpermissive to the list of options that are ignored
by the SunPro compiler.

diffstat:

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

diffs (18 lines):

diff -r 575a60164e43 -r 3ccf1c8aa3f0 mk/wrapper/transform-sunpro-cc
--- a/mk/wrapper/transform-sunpro-cc    Wed Jul 06 13:35:22 2005 +0000
+++ b/mk/wrapper/transform-sunpro-cc    Wed Jul 06 14:29:04 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: transform-sunpro-cc,v 1.4 2005/07/05 08:45:25 grant Exp $
+# $NetBSD: transform-sunpro-cc,v 1.5 2005/07/06 14:29:04 rillig Exp $
 #
 # Copyright (c) 2004 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -113,7 +113,7 @@
 ######################################################################
 # Ignore some flags that are unnecessary for SunPro.
 ######################################################################
--ansi|-fno-gnu-keywords|-fomit-frame-pointer|-fstrict-prototypes|-fwriteable-strings|-pedantic|-traditional)
+-ansi|-fno-gnu-keywords|-fomit-frame-pointer|-fpermissive|-fstrict-prototypes|-fwriteable-strings|-pedantic|-traditional)
        arg=
        msg_log $wrapperlog "   (transform-sunpro-cc) to: $arg"
        addtocache=yes



Home | Main Index | Thread Index | Old Index