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