hipcc needs to link against supc++

Change-Id: Ica0949099a0bdfe2a493341dc1cd96ec93f34f11


[ROCm/clr commit: 0c051fede1]
This commit is contained in:
Maneesh Gupta
2016-08-26 10:35:30 +05:30
parent 82deaeb581
commit 7064683540
+1 -1
View File
@@ -105,7 +105,7 @@ if ($HIP_PLATFORM eq "hcc") {
}
# Satisfy HCC dependencies
$HIPLDFLAGS .= " -lc++abi";
$HIPLDFLAGS .= " -lc++abi -lsupc++";
$HIPLDFLAGS .= " -L$HSA_PATH/lib -L$ROCM_PATH/lib -lhsa-runtime64 -lhc_am -lhsakmt";
# Handle ROCm target platform