removed 'arch' command completely

This commit is contained in:
czurnieden 2019-02-28 11:28:07 +01:00
parent ec79562352
commit 13bc0b55e9

View File

@ -92,7 +92,7 @@ endif
ifeq ($(PLATFORM),FreeBSD)
_ARCH := $(shell sysctl -b hw.machine_arch)
else
_ARCH := $(shell sh -c "if command -v arch 1> /dev/null;then arch;else uname -m;fi")
_ARCH := $(shell uname -m)
endif
# adjust coverage set