mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-12 06:02:07 +00:00
sid should also get gcc 8
This commit is contained in:
parent
386d2533e6
commit
5fcf7987d6
2
debian/rules
vendored
2
debian/rules
vendored
@ -67,7 +67,7 @@ ifeq ($(shell dpkg --compare-versions $(shell dpkg-query -W -f '$${Version}' g++
|
|||||||
GCC_VERSION := 4.9
|
GCC_VERSION := 4.9
|
||||||
endif
|
endif
|
||||||
|
|
||||||
FORCE_NOT_GCC_9_DISTRO := eoan bullseye
|
FORCE_NOT_GCC_9_DISTRO := eoan bullseye sid
|
||||||
ifneq (,$(filter $(DISTRO),$(FORCE_NOT_GCC_9_DISTRO)))
|
ifneq (,$(filter $(DISTRO),$(FORCE_NOT_GCC_9_DISTRO)))
|
||||||
# Force gcc-8
|
# Force gcc-8
|
||||||
GCC_VERSION := 8
|
GCC_VERSION := 8
|
||||||
|
Loading…
Reference in New Issue
Block a user