From cf7a4791d0fe894203efff5cc7d6531b219ef97c Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 25 Jan 2003 12:31:31 +0000 Subject: Update webpage for release --- docs/uclibc.org/FAQ.html | 66 ++++++++++++++--------------- docs/uclibc.org/index.html | 102 ++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 130 insertions(+), 38 deletions(-) (limited to 'docs') diff --git a/docs/uclibc.org/FAQ.html b/docs/uclibc.org/FAQ.html index 452edbedf..39861a018 100644 --- a/docs/uclibc.org/FAQ.html +++ b/docs/uclibc.org/FAQ.html @@ -77,39 +77,6 @@ to the uClibc home page. ARM7TDMI. These days, uClibc also works just fine on normal Linux systems (such as i386, ARM, and PowerPC), but we couldn't think of a better name. -

- - - Can I use it on my desktop i386 system? - - - - - Sure! In fact, this can be very nice during development. By - installing uClibc on your development system, you can be sure that - the code you are working on will actually run when you deploy it - your target system. - - - -

- - - Does uClibc support shared libraries? - - - - - Yes. uClibc has native shared library support on i386, ARM, mips/mipsel, - SH, and PowerPC processors. Other architectures can use shared libraries - but will need to use the GNU libc shared library loader. -

- Shared Libraries are not currently supported by uClibc on MMU-less systems. - SnapGear has implemented - shared library support for MMU-less systems, however, so if you need MMU-less - shared library support they may be able to help. - -

@@ -220,6 +187,39 @@ to the uClibc home page. linked application. +

+ + + Can I use it on my desktop i386 system? + + + + + Sure! In fact, this can be very nice during development. By + installing uClibc on your development system, you can be sure that + the code you are working on will actually run when you deploy it + your target system. + + + +

+ + + Does uClibc support shared libraries? + + + + + Yes. uClibc has native shared library support on i386, ARM, mips/mipsel, + SH, CRIS, and PowerPC processors. Other architectures can use shared libraries + but will need to use the GNU libc shared library loader. +

+ Shared Libraries are not currently supported by uClibc on MMU-less systems. + SnapGear has implemented + shared library support for MMU-less systems, however, so if you need MMU-less + shared library support they may be able to help. + +

diff --git a/docs/uclibc.org/index.html b/docs/uclibc.org/index.html index a0cddb69f..cf66f5abc 100644 --- a/docs/uclibc.org/index.html +++ b/docs/uclibc.org/index.html @@ -110,17 +110,109 @@ you might want to search the mailing list archives...