about summary refs log tree commit diff
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* 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
this script is not based on autoconf; however it attempts to follow the same interface contracts for ease of integration with build systems. it is also not necessary to use musl. manually written config.mak files are still supported, as is building without any config.mak at all as long as you are happy with the default options and you supply at least ARCH on the command line to make.