summaryrefslogtreecommitdiffstats
path: root/usr.bin/libtool (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix an off-by-one when -lestdc++ is passed before -lstdc++jca2020-02-271-2/+2
* ensure dependency_libs and libdir are defined after parsing .la file.semarie2019-09-281-1/+13
* Drop two unused settings.jca2019-01-031-4/+2
* No support for vax any more, simplify setup.jca2019-01-031-14/+4
* teach libtool to build shared libraries with a sonamesemarie2018-12-111-1/+2
* lld generates DT_RUNPATH elements instead of the older DT_RPATH.naddy2018-10-281-5/+5
* Handle fork() errors. The Perl fork() wrapper returns undef rathernaddy2018-08-261-2/+2
* have libtool do libtool work, mainly work around exec limitations byespie2018-04-071-1/+13
* Recognize '-weak' in our libtool, helps at least xine-lib to build.zhuk2017-07-231-2/+4
* Fix SPLICE in LT::UList, allowing more ports to build.zhuk2017-07-231-57/+83
* Make libtool handle --tag=... inside command line.zhuk2017-05-271-1/+2
* Have libtool ignore 'static-libtool-libs'. Previously it was unsupported andsthen2017-04-251-3/+5
* tweak previous;jmc2017-01-021-14/+14
* Document (a few) differences from the GNU one.zhuk2017-01-011-2/+27
* Teach libtool how to deal with both -lestdc++ and -lstdc++ in command line.zhuk2016-12-252-4/+43
* Also ignore --no-undefined (we already ignore -no-undefined) which isajacoutot2016-11-031-1/+2
* Ignore the -bindir option, meaningless on OpenBSD.jca2016-08-021-2/+3
* typo: wil -> willajacoutot2016-04-271-2/+2
* Fix a couple of libtool issues:ajacoutot2015-09-212-2/+42
* 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-169-95/+261
* 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-196-113/+112
* Also accept "install-check" as an install script. This part willajacoutot2014-03-063-7/+7
* m68k has switched to ELF.brad2013-02-021-2/+2
* m88k has switched to ELF and has shared libs.brad2013-02-011-3/+3
* 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
* mark elf architectures as wellespie2012-10-271-1/+6
* 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-138-385/+412
* 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-123-322/+298
* 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