summaryrefslogtreecommitdiff
path: root/lib/csu/aarch64/Makefile
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-07-07csu: Implement _start using as to satisfy unwinders on aarch64Dmitry Chagin
2023-03-12csu: move common code to libcKonstantin Belousov
2021-08-23Add arm64 ifunc support in static binariesAndrew Turner
2020-07-03Consolidate duplicated logic in csu Makefiles to lib/csu/Makefile.inc.John Baldwin
2020-06-26Only include object files from .ALLSRC when linking crt1 objects.John Baldwin
2020-06-24Always compile the brand and ignore init ELF notes standalone.John Baldwin
2020-06-15Remove the sed hack for ABI tag notes.John Baldwin
2018-10-13Process irelocs for statically linked binaries from crt1 on x86.Konstantin Belousov
2017-04-07Rework r234502 to include a modified CFLAGS along with ACFLAGS.John Baldwin
2017-01-20Use SRCTOP-relative paths and .CURDIR with :H instead of ".." specified pathsEnji Cooper
2015-09-21Fix installation of 32bit libraries after r288074.Bryan Drewery
2015-09-21Replace realinstall: and META_MODE staging hacks with FILES mechanism.Bryan Drewery
2015-03-19Start to import support for the AArch64 architecture from ARM. This changeAndrew Turner