fix breakage in last commit to strftime due to missing INT_MAX
[musl] / configure
2012-12-15 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-12-12 Rich Felkertreat invalid C as an error even if warnings aren't...
2012-11-19 Rich Felkerfix error in configure script using >/dev/null in noclo...
2012-11-15 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-11-14 Rich FelkerMerge remote-tracking branch 'ppc-port/ppc-squashed'
2012-11-13 rofl0rPPC port cleaned up, static linking works well now.
2012-11-08 Rich Felkerfix "configure --prefix=" and improve path/arg handling...
2012-10-26 Rich Felkerfurther pcc fixes in configure
2012-10-26 Rich Felkeradd support for detecting pcc's compiler runtime
2012-10-25 Rich Felkerconfigure: test not just compiling but linking with...
2012-10-19 Rich Felkeruse $CC rather than "$CC" in configure script
2012-10-03 Rich Felkertell the assembler to mark all files as not requiring...
2012-09-29 Rich Felkermicroblaze port
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