2
0

Fix broken CUDA path in hipcc

[ROCm/clr commit: 64ca5e466d]
Este cometimento está contido em:
Maneesh Gupta
2016-04-07 10:48:16 +05:30
ascendente 7f5a1e310f
cometimento 38815fc8e6
+1 -1
Ver ficheiro
@@ -187,7 +187,7 @@ if ($hasCU and $HIP_PLATFORM eq 'hcc') {
$HIPCXXFLAGS .= " -x c++";
}
if ($enablestdcpplib eq 0)
if ($enablestdcpplib eq 0 and $HIP_PLATFORM eq 'hcc')
{
$HIPCXXFLAGS .= " -stdlib=libc++";
}