From 44271398bdde8a02b5b1c596ddc76f144e21eb28 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Mon, 29 Aug 2011 12:26:24 -0500 Subject: [PATCH] [devel] Revise makefile.darwin to support both i386 and 64-bit architecture by default. --- scripts/makefile.darwin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/makefile.darwin b/scripts/makefile.darwin index d6647bc5d..337a8151e 100644 --- a/scripts/makefile.darwin +++ b/scripts/makefile.darwin @@ -37,7 +37,7 @@ MKDIR_P=mkdir -p LN_SF=ln -sf RANLIB=ranlib RM_F=/bin/rm -f -ARCH=-arch i386 +ARCH="-arch i386 -arch x86_64" # CFLAGS=-I$(ZLIBINC) -W -Wall -O3 -funroll-loops CFLAGS=-I$(ZLIBINC) -W -Wall -O -funroll-loops $(ARCH)