From: Damjan Marion Date: Fri, 11 Nov 2016 22:59:48 +0000 (+0100) Subject: Use gcc for start in 'make verify' X-Git-Tag: odp_vpp~1105 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=7f3c36bb852017c2edbeb609a5e10446a7605157;p=odp4vpp.git Use gcc for start in 'make verify' Change-Id: I8ef5f8aeb9af5127337163c4767bfa92b62f8175 Signed-off-by: Damjan Marion --- diff --git a/Makefile b/Makefile index 6b1f13a7..5d20bd23 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