summaryrefslogtreecommitdiff
path: root/build_common.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build_common.sh')
-rw-r--r--build_common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_common.sh b/build_common.sh
index 8edd0b97..794ec2c6 100644
--- a/build_common.sh
+++ b/build_common.sh
@@ -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
;;