summaryrefslogtreecommitdiff
path: root/lib/csu/arm/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-03-12csu: move common code to libcKonstantin Belousov
2020-07-03Consolidate duplicated logic in csu Makefiles to lib/csu/Makefile.inc.John Baldwin
2020-06-29Stop using STATIC_CFLAGS.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
2020-03-10Remove -mlong-calls vhen building arm libraries and llvm.Dimitry Andric
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
2016-01-10Use -mlong-calls to build crt1.o and gcrt1.o. This tells the compiler toAndrew Turner
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
2012-04-20After r217375, some startup objects under lib/csu are built in a specialDimitry Andric
2012-03-11Stop calling _init/_fini methods from crt1 for dynamic binaries. DoKonstantin Belousov
2011-01-13Apply a workaround for a binutils issue with the .note.ABI-tag sectionDimitry Andric
2010-03-05Use default WARNS setting (of 6) for lib/csu.Ulrich Spörlein
2010-01-02Build lib/ with WARNS=6 by default.Ed Schouten
2009-12-02Properly support -fPIE by linking PIE binaries with specially-builtKonstantin Belousov
2004-05-14C runtime support for FreeBSD/arm.Olivier Houchard