Remove libsupc++ dependency from HIP

Change-Id: Ib843f99dfb3057b7c28029250c2449732ea7f17f
This commit is contained in:
Maneesh Gupta
2017-11-02 12:29:09 +05:30
parent 09d866a639
commit f34f5c8684
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -138,7 +138,6 @@ if ($HIP_PLATFORM eq "hcc") {
$HIPCXXFLAGS .= " -I$HSA_PATH/include";
$HIPCXXFLAGS .= " -Wno-deprecated-register";
$HIPLDFLAGS .= " -lsupc++";
$HIPLDFLAGS .= " -L$HSA_PATH/lib -L$ROCM_PATH/lib -lhsa-runtime64 -lhc_am -lhsakmt ";
# $HIPLDFLAGS .= " -L$HCC_HOME/compiler/lib -lLLVMAMDGPUDesc -lLLVMAMDGPUUtils -lLLVMMC -lLLVMCore -lLLVMSupport ";