r1194 - trunk
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Fri Oct 12 06:25:13 EDT 2007
Author: ludwig
Date: 2007-10-12 06:25:13 -0400 (Fri, 12 Oct 2007)
New Revision: 1194
Modified:
trunk/Makefile
Log:
actually build 64bit binaries on ppc64
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2007-10-09 20:50:18 UTC (rev 1193)
+++ trunk/Makefile 2007-10-12 10:25:13 UTC (rev 1194)
@@ -257,7 +257,12 @@
# linux32 make ...
BASE_CFLAGS += -m32
LDFLAGS+=-m32
+ else
+ ifeq ($(ARCH),ppc64)
+ BASE_CFLAGS += -m64
+ LDFLAGS += -m64
endif
+ endif
DEBUG_CFLAGS = $(BASE_CFLAGS) -g -O0
RELEASE_CFLAGS=$(BASE_CFLAGS) -DNDEBUG $(OPTIMIZE)
More information about the quake3-commits
mailing list