lib/systems: musl, libc predicates

Note this doesn't actually provide musl support yet,
just improves our "system" code to understand
musl-based triples and non-glibc linux configurations.
This commit is contained in:
Will Dietz
2018-02-11 14:20:14 -06:00
parent 69779a5f7e
commit 2dfee94fe7
4 changed files with 20 additions and 7 deletions
+3
View File
@@ -180,6 +180,9 @@ rec {
androideabi = {};
gnueabi = {};
gnueabihf = {};
musleabi = {};
musleabihf = {};
musl = {};
unknown = {};
};