From: Manuel M T Chakravarty Date: Thu, 17 Sep 2009 04:41:21 +0000 (+0000) Subject: Fix build on Mac OS 10.6 (Snow Leopard) X-Git-Tag: 2009-11-15~314 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=c2cd83e7d85c11e6a33e1cde263eb2312566d535;hp=c2cd83e7d85c11e6a33e1cde263eb2312566d535;p=ghc-hetmet.git Fix build on Mac OS 10.6 (Snow Leopard) - We have -m32 as machine-dependent option for gcc for a 32 bit build - Like on OpenBSD, SL requires -fno-stack-protector to avoid triggering the stack smashing checks inserted by gcc by default on this platform. ---