Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2012-05-10 10:59:58 +0400
committerCorinna Vinschen <corinna@vinschen.de>2012-05-10 10:59:58 +0400
commitcc580eddd39940568c34ce3753ae40c9b9091fc7 (patch)
treee8961675af9d9838c2f2322bb5afe731844a6264 /newlib/libc/sys/rtems
parent3ef81a86fbbcd3fd35cc1fd93b1c33d8e66a364b (diff)
* libc/sys/rtems/machine/_types.h: Add Microblaze.
Diffstat (limited to 'newlib/libc/sys/rtems')
-rw-r--r--newlib/libc/sys/rtems/machine/_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/sys/rtems/machine/_types.h b/newlib/libc/sys/rtems/machine/_types.h
index 2e0204335..308bfda71 100644
--- a/newlib/libc/sys/rtems/machine/_types.h
+++ b/newlib/libc/sys/rtems/machine/_types.h
@@ -13,7 +13,7 @@
* could be applied here.
*/
-#if defined(__i386__) || defined(__m32r__) || defined(__h8300__) || defined(__arm__) || defined(__bfin__) || defined(__m68k__)
+#if defined(__i386__) || defined(__m32r__) || defined(__h8300__) || defined(__arm__) || defined(__bfin__) || defined(__m68k__) || defined(__MICROBLAZE__)
#if defined(__H8300__)
typedef signed int _ssize_t;
#else