From 87da0c64bcc6092a72d52fe4d645fc35f6ba263e Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 21 Nov 2014 10:24:14 +0000 Subject: [PATCH] force gcc 4.9 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 197e51fd..7b937e50 100755 --- a/debian/rules +++ b/debian/rules @@ -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)