From 9f680d30f4a8bac670932255caa4d39e7fb39f09 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Wed, 31 May 2017 00:47:25 -0400 Subject: lib and doc: Use "libSystem" as identifier for that libc in platforms --- doc/cross-compilation.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/cross-compilation.xml b/doc/cross-compilation.xml index e99e90bac9c5..7ff354376116 100644 --- a/doc/cross-compilation.xml +++ b/doc/cross-compilation.xml @@ -128,7 +128,7 @@ 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 parse. -- cgit 1.4.1