From 6fb749991268c5ce6a8b7aa7c6fb1611e814e740 Mon Sep 17 00:00:00 2001 From: tma Date: Sat, 13 Oct 2007 12:03:47 +0000 Subject: * Fix to qvm compilation on big endian architectures git-svn-id: svn://svn.icculus.org/quake3/trunk@1197 edf5b092-35ff-0310-97b2-ce42778d08ea --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b096d2f..ec8e540 100644 --- a/Makefile +++ b/Makefile @@ -44,12 +44,12 @@ PLATFORM=$(COMPILE_PLATFORM) endif export PLATFORM -ifndef ARCH -ARCH=$(COMPILE_ARCH) +ifeq ($(COMPILE_ARCH),powerpc) + COMPILE_ARCH=ppc endif -ifeq ($(ARCH),powerpc) - ARCH=ppc +ifndef ARCH +ARCH=$(COMPILE_ARCH) endif export ARCH -- cgit v1.2.3