From 8556f93a9ec5ed6794eaee1726db6825b5b042fc Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 10 Feb 2010 15:58:45 +0000 Subject: [PATCH] Add i386. --- contrib/crossrpms/patches/newlib-1.18.0-rtems4.10-20100210.diff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/crossrpms/patches/newlib-1.18.0-rtems4.10-20100210.diff b/contrib/crossrpms/patches/newlib-1.18.0-rtems4.10-20100210.diff index 11c8b74285..1fd7e67e6a 100644 --- a/contrib/crossrpms/patches/newlib-1.18.0-rtems4.10-20100210.diff +++ b/contrib/crossrpms/patches/newlib-1.18.0-rtems4.10-20100210.diff @@ -531,7 +531,7 @@ diff -Naur newlib-1.18.0.orig/newlib/libc/sys/rtems/machine/_types.h newlib-1.18 typedef __int32_t blkcnt_t; + +/* EXPERIMENTAL: Use 64bit types */ -+#if defined(__arm__) || defined(__m68k__) || defined(__mips__) || defined(__PPC__) || defined(__sparc__) ++#if defined(__arm__) || defined(__i386__) || defined(__m68k__) || defined(__mips__) || defined(__PPC__) || defined(__sparc__) +/* Use 64bit types */ +typedef __int64_t _off_t; +#define __off_t_defined 1