summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)AuthorLines
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
2012-07-11initial version of mips (o32) port, based on work by Richard Pennington (rdp)Rich Felker-0/+1
2012-07-03configure: only use -ffloat-store on i386Rich Felker-1/+1
2012-06-07check for ld support of -Bsymbolic-functions; disable shared if not availRich Felker-0/+7
2012-06-07use -nostdlib in linker tests to avoid possible missing crt/lib issuesRich Felker-1/+1
2012-06-07avoid linking main program in linker testsRich Felker-2/+2
2012-06-06make configure try to disable stack protectorRich Felker-0/+2
2012-06-06add configure check for gnu linker hash style settingRich Felker-1/+20
2012-06-03fix configure build/host/target terminology usageRich Felker-13/+14
2012-05-14yet another try to get the check for gcc right...Rich Felker-1/+1
2012-05-14fix error in last configure change (lack of escaping)Rich Felker-1/+1
2012-05-13correct the check for gcc (previous version failed for cross compilers)Rich Felker-1/+1
2012-05-05add -frounding-math to buildRich Felker-0/+1
2012-05-04initial commit of configure scriptRich Felker-0/+275