[Sumover-dev] [svn commit] r4538 - common/trunk

Piers O'Hanlon p.ohanlon at cs.ucl.ac.uk
Mon Dec 28 11:33:41 GMT 2009


Author: piers
Date: Mon Dec  7 23:39:55 2009
New Revision: 4538

Modified:
   common/trunk/configure
   common/trunk/configure.in

Log:
Updated configure to check if gcc generates 64-bit binaries on OSX -
if so it adds the -arch i386
-arch x86_64 directives to enable universal binary version of the
library with 32-bit and 64-bit
support. Also added a linker directive -mmacosx-version-min=10.4 to
enable OSX10.4 (Tiger) compatibility mode.


Modified: common/trunk/configure
==============================================================================
--- common/trunk/configure	(original)
+++ common/trunk/configure	Mon Dec  7 23:39:55 2009
....
[trimmed]....



More information about the Sumover-dev mailing list