summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authormarcus <marcus>2005-02-23 20:55:17 +0000
committermarcus <marcus>2005-02-23 20:55:17 +0000
commit1fefd4d6633caad1850f3f55d0d17edcef527907 (patch)
tree1535393a38e29473a5d0bf7b553d39c92f036ba2 /libc
parenta71e3bf2bd292c482c1aa9b14ac1f5ae7db42bfe (diff)
2005-02-23 Dawid Gajownik <gajownik@gmail.com>
* README: Correct options passed to configure script.
Diffstat (limited to 'libc')
-rw-r--r--libc/ChangeLog4
-rw-r--r--libc/README6
2 files changed, 7 insertions, 3 deletions
diff --git a/libc/ChangeLog b/libc/ChangeLog
index 17027e9..4f73f99 100644
--- a/libc/ChangeLog
+++ b/libc/ChangeLog
@@ -1,3 +1,7 @@
+2005-02-23 Dawid Gajownik <gajownik@gmail.com>
+
+ * README: Correct options passed to configure script.
+
2005-02-06 Marcus Brinkmann <marcus@gnu.org>
* patches/09-sysdeps-generic-lseek.patch: New file.
diff --git a/libc/README b/libc/README
index 17311a4..d28ab34 100644
--- a/libc/README
+++ b/libc/README
@@ -7,11 +7,11 @@ L4.
Configuring and Building
------------------------
-This directory is only built if you specify "--enable-libc" at
-configure time.
+This directory is only built if you specify "--with-libc" at configure
+time.
Before you do this, you should first compile and install the software
-with "--disable-libc" (which is the default), to make sure that the
+with "--without-libc" (which is the default), to make sure that the
Hurd and libl4 header files are installed and available to the
compiler.