> MATRIX_CC=gcc MATRIX_CMAKE=yes ./build_matrix.sh SunOS unstable11s 5.11 11.3 sun4u sparc SUNW,SPARC-Enterprise OS identification: SunOS-5.11 Sunday, August 8, 2021 11:02:23 AM CEST PREFIX set to '/tmp/tcpdump_build_matrix.XXoP3bDd' Use system libpcap make: Fatal error: Don't know how to make target `distclean' (Ignoring the make error.) ===== SETUP 1: BUILD_LIBPCAP=no REMOTE=? CC=gcc CMAKE=yes CRYPTO=no SMB=no ===== $ ./build.sh gcc (GCC) 7.3.0 Copyright (C) 2017 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Compiler identification: gcc-7.3.0 $ rm -rf build $ mkdir build $ cd build $ cmake -DWITH_CRYPTO=no -DENABLE_SMB=no -DEXTRA_CFLAGS=-Werror -DCMAKE_INSTALL_PREFIX=/tmp/tcpdump_build_matrix.XXoP3bDd .. -- The C compiler identification is GNU 7.3.0 -- The CXX compiler identification is SunPro 5.9.0 -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/CC -- Check for working CXX compiler: /usr/bin/CC -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Error at CMakeLists.txt:62 (message): Architecture flags must be set in both CFLAGS and CXXFLAGS -- Configuring incomplete, errors occurred!