diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-08-17 19:13:32 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-08-17 19:13:32 -0400 |
commit | 50b1e92bb07c296befdaa3d0d9158882bd3e1146 (patch) | |
tree | 49239cbe2d2cda7514376efc420e1b3b1e5b31bc /tools/git-setup | |
parent | dd52f6b23bc39848c610b15632f0f65ec5e40a3d (diff) |
Rethink the lt dependency_libs logic with the clarity of having slept on it
This avoids passing extra .la arguments to CCLD; lt.lib.post is the ONLY
variable that needs to know the recursive dependencies (so change
lt.{lib,exe}.files.all to not expand them); for the others,
libtool will figure it out from dependency_libs. Further, if the library
is public (lt.lib.rpath is set), then we DON'T need to adjust
depedency_libs, as we've already told libtool about them in
lt.lib.files.ld.
This also changes how lt.lib.files.ld is implemented. This is just for
readability, the old and new definitions are equivalent (except for
possible whitespace differences?).
Diffstat (limited to 'tools/git-setup')
0 files changed, 0 insertions, 0 deletions