From 2bad6e84b511ce3ecb91c7bb99dc96d0106b4dbe Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 14 Jan 2017 12:51:45 +0000 Subject: [PATCH] remove an old comment --- debian/rules | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/rules b/debian/rules index e6ce47d8..43b832ca 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,6 @@ TARGET_BUILD := build-llvm DEB_INST := $(CURDIR)/debian/tmp/ -#GCC_VERSION := 4.8 # The 5|6| in the regexp is a crappy workaround. g++ 5.2 in Debian is not providing a g++-5.2 binary (only g++-5) # accomodate that by hardcoding the 5 detection GCC_VERSION := $(shell dpkg-query -W -f '$${Version}' g++ | sed -rne 's,^([0-9]+:)?(5|6|[0-9]+\.[0-9]+|[0-9]+).*$$,\2,p')