Ticket #28656: patch-configure_clang.diff

File patch-configure_clang.diff, 321 bytes (added by Veence (Vincent), 13 years ago)
  • configure

    old new  
    101101# to force the asm version use: CFLAGS="-O3 -DASMV" ./configure
    102102case "$cc" in
    103103  *gcc*) gcc=1 ;;
     104  *clang*) gcc=1 ;;
    104105esac
    105106
    106107if test "$gcc" -eq 1 && ($cc -c $cflags $test.c) 2>/dev/null; then