[git commit master 1/1] Remove check for supported libc.

Denys Vlasenko vda.linux at googlemail.com
Sun Oct 24 01:02:57 UTC 2010


commit: http://git.busybox.net/busybox/commit/?id=58647e8f851e9639d1b386c67c44ca070d1c9a49
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

If it is not supported, it won't work. No need to break working ones
which happen to this over this check.

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 include/platform.h |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/include/platform.h b/include/platform.h
index b5c6685..6563276 100644
--- a/include/platform.h
+++ b/include/platform.h
@@ -264,15 +264,6 @@ typedef uint32_t bb__aliased_uint32_t FIX_ALIASING;
 
 /* ---- Miscellaneous --------------------------------------- */
 
-#if defined(__GNU_LIBRARY__) && __GNU_LIBRARY__ < 5 && \
-	!defined(__dietlibc__) && \
-	!defined(_NEWLIB_VERSION) && \
-	!(defined __digital__ && defined __unix__)
-# error "Sorry, this libc version is not supported :("
-#endif
-
-/* Don't perpetuate e2fsck crap into the headers.  Clean up e2fsck instead. */
-
 #if defined __GLIBC__ || defined __UCLIBC__ \
  || defined __dietlibc__ || defined _NEWLIB_VERSION
 # include <features.h>
-- 
1.7.1



More information about the busybox-cvs mailing list