From c2f2da4b7dbaddb3b5fb2063338ef7afd0f50586 Mon Sep 17 00:00:00 2001 From: Gianfranco Costamagna Date: Mon, 12 Jun 2023 19:32:58 +0200 Subject: [PATCH] Merge two i386 sections into a single one --- debian/rules | 4 ---- 1 file changed, 4 deletions(-) diff --git a/debian/rules b/debian/rules index 5b60b57b..536fd994 100755 --- a/debian/rules +++ b/debian/rules @@ -187,10 +187,6 @@ endif ifneq (,$(filter $(DEB_HOST_ARCH),i386)) # Sometimes, i386 needs help with the triple STAGE_ALL_CMAKE_EXTRA += -DLLVM_HOST_TRIPLE=i386-linux-gnu -endif - -ifneq (,$(filter $(DEB_HOST_ARCH),i386)) -# Sometimes, i386 needs help with the triple CMAKE_EXTRA += -DLLVM_HOST_TRIPLE=i386-linux-gnu endif