From 11c19253ae20c07b3a79c58b91900fb8bc49828d Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 13 Nov 2024 07:10:41 -0500 Subject: [PATCH] llvm19: disable flang by default --- srcpkgs/llvm19/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/llvm19/template b/srcpkgs/llvm19/template index a99664ebdb3..e78891bf3ca 100644 --- a/srcpkgs/llvm19/template +++ b/srcpkgs/llvm19/template @@ -88,7 +88,7 @@ esac case "$XBPS_TARGET_MACHINE" in x86_64*|aarch64*|riscv64*) - build_options_default+=" flang bolt" + build_options_default+=" bolt" if [ -z "$CROSS_BUILD" ]; then build_options_default+=" offload" fi