summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorLines
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
2012-05-03make all .o files depend on *_impl.h and libc.hRich Felker-2/+3
2012-05-02PIE support for i386Rich Felker-1/+1
2012-05-01reorganize Makefile to support "least surprise" config/make semanticsRich Felker-11/+23
2012-05-01remove objcopy --weaken from the makefileRich Felker-2/+0
2012-04-22new gcc wrapper, entirely specfile basedRich Felker-3/+7
2012-03-17don't fail on inability to install dynamic linker (e.g. if not root)Rich Felker-1/+1
2012-03-01search internal headers firstRich Felker-1/+1
2012-02-17two fixes for "make install" handling of shared libsRich Felker-1/+2
2011-06-28fix a few bugs from last dynamic linking build system commitRich Felker-2/+2
2011-06-27cleanup shared library build system to be more $HOME-local-install friendlyRich Felker-13/+15
2011-06-24use soname in ld-musl.so to prevent filename appearing in DT_NEEDEDsRich Felker-1/+1
2011-06-24use symlink rather than bogus linker script for libc.soRich Felker-2/+2
2011-06-23adapt build/install/gcc-wrapper systems for dynamic linking supportRich Felker-5/+15
2011-02-24various changes in preparation for dynamic linking supportRich Felker-3/+3
2011-02-17avoid deleting the lib/empty fileRich Felker-1/+1
2011-02-17new solution for empty lib dir (old one had some problems)Rich Felker-7/+5
2011-02-17improve Makefile handling of git checkouts with missing lib/ and config.makRich Felker-4/+8
2011-02-15finish unifying thread register handling in preparation for portingRich Felker-1/+1
2011-02-15preparing build system to handle ports - step 1Rich Felker-0/+6
2011-02-13ensure that musl is compiled as C99 code & XSI option is available in headersRich Felker-1/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+97