mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-15 03:40:31 +00:00
Add also Ubuntu focal to the gcc-8 arch list
This commit is contained in:
parent
eb5ffd1130
commit
49810f80e1
2
debian/rules
vendored
2
debian/rules
vendored
@ -76,7 +76,7 @@ ifeq ($(shell dpkg --compare-versions $(shell dpkg-query -W -f '$${Version}' lib
|
|||||||
Z3_FLAG = -DLLVM_ENABLE_Z3_SOLVER=ON
|
Z3_FLAG = -DLLVM_ENABLE_Z3_SOLVER=ON
|
||||||
endif
|
endif
|
||||||
|
|
||||||
FORCE_NOT_GCC_9_DISTRO := eoan bullseye sid
|
FORCE_NOT_GCC_9_DISTRO := eoan focal bullseye sid
|
||||||
ifneq (,$(filter $(DISTRO),$(FORCE_NOT_GCC_9_DISTRO)))
|
ifneq (,$(filter $(DISTRO),$(FORCE_NOT_GCC_9_DISTRO)))
|
||||||
# Force gcc before 9 (gcc 8 on Debian unstable) because it causes
|
# Force gcc before 9 (gcc 8 on Debian unstable) because it causes
|
||||||
# huge increase of the size of the .deb (because of .a and .so) and issues in the libs
|
# huge increase of the size of the .deb (because of .a and .so) and issues in the libs
|
||||||
|
Loading…
Reference in New Issue
Block a user