summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2009-11-05 18:54:20 -0800
committerPixel <pixel@nobis-crew.org>2009-11-05 18:54:20 -0800
commit03dc6fdc539ba032ee904d11dfe042ff50d471f9 (patch)
tree9a01138499c50989a40c2ce497dcf25b57642648 /Makefile
parent38f828fc3c4c3437a13c06024bc37354a993778a (diff)
It's actually going to be difficult to support anything else than i386...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f2cb29c..6515d74 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ MACHINE=$(shell uname -m)
DISTRIB=$(shell cat /etc/issue | cut -f 1 -d\ | head -1)
GL_GLUE=gl-glue.s
ifeq ($(SYSTEM),Darwin)
-ARCH_FLAGS=-arch i386 -arch x86_64 -arch ppc
+ARCH_FLAGS=-arch i386
LDFLAGS_MESA=-all_load ../Mesa-7.4.4/lib/libGLU.a ../Mesa-7.4.4/lib/libmesa.a ../Mesa-7.4.4/lib/libglapi.a ../Mesa-7.4.4/lib/osmesa.o
CPPFLAGS_READLINE=
LDFLAGS_READLINE=-lreadline -lncurses