Added support for changed architecture detection method

FossilOrigin-Name: 16da997369823e23b744c71d649bb9f45a361727d61c34a6ba61b519575771f4
This commit is contained in:
7u83@mail.ru 2014-07-20 10:49:17 +00:00
parent 3ae2c59992
commit c60b757cd2
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@ ifndef CC
endif
SYSARCH := $(shell uname -m)
ifndef ARCH
ARCH=$(SYSARCH)
# ARCH=$(SYSARCH)
ARCH = $(shell $(CC) -dumpmachine)
endif