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