From: Michael Richardson Date: Thu, 12 Sep 2019 14:26:17 +0000 (-0400) Subject: use clang-7 X-Git-Tag: tcpdump-4.9.3~38 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/21c855ef6c5ef80da25f7339fe4a28b39703033b use clang-7 --- diff --git a/buildem b/buildem index 02abb569..a111f9b8 100755 --- a/buildem +++ b/buildem @@ -15,7 +15,7 @@ do i386) CFLAGS="-m32 $CFLAGS"; export LDFLAGS="-m32"; export CXXFLAGS=-m32; target="i686-pc-linux-gnu" ;; esac ( - for compiler in clang-6.0 gcc + for compiler in clang-7 gcc do mkdir -p $arch/$compiler set -x