summaryrefslogtreecommitdiffstats
path: root/usr.bin/libtool/LT
AgeCommit message (Expand)AuthorFilesLines
2020-02-27Fix an off-by-one when -lestdc++ is passed before -lstdc++jca1-2/+2
2019-09-28ensure dependency_libs and libdir are defined after parsing .la file.semarie1-1/+13
2018-12-11teach libtool to build shared libraries with a sonamesemarie1-1/+2
2018-10-28lld generates DT_RUNPATH elements instead of the older DT_RPATH.naddy1-5/+5
2018-08-26Handle fork() errors. The Perl fork() wrapper returns undef rathernaddy1-2/+2
2018-04-07have libtool do libtool work, mainly work around exec limitations byespie1-1/+13
2017-07-23Recognize '-weak' in our libtool, helps at least xine-lib to build.zhuk1-2/+4
2017-07-23Fix SPLICE in LT::UList, allowing more ports to build.zhuk1-57/+83
2017-05-27Make libtool handle --tag=... inside command line.zhuk1-1/+2
2017-04-25Have libtool ignore 'static-libtool-libs'. Previously it was unsupported andsthen1-3/+5
2016-12-25Teach libtool how to deal with both -lestdc++ and -lstdc++ in command line.zhuk2-4/+43
2016-11-03Also ignore --no-undefined (we already ignore -no-undefined) which isajacoutot1-1/+2
2016-08-02Ignore the -bindir option, meaningless on OpenBSD.jca1-2/+3
2016-04-27typo: wil -> willajacoutot1-2/+2
2015-09-21Fix a couple of libtool issues:ajacoutot2-2/+42
2014-09-05recognize install-wrapper as a valid install programespie2-4/+4
2014-04-27Fix library search order in our libtool.zhuk2-22/+54
2014-04-20Style improvement based on espie@'s feedback: provide and usezhuk4-29/+32
2014-04-16Whitespace tweaks before further tweaks; no objections from ajacoutot@.zhuk5-22/+22
2014-04-16Make directory ordering in our libtool stable. Fixes quiet a few issueszhuk8-94/+259
2014-03-31Match GNU libtool and properly add -rpath to the linker when linkingajacoutot1-1/+20
2014-03-19Remove lexical $_ from libtool in preparation for perl 5.18afresh15-109/+108
2014-03-06Also accept "install-check" as an install script. This part willajacoutot2-4/+4
2013-01-10Honor -Wc and -Xcompiler in link mode like GNU does. OK espie@millert1-1/+5
2012-11-09*really* filter symbols on elf systems: introduce a new "export_symbols"espie3-23/+52
2012-11-09fix get_symbollist: output completely empty file if no symbol.espie1-2/+3
2012-08-27a few libtool users are bogus, they confuse --export-symbols with theespie1-6/+8
2012-08-27vax does not get -rpath-link, but it also does not really need it.espie1-1/+2
2012-08-04zap nonsense codeespie1-4/+1
2012-07-18styleespie1-10/+10
2012-07-13tidbitespie1-10/+8
2012-07-13minor cleanupespie2-9/+8
2012-07-13move stuff around some more, do not load link parts unless we are actuallyespie7-380/+406
2012-07-13fix shared library lookup...espie1-27/+44
2012-07-12common code for deducing libraries.espie3-19/+22
2012-07-12okay, now the parser module is totally part of Mode/Link.pm, no reasonespie2-320/+297
2012-07-12perlify: $_ is subjectespie1-50/+50
2012-07-12match what stupid gnu libtool is doing, namely -o is not a short optionespie2-4/+4
2012-07-12allow "long options" to be one letter, enforce with !espie2-3/+8
2012-07-12laterespie1-2/+2
2012-07-12match gnu-libtool: error out if -L dir is used instead of -Ldirespie1-1/+2
2012-07-12deal with -pthread as a "once on" option.espie3-11/+9
2012-07-12unwanted duplicateespie1-2/+1
2012-07-12simplify yet a bit moreespie4-35/+33
2012-07-12move a bit of stuff aroundespie1-9/+8
2012-07-11duh, idiotespie1-4/+4
2012-07-11must check release is defined, it CAN be 0.espie1-2/+2
2012-07-11try to make code vaguely saneespie2-16/+16
2012-07-11simplify cache code a bitespie1-38/+40
2012-07-11no need to trace libtool when executing an external command fails.espie1-2/+3