FLAIM change. Minor update to support building on Ubuntu/SPARC.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@726 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
ahodgkinson
2006-07-31 15:33:47 +00:00
parent 78fe7721a6
commit fa756958bc

View File

@@ -309,10 +309,9 @@ ifeq (,$(HOSTTYPE))
ifneq (,$(findstring nvalid,$(HOSTTYPE)))
HOSTTYPE := $(shell uname -m)
endif
endif
ifeq (,$(HOSTTYPE))
HOSTYPE := $(shell uname -p)
ifneq (,$(findstring unknown,$(HOSTTYPE)))
HOSTTYPE := $(shell uname -m)
endif
endif
ifeq (,$(HOSTTYPE))