add s390, s390x and ia64. It builds, don't know if it runs tough.

This commit is contained in:
Ludwig Nussel 2005-08-31 09:03:28 +00:00
parent 77eb7e4147
commit a724f6b04f
4 changed files with 32 additions and 0 deletions

View file

@ -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