diff -r 7c3045cd08a3 -r d75ef5fa5b02 common/autoconf/platform.m4 --- a/common/autoconf/platform.m4 Mon Aug 06 13:27:16 2018 +0800 +++ b/common/autoconf/platform.m4 Fri Sep 07 10:22:27 2018 +0800 @@ -580,6 +580,12 @@ BUILDER_NAME=`cat /etc/issue | head -n 1 | cut -d " " -f 1` fi fi +if test -f /etc/redhat-release; then + etc_issue_info=`cat /etc/redhat-release` + if test -n "$etc_issue_info"; then + BUILDER_NAME=`cat /etc/redhat-release | head -n 1 | cut -d " " -f 1` + fi +fi if test -f /etc/neokylin-release; then etc_issue_info=`cat /etc/neokylin-release` if test -n "$etc_issue_info"; then