Skip to content

Commit a733e8a

Browse files
authored
Don't set HAVE_SSP unconditionally on aarch64 (#43555)
There is no plausible reason for this. And indeed, this patch fixes compilation for the libjulia_jll builder on Yggdrasil which currently fails due to the absence of libssp. The removed line was introduced in PR #41936 but without any justification that I could discern, so it might have just slipped in there accidentally.
1 parent 697a40b commit a733e8a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Make.inc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,6 @@ OPENBLAS_DYNAMIC_ARCH:=0
891891
OPENBLAS_TARGET_ARCH:=ARMV8
892892
USE_BLAS64:=1
893893
BINARY:=64
894-
HAVE_SSP:=1
895894
ifeq ($(OS),Darwin)
896895
# Apple Chips are all at least A12Z
897896
MCPU:=apple-a12

0 commit comments

Comments
 (0)