Revert "llvm19: remove nocross for aarch64"

This reverts commit 71b3cf175f.

needs further fixes on x86_64 before this happens
This commit is contained in:
classabbyamp 2024-11-13 09:00:58 -05:00
parent 71b3cf175f
commit 183e5946ba
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 1 additions and 3 deletions

View File

@ -67,9 +67,7 @@ skip_extraction=${_spirv_version}.tar.gz
conflicts="llvm18>=0 llvm17>=0 llvm15>=0" conflicts="llvm18>=0 llvm17>=0 llvm15>=0"
lib32disabled=yes lib32disabled=yes
python_version=3 python_version=3
if [ "$XBPS_TARGET_MACHINE" != aarch64 ]; then
nocross="save the builders!" nocross="save the builders!"
fi
CFLAGS="-Wno-unused-command-line-argument" CFLAGS="-Wno-unused-command-line-argument"
CXXFLAGS="-Wno-unused-command-line-argument" CXXFLAGS="-Wno-unused-command-line-argument"