diff options
author | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-03-04 01:09:43 +0000 |
---|---|---|
committer | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-03-04 01:09:43 +0000 |
commit | 5133b86bef95e08cbf4b1e0dbb274ef8ad91f029 (patch) | |
tree | f584ca24641e674c21755221a03c6fe6a6fbff82 | |
parent | 3d061e9708dc930705e0d729df18226c0318a1d9 (diff) | |
download | busybox-w32-5133b86bef95e08cbf4b1e0dbb274ef8ad91f029.tar.gz busybox-w32-5133b86bef95e08cbf4b1e0dbb274ef8ad91f029.tar.bz2 busybox-w32-5133b86bef95e08cbf4b1e0dbb274ef8ad91f029.zip |
newlib fixe from Shaun Jackman
git-svn-id: svn://busybox.net/trunk/busybox@9969 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | include/busybox.h | 8 |
1 files changed, 4 insertions, 4 deletions
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 @@ | |||
32 | #include <sys/stat.h> | 32 | #include <sys/stat.h> |
33 | #include <sys/types.h> | 33 | #include <sys/types.h> |
34 | 34 | ||
35 | #if __GNU_LIBRARY__ < 5 | 35 | #if __GNU_LIBRARY__ < 5 && \ |
36 | #ifndef __dietlibc__ | 36 | !defined(__dietlibc__) && \ |
37 | #error "Sorry, libc5 is not supported" | 37 | !defined(_NEWLIB_VERSION) |
38 | #endif | 38 | #error "Sorry, this libc version is not supported :(" |
39 | #endif | 39 | #endif |
40 | 40 | ||
41 | #ifndef BB_EXTRA_VERSION | 41 | #ifndef BB_EXTRA_VERSION |