pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/wrapper Disallow -rdynamic (was being attempted by ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a505aea2a60
branches:  trunk
changeset: 488106:4a505aea2a60
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Jan 24 21:21:45 2005 +0000

description:
Disallow -rdynamic (was being attempted by shells/scsh).

diffstat:

 mk/wrapper/cmd-sink-interix-gcc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b07c3071941f -r 4a505aea2a60 mk/wrapper/cmd-sink-interix-gcc
--- a/mk/wrapper/cmd-sink-interix-gcc   Mon Jan 24 21:18:16 2005 +0000
+++ b/mk/wrapper/cmd-sink-interix-gcc   Mon Jan 24 21:21:45 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: cmd-sink-interix-gcc,v 1.3 2004/11/11 00:49:01 tv Exp $
+# $NetBSD: cmd-sink-interix-gcc,v 1.4 2005/01/24 21:21:45 tv Exp $
 #
 # Copyright (c) 2004 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -39,7 +39,7 @@
        pop_queue cmdbuf arg
        $debug_log $wrapperlog "    (cmd-sink-interix-gcc) pop: $arg"
        case $arg in
-       -fpic|-fPIC|-pthread)
+       -fpic|-fPIC|-pthread|-rdynamic)
                $echo "$0: Interix GNU cc doesn't support \`$arg'." 1>&2
                exit 1
                ;;



Home | Main Index | Thread Index | Old Index