mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-12 11:06:17 +00:00
force gcc 4.9
This commit is contained in:
parent
fb41a212fa
commit
87da0c64bc
2
debian/rules
vendored
2
debian/rules
vendored
@ -32,7 +32,7 @@ endif
|
||||
|
||||
ifeq ($(shell dpkg --compare-versions $(shell dpkg-query -W -f '$${Version}' g++-$(GCC_VERSION)) lt 4.7.2-10~ ; echo $$?),0)
|
||||
# Too old version of gcc. Force 4.8
|
||||
GCC_VERSION := 4.8
|
||||
GCC_VERSION := 4.9
|
||||
endif
|
||||
|
||||
export CC=gcc-$(GCC_VERSION)
|
||||
|
Loading…
Reference in New Issue
Block a user