newlib fixe from Shaun Jackman
This commit is contained in:
parent
df7bfb433e
commit
ca1b6fc745
@ -32,10 +32,10 @@
|
|||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
#if __GNU_LIBRARY__ < 5
|
#if __GNU_LIBRARY__ < 5 && \
|
||||||
#ifndef __dietlibc__
|
!defined(__dietlibc__) && \
|
||||||
#error "Sorry, libc5 is not supported"
|
!defined(_NEWLIB_VERSION)
|
||||||
#endif
|
#error "Sorry, this libc version is not supported :("
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef BB_EXTRA_VERSION
|
#ifndef BB_EXTRA_VERSION
|
||||||
|
Loading…
Reference in New Issue
Block a user