Skip to content

Commit 05796d3

Browse files
committed
Fix configure issue that discarded provided CC definition.
1 parent 3df8424 commit 05796d3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

configure

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,10 @@ if test -z "$CC"; then
174174
else
175175
cc=${CROSS_PREFIX}cc
176176
fi
177+
else
178+
cc=${CC}
177179
fi
180+
178181
cflags=${CFLAGS-"-O3"}
179182
# to force the asm version use: CFLAGS="-O3 -DASMV" ./configure
180183
case "$cc" in

0 commit comments

Comments
 (0)