From e8c2d0e32888730ad5fa16e1441de1a4e1a3a64a Mon Sep 17 00:00:00 2001 From: q66 Date: Tue, 18 May 2021 03:08:06 +0200 Subject: [PATCH] llvm12: disable lldb on i686 --- srcpkgs/llvm12/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/llvm12/template b/srcpkgs/llvm12/template index ce1abfdc731..7069f544973 100644 --- a/srcpkgs/llvm12/template +++ b/srcpkgs/llvm12/template @@ -73,7 +73,7 @@ _libomp_enable=no case "$XBPS_TARGET_MACHINE" in ppc64le*) ;; - ppc*) _lldb_enable=no ;; + ppc*|i686*) _lldb_enable=no ;; esac case "$XBPS_TARGET_MACHINE" in