From df97c9815e12c550276d8cff939ce993c5d2b783 Mon Sep 17 00:00:00 2001 From: ludwig Date: Wed, 31 Aug 2005 09:03:28 +0000 Subject: add s390, s390x and ia64. It builds, don't know if it runs tough. git-svn-id: svn://svn.icculus.org/quake3/trunk@44 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/unix/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'code/unix/Makefile') diff --git a/code/unix/Makefile b/code/unix/Makefile index 49b0ff6..399c65e 100644 --- a/code/unix/Makefile +++ b/code/unix/Makefile @@ -106,11 +106,19 @@ ifeq ($(PLATFORM),linux) ifeq ($(ARCH),x86_64) LIB=lib64 else + ifeq ($(ARCH),ppc64) + LIB=lib64 + else + ifeq ($(ARCH),s390x) + LIB=lib64 + else ifeq ($(ARCH),ppc) VM_PPC=vm_none endif endif endif + endif + endif # bk001205: no mo' -I/usr/include/glide, no FX # bk001205: no mo' -Dstricmp=strcasecmp, see q_shared.h -- cgit v1.2.3