We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee76033 + e2c9c79 commit fc3300cCopy full SHA for fc3300c
make/stanc
@@ -21,9 +21,7 @@ else ifeq ($(OS),Darwin)
21
STANC_XATTR := $(shell xattr bin/mac-stanc 2>/dev/null)
22
else ifeq ($(OS),Linux)
23
OS_TAG := linux
24
- ifeq ($(shell uname -m),mips64)
25
- ARCH_TAG := -mips64el
26
- else ifeq ($(shell uname -m),ppc64le)
+ ifeq ($(shell uname -m),ppc64le)
27
ARCH_TAG := -ppc64el
28
else ifeq ($(shell uname -m),s390x)
29
ARCH_TAG := -s390x
0 commit comments