Files
clamav/libclamav/c++/bytecode2llvm.cpp
Török Edvin 303c6ea016 Minimum required version for multithreaded LLVM is gcc 4.1.3.
gcc 3.4.6 doesn't support atomic builtins required by LLVM for multithreaded
mode.
So make the minimum version 4.1.3, since: 4.0 is buggy for ClamAV itself, and
4.1.1, 4.1.2 are buggy when compiling LLVM.
On gcc 3.4.6 clamav will use the interpreter now.
2009-12-14 16:23:22 +02:00

40 KiB