Explorar o código

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

Nathalie Furmento %!s(int64=14) %!d(string=hai) anos
pai
achega
f7d4696af4
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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