From 9281d180d13057917f618c35ef7433d2e4d4dd86 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 5 Jul 2000 19:23:36 +0000 Subject: Completely rearchitected the sysdeps directory. -Erik --- libc/sysdeps/linux/README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 libc/sysdeps/linux/README (limited to 'libc/sysdeps/linux/README') diff --git a/libc/sysdeps/linux/README b/libc/sysdeps/linux/README new file mode 100644 index 000000000..52eb09254 --- /dev/null +++ b/libc/sysdeps/linux/README @@ -0,0 +1,7 @@ +This directory level abstracts out the Linux Operating System dependent +features of uC-Libc for suported Linux architectures/CPUs. If you wanted to +port uC-Libc to some new Linux architecture (arm, mips, etc), this is the place +to add that support. + +All the common stuff that is not at all dependent on a particular Linux architecture +goes in the 'common' directory. -- cgit v1.2.3