about summary refs log tree commit diff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* 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