mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 12:59:10 +00:00
try to remove the powerpc workaround for trusty
This commit is contained in:
parent
1243584e94
commit
077d81d71a
7
debian/rules
vendored
7
debian/rules
vendored
@ -234,6 +234,13 @@ endif
|
||||
endif
|
||||
endif
|
||||
|
||||
OLD_DH_DISTRO := trusty
|
||||
ifneq (,$(filter $(DISTRO),$(OLD_DH_DISTRO)))
|
||||
# DH doesn't support the [power ...] in install
|
||||
# fails with cp: cannot stat 'debian/tmp/[!powerpc': No such file or directory
|
||||
$(shell sed -e "s|\[\!powerpc \!powerpcspe\] ||g" llvm-$(LLVM_VERSION)-dev.install)
|
||||
endif
|
||||
|
||||
DH_OPTIONS=
|
||||
OCAML_ENABLE= no
|
||||
OCAML_ARCHS := amd64 arm64 armhf i386 ppc64el s390x
|
||||
|
Loading…
Reference in New Issue
Block a user