diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-11-05 01:08:25 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-11-05 01:08:25 +0000 |
commit | f21f7c41b1ddbe7e50eace6d5fbf16de289b0ef1 (patch) | |
tree | 1bc9dcfd63907833f04f3a001bea37ddd67dc8da /docs | |
parent | a1ec4fae6d9b3280f661bb80127d90c0d53a7a99 (diff) | |
download | uClibc-alpine-f21f7c41b1ddbe7e50eace6d5fbf16de289b0ef1.tar.bz2 uClibc-alpine-f21f7c41b1ddbe7e50eace6d5fbf16de289b0ef1.tar.xz |
Kill off "mipsel" and just use "mips"
Diffstat (limited to 'docs')
-rw-r--r-- | docs/uclibc.org/FAQ.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/uclibc.org/FAQ.html b/docs/uclibc.org/FAQ.html index 2f2416716..333d7101f 100644 --- a/docs/uclibc.org/FAQ.html +++ b/docs/uclibc.org/FAQ.html @@ -54,7 +54,7 @@ to the uClibc home page.</a> <TR><TD BGCOLOR="#eeeee0"> Currently uClibc runs on alpha, ARM, cris, h8300, i386, i960, m68k, - mips/mipsel, PowerPC, SH, SPARC, and v850 processors. + mips, PowerPC, SH, SPARC, and v850 processors. <p> @@ -233,7 +233,7 @@ to the uClibc home page.</a> </TD></TR> <TR><TD BGCOLOR="#eeeee0"> - Yes. uClibc has native shared library support on i386, ARM, mips/mipsel, + Yes. uClibc has native shared library support on i386, ARM, mips, SH, CRIS, and PowerPC processors. Other architectures can use shared libraries but will need to use the GNU libc shared library loader. <p> |