lib and doc: Use "libSystem" as identifier for that libc in platforms
This commit is contained in:
parent
c66ff8ec3c
commit
9f680d30f4
@ -128,7 +128,7 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
This is a string identifying the standard C library used.
|
This is a string identifying the standard C library used.
|
||||||
Valid identifiers include "glibc" for GNU libc, "libsystem" for Darwin's Libsystem, and "uclibc" for µClibc.
|
Valid identifiers include "glibc" for GNU libc, "libSystem" for Darwin's Libsystem, and "uclibc" for µClibc.
|
||||||
It should probably be refactored to use the module system, like <varname>parse</varname>.
|
It should probably be refactored to use the module system, like <varname>parse</varname>.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
@ -96,14 +96,14 @@ rec {
|
|||||||
iphone64 = {
|
iphone64 = {
|
||||||
config = "aarch64-apple-darwin14";
|
config = "aarch64-apple-darwin14";
|
||||||
arch = "arm64";
|
arch = "arm64";
|
||||||
libc = "libsystem";
|
libc = "libSystem";
|
||||||
platform = {};
|
platform = {};
|
||||||
};
|
};
|
||||||
|
|
||||||
iphone32 = {
|
iphone32 = {
|
||||||
config = "arm-apple-darwin10";
|
config = "arm-apple-darwin10";
|
||||||
arch = "armv7-a";
|
arch = "armv7-a";
|
||||||
libc = "libsystem";
|
libc = "libSystem";
|
||||||
platform = {};
|
platform = {};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user