From 7ea3975d1f9713787d8442b64fcbc2dfb1f496a0 Mon Sep 17 00:00:00 2001 From: Ed Kern Date: Thu, 17 May 2018 08:55:59 -0600 Subject: Makefile: 1801 only change to revert its clang version Base build image now uses clang 5 as default but this new version throws errors that the older 3.8 did not. Change-Id: I938ffc4464bf45dd52bc3ca4270db52e21865fc6 Signed-off-by: Ed Kern --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ec3e92d8410..a93c20e53e4 100644 --- a/Makefile +++ b/Makefile @@ -522,7 +522,7 @@ ifeq ($(OS_ID)-$(OS_VERSION_ID),ubuntu-16.04) @sudo -E apt-get update @sudo -E apt-get $(CONFIRM) $(FORCE) install clang $(call banner,"Building for PLATFORM=vpp using clang") - @make -C build-root CC=clang PLATFORM=vpp TAG=vpp_clang wipe-all install-packages + @make -C build-root CC=clang-3.8 PLATFORM=vpp TAG=vpp_clang wipe-all install-packages endif $(call banner,"Building sample-plugin") @make -C build-root PLATFORM=vpp TAG=vpp sample-plugin-install -- cgit 1.2.3-korg