From 2d93e7198e1a3d503fc9bc931df3e63771574584 Mon Sep 17 00:00:00 2001 From: ludwig Date: Fri, 12 Oct 2007 10:25:13 +0000 Subject: actually build 64bit binaries on ppc64 git-svn-id: svn://svn.icculus.org/quake3/trunk@1194 edf5b092-35ff-0310-97b2-ce42778d08ea --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index ba39d1f..f8748a1 100644 --- a/Makefile +++ b/Makefile @@ -257,6 +257,11 @@ ifeq ($(PLATFORM),linux) # linux32 make ... BASE_CFLAGS += -m32 LDFLAGS+=-m32 + else + ifeq ($(ARCH),ppc64) + BASE_CFLAGS += -m64 + LDFLAGS += -m64 + endif endif DEBUG_CFLAGS = $(BASE_CFLAGS) -g -O0 -- cgit v1.2.3