| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
linking.
(and always load basic linker class when we're actually linking)
Start making a proper "library stash class".
|
|
|
|
| |
Still fucks up order somehow...
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to standard ldconfig search dirs...
Of course, ld complains because it doesn't have them in its standard
search dir. BUT there's an option -rpath-link designed just for that
(look up needed objects during compile and trust the end result to
find them).
So use that for ldconfig directories... so that xcb can link without
needing to go have a look at the NEEDED list, but without encoding
standard rpaths in the resulting binary...
Also, put all the junk that needs -Wl together so we can add one single
-Wl,-rpath,foo,-rpath-link,foo2 thingy...
|
| |
|
|
|
|
|
| |
having two methods that do completely different things with the same name (!)
is evil...
|
|
|
|
|
|
| |
part of $gp as they should be...
Oh, and create an actual linker object for later.
|
| |
|
| |
|
|
|
|
| |
make that a somewhat more "real" object...
|
|
|
|
|
|
|
| |
- start using our options parser for main libtool options
- put link related stuff into their own module.
Long term, some unification should happen.
- shortdie for cases where we know libtool is not at fault.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
that encapsulates accesses to Getopt::Long (which is badly suited for us
actually)
- simplify LT::Trace syntax
- implement --tag checks that mimic actual libtool
- add libtool comp support, as per libtool2
(but keep implicit modes as per libtool1)
- prevent shell code in nm execution
okay jasper@, steven@
|
|
|
|
|
| |
scan large binary files)
okay jasper@
|
|
(as requested by matthieu@ so we can work on xenocara).
|