diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-07-05 19:23:36 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-07-05 19:23:36 +0000 |
commit | 9281d180d13057917f618c35ef7433d2e4d4dd86 (patch) | |
tree | b497158acdc1a81b93b938a2f76376c88bc7799b /libc/sysdeps/linux/README | |
parent | 775622914fa0a2814c705d25b1a3929002c5c785 (diff) |
Completely rearchitected the sysdeps directory.
-Erik
Diffstat (limited to 'libc/sysdeps/linux/README')
-rw-r--r-- | libc/sysdeps/linux/README | 7 |
1 files changed, 7 insertions, 0 deletions
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. |