Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-02-13 10:35:45 +0300
committerMike Frysinger <vapier@gentoo.org>2022-02-18 04:41:53 +0300
commit2d53aadcc5aa2336ff86bdb39183d2f0775789eb (patch)
treea579492c67a95dbffa9638d8efae37b163ec9adf /libgloss/README
parent7a1c557b8e6fb20d1f42df4f93a7375254b48e0c (diff)
libgloss: have README point to the manual
The README has such little info in it, so point people to the much more extensive porting manual.
Diffstat (limited to 'libgloss/README')
-rw-r--r--libgloss/README16
1 files changed, 5 insertions, 11 deletions
diff --git a/libgloss/README b/libgloss/README
index 1141841bb..28dca2884 100644
--- a/libgloss/README
+++ b/libgloss/README
@@ -1,11 +1,5 @@
-bfin - Analog Devices Blackfin processor.
-sparc - Fujitsu Sparclite board. Works on the ex930, ex931, ex933
-hp74x - Hewlett Packard HP742 board. Also some support for the hp743.
-m68hc11 - Motorola 68HC11 or 68HC12 support.
-m68k - Motorola MVME135 and IDP board. For CPU32 systems.
-mep - Toshiba Media Processor.
-pa - WinBond and Oki boards with a PA.
-mips - R3000 support. Array Tech LSI33k based RAID disk controller.
-lm32 - Lattice Mico32 simulator.
-epiphany - Adapteva Epiphany multicore processor.
-or1k - OpenRISC 1000 processor. \ No newline at end of file
+Libgloss is a library for all the details that usually get glossed over.
+This library refers to things like startup code, and usually I/O support
+for GCC and the C library.
+
+For more details, see the manual under doc/.