From 7f3c36bb852017c2edbeb609a5e10446a7605157 Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Fri, 11 Nov 2016 23:59:48 +0100 Subject: Use gcc for start in 'make verify' Change-Id: I8ef5f8aeb9af5127337163c4767bfa92b62f8175 Signed-off-by: Damjan Marion --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6b1f13a7382..5d20bd23350 100644 --- a/Makefile +++ b/Makefile @@ -330,6 +330,5 @@ wipe-doxygen: $(call make-doxy) verify: $(BR)/.bootstrap.ok - @sudo -E apt-get $(CONFIRM) $(FORCE) install clang - @make -C build-root CC=clang PLATFORM=vpp TAG=vpp wipe-all install-packages - @make -C build-root CC=clang PLATFORM=vpp_lite TAG=vpp_lite wipe-all install-packages + @make -C build-root PLATFORM=vpp TAG=vpp wipe-all install-packages + @make -C build-root PLATFORM=vpp_lite TAG=vpp_lite wipe-all install-packages -- cgit 1.2.3-korg