| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
This lets us pick it up on musl too, since there's no __MUSL__ macro.
Link: https://wiki.musl-libc.org/faq#Q:-Why-is-there-no-%3Ccode%3E__MUSL__%3C/code%3E-macro?
|
| |
|
|
|
|
|
|
| |
This seems to have hit some BSD make limitation, making it set
`SAN := y` unconditionally for some reason. Breaking up the expression
fixes it.
|
| |
|
| |
|
| |
|
|
We now use a recursive make invocation to do the work of `make config`.
The new implementation is also compatible with GNU make 3.81 found on
macOS.
|