]> The Tcpdump Group git mirrors - tcpdump/commitdiff
use clang-7
authorMichael Richardson <[email protected]>
Thu, 12 Sep 2019 14:26:17 +0000 (10:26 -0400)
committerFrancois-Xavier Le Bail <[email protected]>
Tue, 24 Sep 2019 12:12:09 +0000 (14:12 +0200)
buildem

diff --git a/buildem b/buildem
index 02abb56976ef66465669c1ac9e858e5db5b4c79f..a111f9b8186f1d6fa4ded1928f37f20874147867 100755 (executable)
--- 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