Skip to content

Commit e2c9c79

Browse files
committed
Remove make logic to download stanc3 on mips64el
1 parent b178188 commit e2c9c79

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

make/stanc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ else ifeq ($(OS),Darwin)
2121
STANC_XATTR := $(shell xattr bin/mac-stanc 2>/dev/null)
2222
else ifeq ($(OS),Linux)
2323
OS_TAG := linux
24-
ifeq ($(shell uname -m),mips64)
25-
ARCH_TAG := -mips64el
26-
else ifeq ($(shell uname -m),ppc64le)
24+
ifeq ($(shell uname -m),ppc64le)
2725
ARCH_TAG := -ppc64el
2826
else ifeq ($(shell uname -m),s390x)
2927
ARCH_TAG := -s390x

0 commit comments

Comments
 (0)