From ca1b6fc74568e5c272c2b526429fcded5c8bd663 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 4 Mar 2005 01:09:43 +0000 Subject: newlib fixe from Shaun Jackman --- include/busybox.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/busybox.h') diff --git a/include/busybox.h b/include/busybox.h index f6f575957..3ff3d8a37 100644 --- a/include/busybox.h +++ b/include/busybox.h @@ -32,10 +32,10 @@ #include #include -#if __GNU_LIBRARY__ < 5 -#ifndef __dietlibc__ -#error "Sorry, libc5 is not supported" -#endif +#if __GNU_LIBRARY__ < 5 && \ + !defined(__dietlibc__) && \ + !defined(_NEWLIB_VERSION) +#error "Sorry, this libc version is not supported :(" #endif #ifndef BB_EXTRA_VERSION -- cgit v1.2.3