diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 15 |
1 files changed, 0 insertions, 15 deletions
@@ -179,7 +179,6 @@ else | |||
179 | fi | 179 | fi |
180 | 180 | ||
181 | cflags=${CFLAGS-"-O3"} | 181 | cflags=${CFLAGS-"-O3"} |
182 | # to force the asm version use: CFLAGS="-O3 -DASMV" ./configure | ||
183 | case "$cc" in | 182 | case "$cc" in |
184 | *gcc*) gcc=1 ;; | 183 | *gcc*) gcc=1 ;; |
185 | *clang*) gcc=1 ;; | 184 | *clang*) gcc=1 ;; |
@@ -453,20 +452,6 @@ else | |||
453 | TEST="all teststatic testshared" | 452 | TEST="all teststatic testshared" |
454 | fi | 453 | fi |
455 | 454 | ||
456 | # check for underscores in external names for use by assembler code | ||
457 | CPP=${CPP-"$CC -E"} | ||
458 | case $CFLAGS in | ||
459 | *ASMV*) | ||
460 | echo >> configure.log | ||
461 | show "$NM $test.o | grep _hello" | ||
462 | if test "`$NM $test.o | grep _hello | tee -a configure.log`" = ""; then | ||
463 | CPP="$CPP -DNO_UNDERLINE" | ||
464 | echo Checking for underline in external names... No. | tee -a configure.log | ||
465 | else | ||
466 | echo Checking for underline in external names... Yes. | tee -a configure.log | ||
467 | fi ;; | ||
468 | esac | ||
469 | |||
470 | echo >> configure.log | 455 | echo >> configure.log |
471 | 456 | ||
472 | # check for size_t | 457 | # check for size_t |