summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)AuthorLines
2014-07-18add or1k (OpenRISC 1000) architecture portStefan Kristiansson-0/+1
2014-07-16work around constant folding bug 61144 in gcc 4.9.0 and 4.9.1Rich Felker-21/+0
2014-06-20remove optimization-inhibiting behavior from configure's --enable-debugRich Felker-5/+2
2014-06-10fail configure on --enable-shared if -Bsymbolic-functions doesn't workRich Felker-1/+4
2014-05-20trivial formatting fix for the config.mak generated by configureRich Felker-1/+1
2014-05-19add configure check for broken gcc 4.9.0 and possibly other versionsRich Felker-5/+37
2014-05-12add configure check for working compilerRich Felker-0/+9
2014-04-27fix superh nofpu check on old gcc versionsBobby Bingham-1/+1
2014-03-19configure: check for __ILP32__ if arch is x86_64rofl0r-0/+4
2014-03-17make configure accept alternate gcc tuples for x32Rich Felker-1/+1
2014-02-28improve configure's target arch matchingRich Felker-4/+6
2014-02-28fix missing CFLAGS in configure test for float on shRich Felker-1/+1
2014-02-27fix copy-and-paste error in configure's IEEE double check for shRich Felker-1/+1
2014-02-27add nofpu subarchs to the sh arch, and properly detect compiler's fpu configRich Felker-2/+18
2014-02-27fix endian subarchs for sh archRich Felker-2/+2
2014-02-27rename superh port to "sh" for consistencyRich Felker-2/+2
2014-02-24mips: add mips-sf subarch support (soft-float)Szabolcs Nagy-2/+4
2014-02-23superh portBobby Bingham-0/+4
2014-02-23configure: suppress bogus pointer-int cast warningsrofl0r-0/+1
2014-02-23configure: recognize x86_64-x32 and x32rofl0r-0/+1
2013-08-28remove -Wcast-align from --enable-warningsRich Felker-1/+0
2013-08-27add attribute((may_alias)) checking in configureRich Felker-0/+21
2013-08-20fix two bugs in sed code configure uses to save command lineRich Felker-1/+1
2013-08-16make configure store its command line in config.mak for easy re-runRich Felker-1/+11
2013-08-16fix detection of arm hardfloatRich Felker-1/+1
2013-08-11allow subarch-specific asm, including asm specific to the defaultRich Felker-0/+6
2013-08-02protect against long double type mismatches (mainly powerpc for now)Rich Felker-0/+21
2013-08-01work around gcc 4.8's generation of self-referential mem* functions at -O3Rich Felker-0/+10
2013-07-24do not include math modules in the default -O3 optimization setRich Felker-1/+1
2013-07-22enhance build process to allow selective -O3 optimizationRich Felker-12/+54
2013-07-18fix invalid C in new trycppif tests in configure scriptRich Felker-1/+2
2013-07-18add build system support for arch endian & float abi variantsRich Felker-0/+32
2012-12-11treat invalid C as an error even if warnings aren't enabled.Rich Felker-1/+11
2012-11-18fix error in configure script using >/dev/null in noclobber modeRich Felker-1/+1
2012-11-14Merge remote-tracking branch 'ppc-port/ppc-squashed'Rich Felker-0/+1
2012-11-13PPC port cleaned up, static linking works well now.rofl0r-0/+1
2012-11-08fix "configure --prefix=" and improve path/arg handling in configureRich Felker-16/+12
2012-10-26further pcc fixes in configureRich Felker-3/+4
2012-10-26add support for detecting pcc's compiler runtimeRich Felker-0/+1
2012-10-25configure: test not just compiling but linking with -march/-mtuneRich Felker-2/+2
2012-10-18use $CC rather than "$CC" in configure scriptRich Felker-4/+4
2012-10-03tell the assembler to mark all files as not requiring executable stackRich Felker-0/+7
2012-09-29microblaze portRich Felker-0/+1
2012-09-10add LIBCC (compiler runtime) logic and override to configureRich Felker-0/+7
2012-08-29get rid of eh_frame bloatRich Felker-3/+12
2012-08-25add gnu hash support in the dynamic linkerRich Felker-1/+1
2012-08-14support configuring cross compiling with CROSS_COMPILE prefix variableRich Felker-3/+6
2012-08-05make configure accept mipselRich Felker-1/+1
2012-08-05remove configure check disabling shared libraries on mipsRich Felker-4/+0
2012-07-12disable dynamic linking on mips for now (broken)Rich Felker-0/+5