]> The Tcpdump Group git mirrors - tcpdump/commitdiff
CI: GCC can appear as "egcc" on OpenBSD. [skip ci]
authorDenis Ovsienko <[email protected]>
Mon, 26 Jul 2021 11:46:33 +0000 (12:46 +0100)
committerDenis Ovsienko <[email protected]>
Mon, 26 Jul 2021 11:48:01 +0000 (12:48 +0100)
build_common.sh

index 8edd0b971ea3b71aa9db3d82877d7554e36bf665..794ec2c6850a095c09ae4bdb1645931b447708f9 100644 (file)
@@ -69,7 +69,7 @@ print_sysinfo() {
 # shellcheck disable=SC2006
 print_cc_version() {
     case `basename "$CC"` in
-    gcc*|clang*)
+    gcc*|egcc*|clang*)
         # GCC and Clang recognize --version, print to stdout and exit with 0.
         "$CC" --version
         ;;