diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
177 | else | ||
178 | cc=${CC} | ||
177 | fi | 179 | fi |
180 | |||
178 | cflags=${CFLAGS-"-O3"} | 181 | cflags=${CFLAGS-"-O3"} |
179 | # to force the asm version use: CFLAGS="-O3 -DASMV" ./configure | 182 | # to force the asm version use: CFLAGS="-O3 -DASMV" ./configure |
180 | case "$cc" in | 183 | case "$cc" in |