From 6a94eb03a630bd443f999e2cdb3fc43ef3835fe3 Mon Sep 17 00:00:00 2001 From: marcus Date: Mon, 7 Feb 2005 00:52:23 +0000 Subject: Fix some typos. --- libc/README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libc') 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 -- cgit v1.2.3