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