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)
- 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.


No differences found