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