summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2009-11-05 18:58:14 -0800
committerPixel <pixel@nobis-crew.org>2009-11-05 18:58:14 -0800
commitfc352ee4fc7b293000c7337aedc16eecf0e23f98 (patch)
treec9cbe85dc437226a54ed434c72096f81d4571d0b
parenta874ea534e7cda1189634fe5f3ab28ae9b8e529e (diff)
Let's settle this to i386.
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5263756..5b4066f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,12 +1,12 @@
SYSTEM=$(shell uname)
ifeq ($(SYSTEM),Darwin)
-ARCH_FLAGS=-arch i386 -arch x86_64 -arch ppc
+ARCH_FLAGS=-arch i386
SHARED_FLAGS=-dynamiclib
SHARED_EXT=dylib
SQL_LIBS=/sw/lib/mysql/libmysqlclient.a -lz
OSMESA_LIBS = -lMagick++ -lMagick -lWand -lMagick
CPPFLAGS = -dynamic
-LD = g++
+LD = g++ -arch i386
else
ARCH_FLAGS=-march=i686 -m32
SHARED_FLAGS=-shared