From 967047f328ba8e5a2172ab24200dc6481aa48927 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Fri, 12 Jun 2020 07:37:03 +0200 Subject: configure: factorize code. --- configure | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure b/configure index 7e35d451b..a1a4826b4 100755 --- a/configure +++ b/configure @@ -225,8 +225,7 @@ echo "Build machine is: $build" # For mcode, check that gcc emits i386 if test $backend = mcode; then - gcc_machine=`$CC $CFLAGS -dumpmachine` - case "$gcc_machine" in + case "$build" in i[3-6]86*) mcode64="" ;; x86_64*) mcode64="64" ;; *) -- cgit v1.2.3