Age | Commit message (Expand) | Author | Files | Lines |
2013-08-02 | protect against long double type mismatches (mainly powerpc for now) | Rich Felker | 1 | -0/+21 |
2013-08-01 | work around gcc 4.8's generation of self-referential mem* functions at -O3 | Rich Felker | 1 | -0/+10 |
2013-07-24 | do not include math modules in the default -O3 optimization set | Rich Felker | 1 | -1/+1 |
2013-07-22 | enhance build process to allow selective -O3 optimization | Rich Felker | 1 | -12/+54 |
2013-07-18 | fix invalid C in new trycppif tests in configure script | Rich Felker | 1 | -1/+2 |
2013-07-18 | add build system support for arch endian & float abi variants | Rich Felker | 1 | -0/+32 |
2012-12-11 | treat invalid C as an error even if warnings aren't enabled. | Rich Felker | 1 | -1/+11 |
2012-11-18 | fix error in configure script using >/dev/null in noclobber mode | Rich Felker | 1 | -1/+1 |
2012-11-14 | Merge remote-tracking branch 'ppc-port/ppc-squashed' | Rich Felker | 1 | -0/+1 |
2012-11-13 | PPC port cleaned up, static linking works well now. | rofl0r | 1 | -0/+1 |
2012-11-08 | fix "configure --prefix=" and improve path/arg handling in configure | Rich Felker | 1 | -16/+12 |
2012-10-26 | further pcc fixes in configure | Rich Felker | 1 | -3/+4 |
2012-10-26 | add support for detecting pcc's compiler runtime | Rich Felker | 1 | -0/+1 |
2012-10-25 | configure: test not just compiling but linking with -march/-mtune | Rich Felker | 1 | -2/+2 |
2012-10-18 | use $CC rather than "$CC" in configure script | Rich Felker | 1 | -4/+4 |
2012-10-03 | tell the assembler to mark all files as not requiring executable stack | Rich Felker | 1 | -0/+7 |
2012-09-29 | microblaze port | Rich Felker | 1 | -0/+1 |
2012-09-10 | add LIBCC (compiler runtime) logic and override to configure | Rich Felker | 1 | -0/+7 |
2012-08-29 | get rid of eh_frame bloat | Rich Felker | 1 | -3/+12 |
2012-08-25 | add gnu hash support in the dynamic linker | Rich Felker | 1 | -1/+1 |
2012-08-14 | support configuring cross compiling with CROSS_COMPILE prefix variable | Rich Felker | 1 | -3/+6 |
2012-08-05 | make configure accept mipsel | Rich Felker | 1 | -1/+1 |
2012-08-05 | remove configure check disabling shared libraries on mips | Rich Felker | 1 | -4/+0 |
2012-07-12 | disable dynamic linking on mips for now (broken) | Rich Felker | 1 | -0/+5 |
2012-07-11 | initial version of mips (o32) port, based on work by Richard Pennington (rdp) | Rich Felker | 1 | -0/+1 |
2012-07-03 | configure: only use -ffloat-store on i386 | Rich Felker | 1 | -1/+1 |
2012-06-07 | check for ld support of -Bsymbolic-functions; disable shared if not avail | Rich Felker | 1 | -0/+7 |
2012-06-07 | use -nostdlib in linker tests to avoid possible missing crt/lib issues | Rich Felker | 1 | -1/+1 |
2012-06-07 | avoid linking main program in linker tests | Rich Felker | 1 | -2/+2 |
2012-06-06 | make configure try to disable stack protector | Rich Felker | 1 | -0/+2 |
2012-06-06 | add configure check for gnu linker hash style setting | Rich Felker | 1 | -1/+20 |
2012-06-03 | fix configure build/host/target terminology usage | Rich Felker | 1 | -13/+14 |
2012-05-14 | yet another try to get the check for gcc right... | Rich Felker | 1 | -1/+1 |
2012-05-14 | fix error in last configure change (lack of escaping) | Rich Felker | 1 | -1/+1 |
2012-05-13 | correct the check for gcc (previous version failed for cross compilers) | Rich Felker | 1 | -1/+1 |
2012-05-05 | add -frounding-math to build | Rich Felker | 1 | -0/+1 |
2012-05-04 | initial commit of configure script | Rich Felker | 1 | -0/+275 |