Use gcc for start in 'make verify'

Change-Id: I8ef5f8aeb9af5127337163c4767bfa92b62f8175
Signed-off-by: Damjan Marion <damarion@cisco.com>
This commit is contained in:
Damjan Marion 2016-11-11 23:59:48 +01:00 committed by Ed Warnicke
parent ad95b5df27
commit 7f3c36bb85

View File

@ -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