wok-current diff cromfs/stuff/openmp.u @ rev 16801
Up: slitaz-tools, slitaz-tools-boxes, tazdrop (5.8.9).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Jul 05 18:30:50 2014 +0300 (2014-07-05) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/cromfs/stuff/openmp.u Sat Jul 05 18:30:50 2014 +0300 1.3 @@ -0,0 +1,8 @@ 1.4 +--- cromfs-1.5.4/configure 1.5 ++++ cromfs-1.5.4/configure 1.6 +@@ -79,4 +79,3 @@ 1.7 + 1.8 +-do_echo -n "Checking if your compiler supports -fopenmp... " 1.9 +-if cc_check '<stdio.h>' '-fopenmp' 'int x,y[100];for(x=0; x<100;++x)y[x]=5;'; then 1.10 ++if false; then 1.11 + do_echo Yes