summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorLines
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
2013-07-26new mostly-C crt1 implementationRich Felker-0/+4
2013-07-22enhance build process to allow selective -O3 optimizationRich Felker-0/+3
2013-07-22refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker-3/+3
2013-07-18add build system support for arch endian & float abi variantsRich Felker-1/+1
2013-07-01fix Makefile so "make install" works before include/bits symlink existsRich Felker-1/+5
2013-03-09remove soname from libc.so/ld-muslRich Felker-1/+1
2013-02-06Makefile: make it possible to build arch specific C filesrofl0r-1/+1
2012-09-21offer REALGCC variable to configure musl-gcc wrapper at runtimeRich Felker-1/+1
2012-09-14remove forced -O3 from shared library CFLAGSRich Felker-1/+1
2012-08-17split up installation targetRich Felker-2/+10
2012-08-05make dynlink.lo depend on reloc.h in makefileRich Felker-0/+2
2012-08-02abstract out compiler runtime library for linking libc.soRich Felker-1/+2
2012-07-11changes to kernel sigaction struct handling in preparation for mips portRich Felker-1/+1
2012-05-04improve the build rules for installing /lib/ld-musl-$ARCH.soRich Felker-2/+4