|
From: | Peter O'Gorman |
Subject: | Re: osf5.1 + cc + -pthread |
Date: | Fri, 03 Dec 2004 21:32:51 +0900 |
User-agent: | Mozilla Thunderbird 0.9 (Macintosh/20041103) |
Ralf Wildenhues wrote:
@@ -1976,7 +1979,10 @@ EOF compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else - deplibs="$deplib $deplibs" + case "$archive_cmds" in + *"\$LD"*) ;; + *) deplibs="$deplibs $arg";;This should be *) deplibs="$deplib $deplibs";; instead.
Love that cut&paste :) I'll send this to -patches with a changelog entry pretty soon. Peter -- Peter O'Gorman - http://www.pogma.com
[Prev in Thread] | Current Thread | [Next in Thread] |