diff options
author | tnn <tnn@pkgsrc.org> | 2007-05-06 10:05:38 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2007-05-06 10:05:38 +0000 |
commit | c7d09b8f3cf088a638a7513cd14b2e24600552bc (patch) | |
tree | 6496096e475cf105a0a965762931900b9f49097e /mk/wrapper/cmd-sink-hpux-ld | |
parent | ad92055ec05d0db41449548cb72296bb08a771b4 (diff) | |
download | pkgsrc-c7d09b8f3cf088a638a7513cd14b2e24600552bc.tar.gz |
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 (limited to 'mk/wrapper/cmd-sink-hpux-ld')
-rw-r--r-- | mk/wrapper/cmd-sink-hpux-ld | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mk/wrapper/cmd-sink-hpux-ld b/mk/wrapper/cmd-sink-hpux-ld index f9065946546..39804938032 100644 --- a/mk/wrapper/cmd-sink-hpux-ld +++ b/mk/wrapper/cmd-sink-hpux-ld @@ -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 @@ while ! queue_is_empty cmdbuf; do arg=-O . $buildcmd ;; - # Eat gnu-specific linker flags. - --version-script*) - ;; *) . $buildcmd ;; |