diff options
| author | Michael Forney <mforney@mforney.org> | 2021-01-24 01:03:55 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2021-01-24 01:03:55 -0800 |
| commit | cc38ae078fc7a256d1486e0900afc7771b6ba723 (patch) | |
| tree | 5c3fcb4e13dcc23aeca63aeb117a436a5b6040c5 /.gitmodules | |
| parent | c5a61c5054fc50d257c5d3e808a3dcebb8647581 (diff) | |
musl: use _Generic selection for type-generic math macros
This way cproc can better handle programs that include math.h, since
it doesn't have to generate code involving long double.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 40b92607..b07b6d83 100644 --- a/.gitmodules +++ b/.gitmodules @@ -198,6 +198,7 @@ [submodule "pkg/musl/src"] path = pkg/musl/src url = git://git.musl-libc.org/musl + ignore = all [submodule "pkg/ncompress/src"] path = pkg/ncompress/src url = https://github.com/vapier/ncompress.git |
