Ticket #28656: patch-configure_clang.diff
File patch-configure_clang.diff, 321 bytes (added by Veence (Vincent), 14 years ago) |
---|
-
configure
old new 101 101 # to force the asm version use: CFLAGS="-O3 -DASMV" ./configure 102 102 case "$cc" in 103 103 *gcc*) gcc=1 ;; 104 *clang*) gcc=1 ;; 104 105 esac 105 106 106 107 if test "$gcc" -eq 1 && ($cc -c $cflags $test.c) 2>/dev/null; then