support for nvcc -m32

This commit is contained in:
Vítor Santos Costa 2013-10-30 07:23:56 +00:00
parent 007a2aa87e
commit 7ebd169a62
1 changed files with 5 additions and 1 deletions

6
configure vendored
View File

@ -6860,7 +6860,11 @@ fi
ENABLE_CUDA="@# "
else
ENABLE_CUDA=""
case "$target_os" in
if test "$YAP_TARGET" = "i386"
then
NVCC="$NVCC -m32"
fi
case "$target_os" in
*darwin*)
CUDA_LDFLAGS="$LDFLAGS"
CUDA_CPPFLAGS="-shared -arch=sm_20 -Xcompiler -fPIC -O3 "