summaryrefslogtreecommitdiff
path: root/share/mk/bsd.linker.mk
Commit message (Expand)AuthorAgeFilesLines
* Avoid recomputing COMPILER_/LINKER_ variables when set explicitlyAlex Richardson2020-08-261-2/+5
* Make bsd.linker.mk work with the MacOS linkerAlex Richardson2020-08-131-1/+12
* Allow linking the kernel with a linker that doesn't support -z ifunc-nopltAlex Richardson2020-08-111-0/+3
* Adjust the regex used for LINKER_FREEBSD_VERSION so it captures the lastDimitry Andric2020-02-241-1/+1
* Tentatively apply D23691, which takes LINKER_FREEBSD_VERSION from theDimitry Andric2020-02-151-3/+5
* Correctly recognize linker versions greater than 10.0.Dimitry Andric2020-02-071-2/+2
* Add a new "riscv-relaxations" linker feature.John Baldwin2019-12-051-0/+3
* Use __ as the separator for the exported vars in bsd.compiler/linker.mkAlex Richardson2019-11-151-5/+5
* retire LINKER_FEATURES filter flagEd Maste2018-11-121-3/+0
* Only compute the X_COMPILER_*/X_LINKER_* variables when neededAlex Richardson2018-10-231-1/+7
* Add WITH_SYSTEM_LINKER, on by default, that avoids building lld when possible.Bryan Drewery2018-06-201-1/+9
* Use simpler sed invocation.Bryan Drewery2018-06-071-1/+1
* Stop using head(1) which is not available in installworld.Bryan Drewery2018-06-071-1/+1
* Error out on attempt to link amd64 kernel with old binutils linkerEd Maste2018-05-101-0/+1
* add retpoline compiler and linker feature flagsEd Maste2018-02-071-1/+6
* lld 5.0 supports filter libraries, so enable linker feature flagEd Maste2017-07-241-1/+1
* Provide libdl.Konstantin Belousov2017-07-101-0/+3
* bsd.linker.mk: add band-aid for linker invocation failureEd Maste2017-06-301-3/+5
* Introduce LINKER_FEATURES to avoid duplicating version logicEd Maste2017-06-231-1/+11
* change GNU ld LINKER_TYPE from binutils to bfdEd Maste2017-06-231-1/+1
* Provide proper values for X_LINKER_TYPE/VERSION when XLD == LD.Bryan Drewery2017-06-221-0/+4
* Don't overwrite already-set LINKER_VERSION/LINKER_TYPE.Bryan Drewery2017-06-221-1/+2
* LINKER_VERSION: Support external binutils.Bryan Drewery2017-06-221-1/+1
* Support cached linker values in environment.Bryan Drewery2017-06-221-0/+29
* Support XLD for setting X_LINKER_TYPE and X_LINKER_VERSION.Bryan Drewery2017-06-221-6/+20
* Add basic bsd.linker.mk auto included from bsd.compiler.mk.Bryan Drewery2017-06-221-0/+33