* include/private/gcconfig.h: Undef _FILE_OFFSET_BITS on sparc.
svn path=/trunk/mono/; revision=55398
+2006-01-11 Zoltan Varga <vargaz@gmail.com>
+
+ * include/private/gcconfig.h: Undef _FILE_OFFSET_BITS on sparc.
+
2006-01-03 Geoff Norton <gnorton@customerdna.com>
* darwin_stop_world.c: Merge a patch from Bruce Mitchener that fixes a small
# define CPP_WORDSZ 32
# endif
# define ALIGN_DOUBLE
+# ifdef _FILE_OFFSET_BITS
+# undef _FILE_OFFSET_BITS /* libelf.h & procfs.h doesn't compile with large file support */
+# define _FILE_OFFSET_BITS 32
+# endif
# ifdef SUNOS5
# define OS_TYPE "SUNOS5"
extern int _etext[];