]> granicus.if.org Git - gc/commitdiff
2006-01-11 Zoltan Varga <vargaz@gmail.com>
authorZoltan Varga <vargaz@gmail.com>
Wed, 11 Jan 2006 20:56:07 +0000 (20:56 +0000)
committerguest <ivmai@mail.ru>
Fri, 29 Jul 2011 11:27:41 +0000 (15:27 +0400)
* include/private/gcconfig.h: Undef _FILE_OFFSET_BITS on sparc.

svn path=/trunk/mono/; revision=55398

ChangeLog
include/private/gcconfig.h

index cd86c4cc9225994ae18350e69b2094634138940c..5ee3519ade2991e1825d4921d31cf84729921147 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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
index c5ecb7e5ffb9018c5907da2bbaa2cbe5f4fb95da..2bbd38c4151cdb1f84ca8222032e8eedb600f47c 100644 (file)
 #     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[];