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