--- a/configure 2022-03-27 20:39:42.000000000 -0300+++ b/configure 2022-06-18 15:34:56.148397566 -0300@@ -174,6 +174,8 @@
else
cc=${CROSS_PREFIX}cc
fi
+else+ cc=${CC}
fi
cflags=${CFLAGS-"-O3"}
# to force the asm version use: CFLAGS="-O3 -DASMV" ./configure