From e3ae349409750cee96c56b4761354f385a53c740 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 13 Nov 2024 18:50:18 -0500 Subject: [PATCH] Reapply "llvm19: remove nocross for aarch64" This reverts commit 183e5946ba42f39758fa1dfac0b3dd46874a3a22. --- srcpkgs/llvm19/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/llvm19/template b/srcpkgs/llvm19/template index dd37b627865..b48cc17e62d 100644 --- a/srcpkgs/llvm19/template +++ b/srcpkgs/llvm19/template @@ -67,7 +67,9 @@ skip_extraction=${_spirv_version}.tar.gz conflicts="llvm18>=0 llvm17>=0 llvm15>=0" lib32disabled=yes python_version=3 -nocross="save the builders!" +if [ "$XBPS_TARGET_MACHINE" != aarch64 ]; then + nocross="save the builders!" +fi CFLAGS="-Wno-unused-command-line-argument" CXXFLAGS="-Wno-unused-command-line-argument"