summaryrefslogtreecommitdiff
path: root/docs/9 - How is a toolchain constructed.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/9 - How is a toolchain constructed.txt')
-rw-r--r--docs/9 - How is a toolchain constructed.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/9 - How is a toolchain constructed.txt b/docs/9 - How is a toolchain constructed.txt
index 353c0a2..a358b9e 100644
--- a/docs/9 - How is a toolchain constructed.txt
+++ b/docs/9 - How is a toolchain constructed.txt
@@ -51,8 +51,8 @@ thereof, running on the target, we also need the C library. The C library
provides a standard abstraction layer that performs basic tasks (such as
allocating memory, printing output on a terminal, managing file access...).
There are many C libraries, each targeted to different systems. For the
-Linux /desktop/, there is glibc or eglibc or even uClibc, for embedded Linux,
-you have a choice of eglibc or uClibc, while for system without an Operating
+Linux /desktop/, there is glibc or even uClibc, for embedded Linux,
+you have a choice of uClibc, while for system without an Operating
System, you may use newlib, dietlibc, or even none at all. There a few other
C libraries, but they are not as widely used, and/or are targeted to very
specific needs (eg. klibc is a very small subset of the C library aimed at