Attempt to fix 32 bit OSX build. The fix consists of adding -m32 and -m64
commit6e13c35334200e7ef918308aeb820404d7b35283
authorMilutin Jovanovic <jovanovic.milutin@gmail.com>
Thu, 16 Feb 2012 16:24:14 +0000 (16 11:24 -0500)
committerMilutin Jovanovic <jovanovic.milutin@gmail.com>
Thu, 16 Feb 2012 16:24:14 +0000 (16 11:24 -0500)
treeed2b53bf44a284486685397ad459d737c10241af
parent8ca8b08890c220a9e238c711aef96b49727e80f0
Attempt to fix 32 bit OSX build. The fix consists of adding -m32 and -m64
to the appropriate CFLAGS. In addition, memory hooks are very different
on OSX, so build of bcheck.c had to be disabled for now.

Change of the CFLAGS does affect builds on other platforms, and this needs
to be tested.
Makefile
lib/Makefile