pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/wrapper -E is an alias for --export-dynamic, which ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f7555b56dba8
branches:  trunk
changeset: 520698:f7555b56dba8
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Oct 26 07:01:46 2006 +0000

description:
-E is an alias for --export-dynamic, which the Solaris linker does not
understand, too.

diffstat:

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

diffs (18 lines):

diff -r 034469002074 -r f7555b56dba8 mk/wrapper/transform-sunpro-cc
--- a/mk/wrapper/transform-sunpro-cc    Thu Oct 26 01:10:35 2006 +0000
+++ b/mk/wrapper/transform-sunpro-cc    Thu Oct 26 07:01:46 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: transform-sunpro-cc,v 1.12 2006/09/17 18:46:00 rillig Exp $
+# $NetBSD: transform-sunpro-cc,v 1.13 2006/10/26 07:01:46 rillig Exp $
 #
 # Copyright (c) 2004 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -74,7 +74,7 @@
 # Solaris' linker exports all dynamic symbols by default when building
 # a shared object.
 ######################################################################
--Wl,--export-dynamic)
+-Wl,--export-dynamic | -Wl,-E)
        arg=
        $debug_log $wrapperlog "   (transform-sunpro-cc) to: $arg"
        addtocache=yes



Home | Main Index | Thread Index | Old Index