fix mishandling of ENOMEM return case in internal getgrent_a function
[oweals/musl.git] / configure
2015-04-23 Rich Felkerfix syntax errors in configure script
2015-04-22 Rich Felkermake configure check for visibility preinclude compatib...
2015-04-21 Andre McCurdyconfigure: check for -march and -mtune passed via CC
2015-04-20 Rich Felkerfix regression in configure script with new visibility...
2015-04-20 Rich Felkeradd optional global visibility override
2015-04-14 Rich Felkerallow libc itself to be built with stack protector...
2015-03-12 Szabolcs Nagyadd aarch64 port
2015-01-31 Rich Felkerfix failure of configure to detect gcc due to message...
2014-07-18 Stefan Kristianssonadd or1k (OpenRISC 1000) architecture port
2014-07-17 Rich Felkerwork around constant folding bug 61144 in gcc 4.9.0...
2014-06-20 Rich Felkerremove optimization-inhibiting behavior from configure...
2014-06-10 Rich Felkerfail configure on --enable-shared if -Bsymbolic-functio...
2014-05-20 Rich Felkertrivial formatting fix for the config.mak generated...
2014-05-19 Rich Felkeradd configure check for broken gcc 4.9.0 and possibly...
2014-05-12 Rich Felkeradd configure check for working compiler
2014-04-28 Bobby Binghamfix superh nofpu check on old gcc versions
2014-03-19 rofl0rconfigure: check for __ILP32__ if arch is x86_64
2014-03-17 Rich Felkermake configure accept alternate gcc tuples for x32
2014-02-28 Rich Felkerimprove configure's target arch matching
2014-02-28 Rich Felkerfix missing CFLAGS in configure test for float on sh
2014-02-28 Rich Felkerfix copy-and-paste error in configure's IEEE double...
2014-02-28 Rich Felkeradd nofpu subarchs to the sh arch, and properly detect...
2014-02-28 Rich Felkerfix endian subarchs for sh arch
2014-02-28 Rich Felkerrename superh port to "sh" for consistency
2014-02-24 Szabolcs Nagymips: add mips-sf subarch support (soft-float)
2014-02-23 Bobby Binghamsuperh port
2014-02-23 rofl0rconfigure: suppress bogus pointer-int cast warnings
2014-02-23 rofl0rconfigure: recognize x86_64-x32 and x32
2013-08-28 Rich Felkerremove -Wcast-align from --enable-warnings
2013-08-27 Rich Felkeradd attribute((may_alias)) checking in configure
2013-08-20 Rich Felkerfix two bugs in sed code configure uses to save command...
2013-08-16 Rich Felkermake configure store its command line in config.mak...
2013-08-16 Rich Felkerfix detection of arm hardfloat
2013-08-11 Rich Felkerallow subarch-specific asm, including asm specific...
2013-08-02 Rich Felkerprotect against long double type mismatches (mainly...
2013-08-01 Rich Felkerwork around gcc 4.8's generation of self-referential...
2013-07-25 Rich Felkerdo not include math modules in the default -O3 optimiza...
2013-07-23 Rich Felkerenhance build process to allow selective -O3 optimization
2013-07-19 Rich Felkerfix invalid C in new trycppif tests in configure script
2013-07-19 Rich Felkeradd build system support for arch endian & float abi...
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