Added support for changed architecture detection method
FossilOrigin-Name: 16da997369823e23b744c71d649bb9f45a361727d61c34a6ba61b519575771f4
This commit is contained in:
parent
3ae2c59992
commit
c60b757cd2
@ -3,7 +3,8 @@ ifndef CC
|
||||
endif
|
||||
SYSARCH := $(shell uname -m)
|
||||
ifndef ARCH
|
||||
ARCH=$(SYSARCH)
|
||||
# ARCH=$(SYSARCH)
|
||||
ARCH = $(shell $(CC) -dumpmachine)
|
||||
endif
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user