Revert "llvm19: remove nocross for aarch64"
This reverts commit 71b3cf175f
.
needs further fixes on x86_64 before this happens
This commit is contained in:
parent
71b3cf175f
commit
183e5946ba
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue