Tarek Ziadé <ziade.ta...@gmail.com> added the comment:

Ok so, just to make sure, the final patch for both changes should be:

{{{
...
elif sys.platform[:5] == "hp-ux":
    if compiler.find('gcc'):
        return ["-Wl,+s", "-L" + dir]
    return ["+s", "-L" + dir]
...
}}}

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue6163>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to