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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user