summaryrefslogtreecommitdiff
path: root/Makerules
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2013-04-11 12:05:43 +0200
committerRobin Watts <robin.watts@artifex.com>2013-04-11 13:58:58 +0100
commit5ff123aed2b3853a4765a0d85de18d7074c2e1ec (patch)
tree14a486e38ce7c9a1cd376d79d5559d2e377e0923 /Makerules
parent3f509a3293fb2ed5408c62f1a1dad22db8da6aab (diff)
downloadmupdf-5ff123aed2b3853a4765a0d85de18d7074c2e1ec.tar.xz
Remove explicit architecture settings in Makerules for OS X.
Diffstat (limited to 'Makerules')
-rw-r--r--Makerules7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makerules b/Makerules
index 28a98123..106957d3 100644
--- a/Makerules
+++ b/Makerules
@@ -48,13 +48,6 @@ CFLAGS += -I/usr/X11R6/include
LDFLAGS += -L/usr/X11R6/lib
RANLIB_CMD = ranlib $@
X11_LIBS := -lX11 -lXext
-ifeq "$(arch)" "amd64"
-CFLAGS += -m64
-LDFLAGS += -m64
-else
-CFLAGS += -m32
-LDFLAGS += -m32
-endif
endif
# The following section is an example of how to simply do cross-compilation