From a7bd3bcfecdc02f77161f14654ba2bc02f31a215 Mon Sep 17 00:00:00 2001 From: Daniel Martinez Date: Sat, 9 Nov 2024 13:23:09 -0500 Subject: [PATCH] llvm19: nocross (save the builders!) Closes: #51527 [via git-merge-pr] --- srcpkgs/llvm19/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/llvm19/template b/srcpkgs/llvm19/template index f9c581524c6..a88735d567e 100644 --- a/srcpkgs/llvm19/template +++ b/srcpkgs/llvm19/template @@ -67,6 +67,7 @@ skip_extraction=${_spirv_version}.tar.gz conflicts="llvm18>=0 llvm17>=0 llvm15>=0" lib32disabled=yes python_version=3 +nocross="save the builders!" CFLAGS="-Wno-unused-command-line-argument" CXXFLAGS="-Wno-unused-command-line-argument"