From 209672f9bba667ea0fc7bce364ef0ad1c8bc4d2a Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Fri, 15 Jul 2016 16:44:13 +0200 Subject: Upgrade clang to 3.8 Signed-off-by: Szczepan Zalega --- unittest/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unittest') diff --git a/unittest/Makefile b/unittest/Makefile index aa9d53a..9e8fbc1 100644 --- a/unittest/Makefile +++ b/unittest/Makefile @@ -1,6 +1,6 @@ CC = $(PREFIX)-gcc #CXX = $(PREFIX)-g++ -CXX = clang++-3.6 +CXX = clang++-3.8 LD = $(CXX) INCLUDE = -I../include -ICatch/single_include/ -- cgit v1.2.1