mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-27 08:15:28 +00:00
Merge two i386 sections into a single one
This commit is contained in:
parent
fd24443750
commit
c2f2da4b7d
4
debian/rules
vendored
4
debian/rules
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user