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