summaryrefslogtreecommitdiffstats
path: root/usr.bin/libtool/LT (follow)
Commit message (Expand)AuthorAgeFilesLines
* recognize install-wrapper as a valid install programespie2014-09-052-4/+4
* Fix library search order in our libtool.zhuk2014-04-272-23/+55
* Style improvement based on espie@'s feedback: provide and usezhuk2014-04-204-29/+32
* Whitespace tweaks before further tweaks; no objections from ajacoutot@.zhuk2014-04-165-22/+22
* Make directory ordering in our libtool stable. Fixes quiet a few issueszhuk2014-04-168-94/+259
* Match GNU libtool and properly add -rpath to the linker when linkingajacoutot2014-03-311-1/+20
* Remove lexical $_ from libtool in preparation for perl 5.18afresh12014-03-195-109/+108
* Also accept "install-check" as an install script. This part willajacoutot2014-03-062-4/+4
* Honor -Wc and -Xcompiler in link mode like GNU does. OK espie@millert2013-01-101-1/+5
* *really* filter symbols on elf systems: introduce a new "export_symbols"espie2012-11-093-23/+52
* fix get_symbollist: output completely empty file if no symbol.espie2012-11-091-2/+3
* a few libtool users are bogus, they confuse --export-symbols with theespie2012-08-271-6/+8
* vax does not get -rpath-link, but it also does not really need it.espie2012-08-271-1/+2
* zap nonsense codeespie2012-08-041-4/+1
* styleespie2012-07-181-10/+10
* tidbitespie2012-07-131-10/+8
* minor cleanupespie2012-07-132-9/+8
* move stuff around some more, do not load link parts unless we are actuallyespie2012-07-137-380/+406
* fix shared library lookup...espie2012-07-131-27/+44
* common code for deducing libraries.espie2012-07-123-19/+22
* okay, now the parser module is totally part of Mode/Link.pm, no reasonespie2012-07-122-320/+297
* perlify: $_ is subjectespie2012-07-121-50/+50
* match what stupid gnu libtool is doing, namely -o is not a short optionespie2012-07-122-4/+4
* allow "long options" to be one letter, enforce with !espie2012-07-122-3/+8
* laterespie2012-07-121-2/+2
* match gnu-libtool: error out if -L dir is used instead of -Ldirespie2012-07-121-1/+2
* deal with -pthread as a "once on" option.espie2012-07-123-11/+9
* unwanted duplicateespie2012-07-121-2/+1
* simplify yet a bit moreespie2012-07-124-36/+34
* move a bit of stuff aroundespie2012-07-121-9/+8
* duh, idiotespie2012-07-111-4/+4
* must check release is defined, it CAN be 0.espie2012-07-111-2/+2
* try to make code vaguely saneespie2012-07-112-16/+16
* simplify cache code a bitespie2012-07-111-38/+40
* no need to trace libtool when executing an external command fails.espie2012-07-111-2/+3
* thinkoespie2012-07-111-2/+1
* fix bug for real. Turns out some libraries (xcb...) have NEEDED that goespie2012-07-111-5/+19
* do the ldconfig search dir properlyespie2012-07-111-23/+42
* quick fix ?espie2012-07-101-10/+6
* unconfuse myself.espie2012-07-104-15/+12
* ouch, Rresolved and libsearchdirs no longer live in main, so make themespie2012-07-105-34/+59
* move some shit around to (more or less) where it belongsespie2012-07-103-8/+12
* bye-bye Getopt::Longespie2012-07-103-69/+74
* clean-up shit, pull some of LT::Util into ltconfig objectespie2012-07-105-22/+20
* full support for -static -shared -prefer-pic -prefer-non-pic -fpie*espie2012-07-102-15/+42
* pass the option string along as a 4th parameter, in cases canonical isespie2012-07-101-12/+12
* nitespie2012-07-101-2/+2
* more config, sort stuff for easier spottingespie2012-07-101-1/+2
* longarg:espie2012-07-092-8/+19
* extend option parser a bit more: if we pass it a regexp, then we matchespie2012-07-092-7/+51