about summary refs log tree commit diff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
...
* rename superh port to "sh" for consistencyRich Felker2014-02-271-2/+2
* mips: add mips-sf subarch support (soft-float)Szabolcs Nagy2014-02-241-2/+4
* superh portBobby Bingham2014-02-231-0/+4
* configure: suppress bogus pointer-int cast warningsrofl0r2014-02-231-0/+1
* configure: recognize x86_64-x32 and x32rofl0r2014-02-231-0/+1
* remove -Wcast-align from --enable-warningsRich Felker2013-08-281-1/+0
* add attribute((may_alias)) checking in configureRich Felker2013-08-271-0/+21
* fix two bugs in sed code configure uses to save command lineRich Felker2013-08-201-1/+1
* make configure store its command line in config.mak for easy re-runRich Felker2013-08-161-1/+11
* fix detection of arm hardfloatRich Felker2013-08-161-1/+1
* allow subarch-specific asm, including asm specific to the defaultRich Felker2013-08-111-0/+6
* protect against long double type mismatches (mainly powerpc for now)Rich Felker2013-08-021-0/+21
* work around gcc 4.8's generation of self-referential mem* functions at -O3Rich Felker2013-08-011-0/+10
* do not include math modules in the default -O3 optimization setRich Felker2013-07-241-1/+1
* enhance build process to allow selective -O3 optimizationRich Felker2013-07-221-12/+54
* fix invalid C in new trycppif tests in configure scriptRich Felker2013-07-181-1/+2
* add build system support for arch endian & float abi variantsRich Felker2013-07-181-0/+32
* treat invalid C as an error even if warnings aren't enabled.Rich Felker2012-12-111-1/+11
* fix error in configure script using >/dev/null in noclobber modeRich Felker2012-11-181-1/+1
* Merge remote-tracking branch 'ppc-port/ppc-squashed'Rich Felker2012-11-141-0/+1
|\
| * PPC port cleaned up, static linking works well now.rofl0r2012-11-131-0/+1
* | fix "configure --prefix=" and improve path/arg handling in configureRich Felker2012-11-081-16/+12
|/
* further pcc fixes in configureRich Felker2012-10-261-3/+4
* add support for detecting pcc's compiler runtimeRich Felker2012-10-261-0/+1
* configure: test not just compiling but linking with -march/-mtuneRich Felker2012-10-251-2/+2
* use $CC rather than "$CC" in configure scriptRich Felker2012-10-181-4/+4
* tell the assembler to mark all files as not requiring executable stackRich Felker2012-10-031-0/+7
* microblaze portRich Felker2012-09-291-0/+1
* add LIBCC (compiler runtime) logic and override to configureRich Felker2012-09-101-0/+7
* get rid of eh_frame bloatRich Felker2012-08-291-3/+12
* add gnu hash support in the dynamic linkerRich Felker2012-08-251-1/+1
* support configuring cross compiling with CROSS_COMPILE prefix variableRich Felker2012-08-141-3/+6
* make configure accept mipselRich Felker2012-08-051-1/+1
* remove configure check disabling shared libraries on mipsRich Felker2012-08-051-4/+0
* disable dynamic linking on mips for now (broken)Rich Felker2012-07-121-0/+5
* initial version of mips (o32) port, based on work by Richard Pennington (rdp)Rich Felker2012-07-111-0/+1
* configure: only use -ffloat-store on i386Rich Felker2012-07-031-1/+1
* check for ld support of -Bsymbolic-functions; disable shared if not availRich Felker2012-06-071-0/+7
* use -nostdlib in linker tests to avoid possible missing crt/lib issuesRich Felker2012-06-071-1/+1
* avoid linking main program in linker testsRich Felker2012-06-071-2/+2
* make configure try to disable stack protectorRich Felker2012-06-061-0/+2
* add configure check for gnu linker hash style settingRich Felker2012-06-061-1/+20
* fix configure build/host/target terminology usageRich Felker2012-06-031-13/+14
* yet another try to get the check for gcc right...Rich Felker2012-05-141-1/+1
* fix error in last configure change (lack of escaping)Rich Felker2012-05-141-1/+1
* correct the check for gcc (previous version failed for cross compilers)Rich Felker2012-05-131-1/+1
* add -frounding-math to buildRich Felker2012-05-051-0/+1
* initial commit of configure scriptRich Felker2012-05-041-0/+275