newlib fixe from Shaun Jackman
This commit is contained in:
parent
df7bfb433e
commit
ca1b6fc745
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user