diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-02-12 13:15:03 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-02-12 13:15:03 +0000 |
commit | 7d7d0766d2b4950c0b82b646ddc9bed3bfd04f63 (patch) | |
tree | b1c5b21507fd62991f665cac01cb80e33007aa95 | |
parent | 314ed0a58bff27fb2753395d2e42174f12fc1f55 (diff) |
Minor update regarding binutils
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -54,7 +54,7 @@ Please Note: developers intended. This is IMHO, pardonable, since these defines are not really intended to check for the 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 may need - this behavior disabled by adding CFLAGS+=-D__FORCE_NOGLIBC + define an _interface_. Some programs are especially + chummy with glibc, and may need this behavior disabled + by adding CFLAGS+=-D__FORCE_NOGLIBC |