Fix build on Mac OS 10.6 (Snow Leopard)
authorManuel M T Chakravarty <chak@cse.unsw.edu.au>
Thu, 17 Sep 2009 04:41:21 +0000 (04:41 +0000)
committerManuel M T Chakravarty <chak@cse.unsw.edu.au>
Thu, 17 Sep 2009 04:41:21 +0000 (04:41 +0000)
commitc2cd83e7d85c11e6a33e1cde263eb2312566d535
treee9c96c20e74ff2f82ca2d63c3b2022e634051bb2
parentb9dc90050bf28adeb03e429aac4809661f6080ef
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.
compiler/main/DriverPipeline.hs
compiler/main/DynFlags.hs
rts/ghc.mk