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