support for nvcc -m32
This commit is contained in:
parent
8921889002
commit
bbd523a73a
@ -911,6 +911,10 @@ else
|
|||||||
ENABLE_CUDA="@# "
|
ENABLE_CUDA="@# "
|
||||||
else
|
else
|
||||||
ENABLE_CUDA=""
|
ENABLE_CUDA=""
|
||||||
|
if test "$YAP_TARGET" = "i386"
|
||||||
|
then
|
||||||
|
NVCC="$NVCC -m32"
|
||||||
|
fi
|
||||||
case "$target_os" in
|
case "$target_os" in
|
||||||
*darwin*)
|
*darwin*)
|
||||||
CUDA_LDFLAGS="$LDFLAGS"
|
CUDA_LDFLAGS="$LDFLAGS"
|
||||||
|
Reference in New Issue
Block a user