pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/wrapper Back out previous. The packages that incorr...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a7a53f8fb971
branches: trunk
changeset: 528514:a7a53f8fb971
user: tnn <tnn%pkgsrc.org@localhost>
date: Sun May 06 10:05:38 2007 +0000
description:
Back out previous. The packages that incorrectly assume that ld
--version-script works are few enough to warrant fixing each one of them
instead. Silenty dropping the flag makes it impossible to detect whether or
not --version-script is supported. Pointed out by joerg@
diffstat:
mk/wrapper/cmd-sink-hpux-cc | 3 ---
mk/wrapper/cmd-sink-hpux-ld | 5 +----
2 files changed, 1 insertions(+), 7 deletions(-)
diffs (32 lines):
diff -r 3dd0775a70b6 -r a7a53f8fb971 mk/wrapper/cmd-sink-hpux-cc
--- a/mk/wrapper/cmd-sink-hpux-cc Sun May 06 09:58:21 2007 +0000
+++ b/mk/wrapper/cmd-sink-hpux-cc Sun May 06 10:05:38 2007 +0000
@@ -38,9 +38,6 @@
esac
$debug_log $wrapperlog " (cmd-sink-hpux-cc) drop: $dir [adding to hprunpath]"
;;
- # Eat gnu specific linker flags.
- -Wl,--version-script*)
- ;;
*)
. $buildcmd
;;
diff -r 3dd0775a70b6 -r a7a53f8fb971 mk/wrapper/cmd-sink-hpux-ld
--- a/mk/wrapper/cmd-sink-hpux-ld Sun May 06 09:58:21 2007 +0000
+++ b/mk/wrapper/cmd-sink-hpux-ld Sun May 06 10:05:38 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: cmd-sink-hpux-ld,v 1.4 2007/04/29 13:16:48 tnn Exp $
+# $NetBSD: cmd-sink-hpux-ld,v 1.5 2007/05/06 10:05:38 tnn Exp $
# Empty out the command buffer and build up the command line in $cmd.
hprunpath=
@@ -43,9 +43,6 @@
arg=-O
. $buildcmd
;;
- # Eat gnu-specific linker flags.
- --version-script*)
- ;;
*)
. $buildcmd
;;
Home |
Main Index |
Thread Index |
Old Index