pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/wrapper The SunPro compiler does not understand the...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f9579133df25
branches:  trunk
changeset: 503749:f9579133df25
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Nov 28 13:43:24 2005 +0000

description:
The SunPro compiler does not understand the gcc-specific -pipe option,
but interprets it as -p -i -p -e:, and so discards the following
argument. Fixed by simply discarding that argument.

diffstat:

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

diffs (18 lines):

diff -r afc4bd8cc601 -r f9579133df25 mk/wrapper/transform-sunpro-cc
--- a/mk/wrapper/transform-sunpro-cc    Mon Nov 28 09:48:10 2005 +0000
+++ b/mk/wrapper/transform-sunpro-cc    Mon Nov 28 13:43:24 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: transform-sunpro-cc,v 1.9 2005/08/20 02:11:15 grant Exp $
+# $NetBSD: transform-sunpro-cc,v 1.10 2005/11/28 13:43:24 rillig Exp $
 #
 # Copyright (c) 2004 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -156,7 +156,7 @@
 ######################################################################
 # Ignore some flags that are unnecessary for SunPro.
 ######################################################################
--ansi|-pedantic|-traditional)
+-ansi|-pedantic|-pipe|-traditional)
        arg=
        msg_log $wrapperlog "   (transform-sunpro-cc) to: $arg"
        addtocache=yes



Home | Main Index | Thread Index | Old Index