newlib fixe from Shaun Jackman

This commit is contained in:
Mike Frysinger 2005-03-04 01:09:43 +00:00
parent df7bfb433e
commit ca1b6fc745

View File

@ -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