add O_EXEC open mode
[musl] / configure
2012-09-10 Rich Felkeradd LIBCC (compiler runtime) logic and override to...
2012-08-29 Rich Felkerget rid of eh_frame bloat
2012-08-25 Rich Felkeradd gnu hash support in the dynamic linker
2012-08-15 Rich Felkersupport configuring cross compiling with CROSS_COMPILE...
2012-08-05 Rich Felkermake configure accept mipsel
2012-08-05 Rich Felkerremove configure check disabling shared libraries on...
2012-07-12 Rich Felkerdisable dynamic linking on mips for now (broken)
2012-07-11 Rich Felkerinitial version of mips (o32) port, based on work by...
2012-07-04 Rich Felkerconfigure: only use -ffloat-store on i386
2012-06-07 Rich Felkercheck for ld support of -Bsymbolic-functions; disable...
2012-06-07 Rich Felkeruse -nostdlib in linker tests to avoid possible missing...
2012-06-07 Rich Felkeravoid linking main program in linker tests
2012-06-07 Rich Felkermake configure try to disable stack protector
2012-06-07 Rich Felkeradd configure check for gnu linker hash style setting
2012-06-03 Rich Felkerfix configure build/host/target terminology usage
2012-05-14 Rich Felkeryet another try to get the check for gcc right...
2012-05-14 Rich Felkerfix error in last configure change (lack of escaping)
2012-05-13 Rich Felkercorrect the check for gcc (previous version failed...
2012-05-05 Rich Felkeradd -frounding-math to build
2012-05-05 Rich Felkerinitial commit of configure script