summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2020-06-30make mallocng the default malloc implementationRich Felker1-1/+1
2020-06-03move oldmalloc to its own directory under src/mallocRich Felker1-1/+2
2019-11-04fix failure to build time32 compat shims with out-of-tree buildsRich Felker1-1/+1
2019-11-02add framework for arch-provided makefile fragments, compat source dirsRich Felker1-2/+3
2018-09-12overhaul internally-public declarations using wrapper headersRich Felker1-1/+1
2018-03-24adjust makefile target-specific CFLAGS rules to be more robust & completeRich Felker1-11/+8
2018-03-24fix out-of-tree build of crt files with stack protector enabledRich Felker1-1/+1
2017-12-14remove unused explicit dependency rules for crti/crtnNicholas Wilson1-4/+0
2017-03-21increase limit on locale name length from 15 to 23 bytesRich Felker1-1/+1
2016-05-12deduplicate __NR_* and SYS_* syscall number definitionsBobby Bingham1-1/+5
2016-02-19generate list of crt files to install instead of hard-coding in makefileRich Felker1-1/+1
2016-02-17support clean/distclean make targets in unconfigured treeRich Felker1-10/+16
2016-02-17adjust makefile to make crt/ and ldso/ sources arch-replaceableRich Felker1-15/+18
2016-01-31don't suppress shared libc when linker lacks -Bsymbolic-functionsRich Felker1-2/+1
2016-01-27add arch/generic include fallback to build rulesRich Felker1-2/+6
2016-01-25add ssp suppression to some arch-override files that may need itRich Felker1-2/+4
2016-01-25use same object files for libc.a and libc.so if compiler produces PICRich Felker1-2/+3
2016-01-25move dynamic linker to its own top-level directory, ldsoRich Felker1-8/+10
2016-01-22remove arch/$(ARCH)/src from the build systemRich Felker1-1/+1
2016-01-20simplify "make clean" and remove unneeded lib dir from treeRich Felker1-7/+1
2016-01-20deduplicate compiler invocation command line in makefileRich Felker1-7/+9
2016-01-20remove outdated/incorrect comment about AS_CMD from makefileRich Felker1-1/+0
2016-01-20remove support for subarch .sub files from the makefileRich Felker1-16/+2
2016-01-20fix build regression for arm pre-v7 from out-of-tree build patchRich Felker1-1/+1
2016-01-19eliminate separate static/shared CFLAGS vars in makefileRich Felker1-13/+13
2016-01-19add support for arch-provided replacement files as .c or .SRich Felker1-3/+9
2016-01-17support out-of-tree buildPetr Hosek1-51/+75
2015-11-18fix build regression from removal of #ifdef SHAREDRich Felker1-1/+1
2015-11-02keep user-provided CFLAGS/LDFLAGS separate from those added by configureRich Felker1-4/+8
2015-10-22fix breakage when user overrides CFLAGS on the make command lineRich Felker1-4/+4
2015-10-08factor common awk functions for CFI generation scripts into new fileAlex Dowad1-1/+1
2015-08-30remove use of buggy .SECONDARY special target in makefileRich Felker1-2/+0
2015-08-27fix makefile suppression of intermediate file removalRich Felker1-1/+1
2015-08-26Build process uses script to add CFI directives to x86 asmAlex Dowad1-2/+10
2015-07-06add musl-clang, a wrapper for system clang installsShiz1-0/+5
2015-07-06build: overhaul wrapper script system for multiple wrapper supportShiz1-1/+3
2015-06-03add additional Makefile dependency rules for rcrt1.o PIE start fileRich Felker1-2/+4
2015-05-26add rcrt1 start file for fully static-linked PIERich Felker1-2/+2
2015-05-26fix incorrect application of visibility to Scrt1.oRich Felker1-1/+1
2015-04-23add dependency of dlstart.lo on crt_arch.h to MakefileRich Felker1-1/+1
2015-04-19add optional global visibility overrideRich Felker1-0/+2
2015-04-13allow libc itself to be built with stack protector enabledRich Felker1-0/+7
2015-04-13dynamic linker bootstrap overhaulRich Felker1-1/+1
2014-06-25add tarball-producing targets to Makefile for ease of releaseRich Felker1-0/+4
2014-06-20rename dynamic linker entry point from _start to _dlstartRich Felker1-1/+1
2013-12-04remove dependency of version.h on .git/* to avoid errorsRich Felker1-1/+1
2013-12-01add infrastructure to record and report the version of libc.soRich Felker1-1/+7
2013-08-31fix regression in creation of ldso symlinkRich Felker1-1/+1
2013-08-18re-add logic for ignoring failure of ld.so symlink installationRich Felker1-1/+1
2013-08-17replace system's install command with a shell scriptRich Felker1-7/+7