From: Zoltan Varga Date: Wed, 22 Jun 2005 09:03:45 +0000 (+0000) Subject: 2005-06-22 Zoltan Varga X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a77eba3ca68c4353be96235d4308775bf10c8761;p=gc 2005-06-22 Zoltan Varga * include/private/gcconfig.h: Fix amd64 build. svn path=/trunk/mono/; revision=46355 --- diff --git a/ChangeLog b/ChangeLog index 632946b7..3393ebea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-06-22 Zoltan Varga + + * include/private/gcconfig.h: Fix amd64 build. + 2005-06-21 Ben Maurer * configure.host: remove -fexceptions, messes up with nptl diff --git a/include/private/gcconfig.h b/include/private/gcconfig.h index 16dd7cfc..e8dad2e8 100644 --- a/include/private/gcconfig.h +++ b/include/private/gcconfig.h @@ -1832,7 +1832,9 @@ # ifdef LINUX # define OS_TYPE "LINUX" # define LINUX_STACKBOTTOM +# ifndef USE_MMAP # define FALLBACK_TO_MMAP +# endif # if !defined(GC_LINUX_THREADS) || !defined(REDIRECT_MALLOC) # define MPROTECT_VDB # else