diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-04-22 16:50:52 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-04-22 16:50:52 +0000 |
commit | 15844e561868cbf5b580941d6dc5118d116a0a1e (patch) | |
tree | b9aef3cb474e22113d2c1af0e0662b30d80b5244 /INSTALL | |
parent | e261c8f8e55fccea5e9ae4e26cdb6c837e17304c (diff) |
Minor updates.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -50,15 +50,3 @@ Note: additional information concerning what options and environment variables the gcc wrapper handles. -Note2: - - There is an unwholesomely huge amount of code out there that - depends on the presence of GNU libc header files. We have GNU - libc header files. So we have committed a horrible sin in - uClibc. We _lie_ and claim to be GNU libc in order to force - many applications to work as their 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 need - this behavior disabled by adding CFLAGS+=-D__FORCE_NOGLIBC |