aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 52ff4a0..3fa3e86 100755
--- a/configure
+++ b/configure
@@ -174,7 +174,10 @@ if test -z "$CC"; then
174 else 174 else
175 cc=${CROSS_PREFIX}cc 175 cc=${CROSS_PREFIX}cc
176 fi 176 fi
177else
178 cc=${CC}
177fi 179fi
180
178cflags=${CFLAGS-"-O3"} 181cflags=${CFLAGS-"-O3"}
179# to force the asm version use: CFLAGS="-O3 -DASMV" ./configure 182# to force the asm version use: CFLAGS="-O3 -DASMV" ./configure
180case "$cc" in 183case "$cc" in