about summary refs log tree commit diff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
* remove soname from libc.so/ld-muslRich Felker2013-03-091-1/+1
* Makefile: make it possible to build arch specific C filesrofl0r2013-02-061-1/+1
* offer REALGCC variable to configure musl-gcc wrapper at runtimeRich Felker2012-09-211-1/+1
* remove forced -O3 from shared library CFLAGSRich Felker2012-09-141-1/+1
* split up installation targetRich Felker2012-08-171-2/+10
* make dynlink.lo depend on reloc.h in makefileRich Felker2012-08-051-0/+2
* abstract out compiler runtime library for linking libc.soRich Felker2012-08-021-1/+2
* changes to kernel sigaction struct handling in preparation for mips portRich Felker2012-07-111-1/+1
* improve the build rules for installing /lib/ld-musl-$ARCH.soRich Felker2012-05-041-2/+4
* make all .o files depend on *_impl.h and libc.hRich Felker2012-05-031-2/+3
* PIE support for i386Rich Felker2012-05-021-1/+1
* reorganize Makefile to support "least surprise" config/make semanticsRich Felker2012-05-011-11/+23
* remove objcopy --weaken from the makefileRich Felker2012-05-011-2/+0
* new gcc wrapper, entirely specfile basedRich Felker2012-04-221-3/+7
* don't fail on inability to install dynamic linker (e.g. if not root)Rich Felker2012-03-171-1/+1
* search internal headers firstRich Felker2012-03-011-1/+1
* two fixes for "make install" handling of shared libsRich Felker2012-02-171-1/+2
* fix a few bugs from last dynamic linking build system commitRich Felker2011-06-281-2/+2
* cleanup shared library build system to be more $HOME-local-install friendlyRich Felker2011-06-271-13/+15
* use soname in ld-musl.so to prevent filename appearing in DT_NEEDEDsRich Felker2011-06-241-1/+1
* use symlink rather than bogus linker script for libc.soRich Felker2011-06-241-2/+2
* adapt build/install/gcc-wrapper systems for dynamic linking supportRich Felker2011-06-231-5/+15
* various changes in preparation for dynamic linking supportRich Felker2011-02-241-3/+3
* avoid deleting the lib/empty fileRich Felker2011-02-171-1/+1
* new solution for empty lib dir (old one had some problems)Rich Felker2011-02-171-7/+5
* improve Makefile handling of git checkouts with missing lib/ and config.makRich Felker2011-02-171-4/+8
* finish unifying thread register handling in preparation for portingRich Felker2011-02-151-1/+1
* preparing build system to handle ports - step 1Rich Felker2011-02-151-0/+6
* ensure that musl is compiled as C99 code & XSI option is available in headersRich Felker2011-02-131-1/+1
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+97