Merge two i386 sections into a single one

This commit is contained in:
Gianfranco Costamagna 2023-06-12 19:32:58 +02:00
parent fd24443750
commit c2f2da4b7d

4
debian/rules vendored
View File

@ -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