From: Zoltan Varga Date: Wed, 11 Jan 2006 20:56:07 +0000 (+0000) Subject: 2006-01-11 Zoltan Varga X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dc35932fa2624d18191369c3870470d79e6393a1;p=gc 2006-01-11 Zoltan Varga * include/private/gcconfig.h: Undef _FILE_OFFSET_BITS on sparc. svn path=/trunk/mono/; revision=55398 --- diff --git a/ChangeLog b/ChangeLog index cd86c4cc..5ee3519a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-01-11 Zoltan Varga + + * include/private/gcconfig.h: Undef _FILE_OFFSET_BITS on sparc. + 2006-01-03 Geoff Norton * darwin_stop_world.c: Merge a patch from Bruce Mitchener that fixes a small diff --git a/include/private/gcconfig.h b/include/private/gcconfig.h index c5ecb7e5..2bbd38c4 100644 --- a/include/private/gcconfig.h +++ b/include/private/gcconfig.h @@ -834,6 +834,10 @@ # 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[];