diff --git a/configure b/configure index ce103c08375..83bf7718902 100755 --- a/configure +++ b/configure @@ -6,6 +6,7 @@ import re import shlex import subprocess import sys +import platform CC = os.environ.get('CC', 'cc') @@ -420,6 +421,7 @@ def host_arch_cc(): rtn = matchup[i] break + rtn = platform.machine() return rtn