summaryrefslogtreecommitdiff
path: root/usr.bin/libtool/LT
AgeCommit message (Expand)Author
2023-07-10finish v5.36, UList was a bit more workMarc Espie
2023-07-08cosmetic clean-up of UList.pm, no signatures yetMarc Espie
2023-07-08move everyone besides UList to use v5.36Marc Espie
2023-07-06start moving a few files to use v5.36;Marc Espie
2022-12-26spelling fixes; from paul tagliamonteJason McIntyre
2020-02-27Fix an off-by-one when -lestdc++ is passed before -lstdc++Jeremie Courreges-Anglas
2019-09-28ensure dependency_libs and libdir are defined after parsing .la file.Sebastien Marie
2018-12-11teach libtool to build shared libraries with a sonameSebastien Marie
2018-10-28lld generates DT_RUNPATH elements instead of the older DT_RPATH.Christian Weisgerber
2018-08-26Handle fork() errors. The Perl fork() wrapper returns undef ratherChristian Weisgerber
2018-04-07have libtool do libtool work, mainly work around exec limitations byMarc Espie
2017-07-23Recognize '-weak' in our libtool, helps at least xine-lib to build.Vadim Zhukov
2017-07-23Fix SPLICE in LT::UList, allowing more ports to build.Vadim Zhukov
2017-05-27Make libtool handle --tag=... inside command line.Vadim Zhukov
2017-04-25Have libtool ignore 'static-libtool-libs'. Previously it was unsupported andStuart Henderson
2016-12-25Teach libtool how to deal with both -lestdc++ and -lstdc++ in command line.Vadim Zhukov
2016-11-03Also ignore --no-undefined (we already ignore -no-undefined) which isAntoine Jacoutot
2016-08-02Ignore the -bindir option, meaningless on OpenBSD.Jeremie Courreges-Anglas
2016-04-27typo: wil -> willAntoine Jacoutot
2015-09-21Fix a couple of libtool issues:Antoine Jacoutot
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-11-09fix get_symbollist: output completely empty file if no symbol.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-13tidbitMarc 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-13fix shared library lookup...Marc Espie
2012-07-12common code for deducing libraries.Marc Espie
2012-07-12okay, now the parser module is totally part of Mode/Link.pm, no reasonMarc Espie
2012-07-12perlify: $_ is subjectMarc 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-12deal with -pthread as a "once on" option.Marc Espie
2012-07-12unwanted duplicateMarc Espie
2012-07-12simplify yet a bit moreMarc Espie
2012-07-12move a bit of stuff aroundMarc Espie