diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-12-21 08:35:58 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-12-21 08:35:58 +0000 |
commit | 05d9958f685e3f0c51be4f1128348645451e51fb (patch) | |
tree | b28c486ae60ad9065ba6d061b494c253fdc73ef5 /libc/sysdeps/linux/bfin/README.bfin | |
parent | f6cc7543c5530106123f1fa7958d1c594ddff3d8 (diff) |
Add support for the Analog Devices Blackfin mmuless processor
Diffstat (limited to 'libc/sysdeps/linux/bfin/README.bfin')
-rw-r--r-- | libc/sysdeps/linux/bfin/README.bfin | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/bfin/README.bfin b/libc/sysdeps/linux/bfin/README.bfin new file mode 100644 index 000000000..e27b41dd7 --- /dev/null +++ b/libc/sysdeps/linux/bfin/README.bfin @@ -0,0 +1,21 @@ +README for uClibc on the blackfin architecture + +developed/tested with bfin-elf-gcc 3.4.1, from + +Configuration: + + Read and edit the Config file, carefully. + + TARGET_ARCH=blackfin + CROSS = bfin-elf- + CC = $(CROSS)gcc + STRIPTOOL = $(CROSS)strip + KERNEL_SOURCE= your linux 2.6.8 kernel source tree + HAS_MMU = false + HAS_FLOATS = false + MALLOC = malloc-simple + +Problems: + The regular malloc library is broken. Use simple-malloc. + +TODO: |