浏览代码

configure.ac: -m64 should only be set when a 64bits OS is detected

Nathalie Furmento 14 年之前
父节点
当前提交
f7d4696af4
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      configure.ac

+ 0 - 2
configure.ac

@@ -302,8 +302,6 @@ if test x$enable_cuda = xyes; then
 		AC_SUBST(NVCCFLAGS)
 	fi
 
-	NVCCFLAGS=$"${NVCCFLAGS} -m64"
-
 	AC_PATH_PROG([NVCC], [nvcc], [nvcc], [$cuda_dir/bin:$PATH:/usr/local/bin:/usr/bin:/bin], [AC_MSG_WARN(Cannot find nvcc.)])
 fi