summaryrefslogtreecommitdiffstats
path: root/usr.bin/libtool
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
2019-01-03Drop two unused settings.jca1-4/+2
2019-01-03No support for vax any more, simplify setup.jca1-14/+4
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
2017-01-02tweak previous;jmc1-14/+14
2017-01-01Document (a few) differences from the GNU one.zhuk1-2/+27
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 issueszhuk9-95/+261
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.18afresh16-113/+112
2014-03-06Also accept "install-check" as an install script. This part willajacoutot3-7/+7
2013-02-02m68k has switched to ELF.brad1-2/+2
2013-02-01m88k has switched to ELF and has shared libs.brad1-3/+3
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-10-27mark elf architectures as wellespie1-1/+6
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 actuallyespie8-385/+412
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 reasonespie3-322/+298
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