commit | ca1b6fc74568e5c272c2b526429fcded5c8bd663 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Fri Mar 04 01:09:43 2005 +0000 |
committer | Mike Frysinger <vapier@gentoo.org> | Fri Mar 04 01:09:43 2005 +0000 |
tree | f584ca24641e674c21755221a03c6fe6a6fbff82 | |
parent | df7bfb433e23eac81ad0feb946d0a1e62be01d03 [diff] [blame] |
newlib fixe from Shaun Jackman
diff --git a/include/busybox.h b/include/busybox.h index f6f5759..3ff3d8a 100644 --- a/include/busybox.h +++ b/include/busybox.h
@@ -32,10 +32,10 @@ #include <sys/stat.h> #include <sys/types.h> -#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