Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2012-05-14 | yet another try to get the check for gcc right... | Rich Felker | -1/+1 | |
2012-05-14 | fix error in last configure change (lack of escaping) | Rich Felker | -1/+1 | |
2012-05-13 | correct the check for gcc (previous version failed for cross compilers) | Rich Felker | -1/+1 | |
2012-05-05 | add -frounding-math to build | Rich Felker | -0/+1 | |
2012-05-04 | initial commit of configure script | Rich Felker | -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. |