gcc doesn't define "__LINUX__".
correct predifined macro is "__linux__" or "linux" or "__linux" or "unix"
My build environment are follows: OS : Debian Sid gcc: 4.7 OpenCL env : CUDA
here is my patch
Log in to post a comment.