summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authormarcus <marcus>2005-02-07 00:52:23 +0000
committermarcus <marcus>2005-02-07 00:52:23 +0000
commit6a94eb03a630bd443f999e2cdb3fc43ef3835fe3 (patch)
tree0975f2ef747dd8179eb05fc1287c32cbc2bf3273 /libc
parent0c661af672b8f323cb988c3a25b3848e7ee3ff68 (diff)
Fix some typos.
Diffstat (limited to 'libc')
-rw-r--r--libc/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/libc/README b/libc/README
index b3a21d8..d29c0ee 100644
--- a/libc/README
+++ b/libc/README
@@ -22,8 +22,8 @@ configuring this source tree):
$ mkdir hurd-l4-build
$ cd hurd-l4-build
-$ configure ../hurd-l4/configure --prefix=/l4 --enable-maintainer-mode \
- --build=i686-linux --host=i686-gnu
+$ ../hurd-l4/configure --prefix=/l4 --enable-libc \
+ --enable-maintainer-mode --build=i686-linux --host=i686-gnu
$ make -C libc libc-cvs
This will check out the right glibc version via CVS. It is
@@ -35,9 +35,9 @@ $ cp -a libc ~/libc-for-hurd-l4
(next time around:)
-$ configure ../hurd-l4/configure --prefix=/l4 --enable-maintainer-mode \
- --build=i686-linux --host=i686-gnu
$ cp -a ~/libc-for-hurd-l4 libc/libc
+$ ../hurd-l4/configure --prefix=/l4 --enable-libc \
+ --enable-maintainer-mode --build=i686-linux --host=i686-gnu
The Makefile will always download a tested, working version of the C
library. But you can copy any version to the libc directory and try