summaryrefslogtreecommitdiff
path: root/usr.bin/libtool/LT/Mode
AgeCommit message (Expand)Author
2014-09-05recognize install-wrapper as a valid install programMarc Espie
2014-04-27Fix library search order in our libtool.Vadim Zhukov
2014-04-20Style improvement based on espie@'s feedback: provide and useVadim Zhukov
2014-04-16Whitespace tweaks before further tweaks; no objections from ajacoutot@.Vadim Zhukov
2014-04-16Make directory ordering in our libtool stable. Fixes quiet a few issuesVadim Zhukov
2014-03-31Match GNU libtool and properly add -rpath to the linker when linkingAntoine Jacoutot
2014-03-19Remove lexical $_ from libtool in preparation for perl 5.18afresh1
2014-03-06Also accept "install-check" as an install script. This part willAntoine Jacoutot
2013-01-10Honor -Wc and -Xcompiler in link mode like GNU does. OK espie@Todd C. Miller
2012-11-09*really* filter symbols on elf systems: introduce a new "export_symbols"Marc Espie
2012-08-27a few libtool users are bogus, they confuse --export-symbols with theMarc Espie
2012-08-27vax does not get -rpath-link, but it also does not really need it.Marc Espie
2012-08-04zap nonsense codeMarc Espie
2012-07-18styleMarc Espie
2012-07-13minor cleanupMarc Espie
2012-07-13move stuff around some more, do not load link parts unless we are actuallyMarc Espie
2012-07-12okay, now the parser module is totally part of Mode/Link.pm, no reasonMarc Espie
2012-07-12match what stupid gnu libtool is doing, namely -o is not a short optionMarc Espie
2012-07-12allow "long options" to be one letter, enforce with !Marc Espie
2012-07-12laterMarc Espie
2012-07-12match gnu-libtool: error out if -L dir is used instead of -LdirMarc Espie
2012-07-11duh, idiotMarc Espie
2012-07-11must check release is defined, it CAN be 0.Marc Espie
2012-07-11try to make code vaguely saneMarc Espie
2012-07-11do the ldconfig search dir properlyMarc Espie
2012-07-10ouch, Rresolved and libsearchdirs no longer live in main, so make themMarc Espie
2012-07-10bye-bye Getopt::LongMarc Espie
2012-07-10clean-up shit, pull some of LT::Util into ltconfig objectMarc Espie
2012-07-10full support for -static -shared -prefer-pic -prefer-non-pic -fpie*Marc Espie
2012-07-09longarg:Marc Espie
2012-07-09extend option parser a bit more: if we pass it a regexp, then we matchMarc Espie
2012-07-09use short accessorMarc Espie
2012-07-09avoid duplicate -oMarc Espie
2012-07-09implement help-allMarc Espie
2012-07-09framework for handling help betterMarc Espie
2012-07-08first use of permuted optionsMarc Espie
2012-07-04- start cleaning up options handling: put things into a separate packageMarc Espie
2012-06-28a few minor cleanup and performance tweaks (is_wrapper doesn't need toMarc Espie
2012-06-24clean-up the mess: move modes into separate files,Marc Espie