summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Lehmann <aaronl@vitelius.com>2002-08-30 07:34:29 +0000
committerAaron Lehmann <aaronl@vitelius.com>2002-08-30 07:34:29 +0000
commit2100f836ad162d78d2e2c6afb83970a88a9ef4c6 (patch)
tree08e6007f6bd70aa875dbcf003ff88b9240503da1
parentf36ef4a88b116b5250bf8c6652f6bed069827a2d (diff)
CFLAGS+=-D__FORCE_NOGLIBC, not CFLAGS+=__FORCE_NOGLIBC
Change a than to then
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index e28173acb..bf5216fac 100644
--- a/README
+++ b/README
@@ -15,7 +15,7 @@ mips/mipsel, PowerPC, SH, SPARC, and v850 processors.
If you are building an embedded Linux system and you find that
glibc is eating up too much space, you should consider using
uClibc. If you are building a huge fileserver with 12 Terabytes
-of storage, than using glibc may be a better choice...
+of storage, then using glibc may be a better choice...
uClibc is maintained by Erik Andersen and is licensed under the
GNU LIBRARY GENERAL PUBLIC LICENSE . This license allows you to
@@ -56,5 +56,5 @@ Please Note:
presence of a particular library, but rather are used to
define an _interface_. Some programs (such as GNU
binutils) are especially chummy with glibc, and need this
- behavior disabled by adding CFLAGS+=__FORCE_NOGLIBC
+ behavior disabled by adding CFLAGS+=-D__FORCE_NOGLIBC