From 4092a1efe8e5089e05e9f06a2efea6aee57c147a Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Fri, 15 Apr 2016 12:56:31 +0530 Subject: [PATCH] Replace /opt/hcc -> /opt/rocm/hcc and /opt/hsa -> /opt/rocm/hsa --- samples/0_Intro/hcc_dialects/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/0_Intro/hcc_dialects/Makefile b/samples/0_Intro/hcc_dialects/Makefile index 108d30201c..b6e5c10afc 100644 --- a/samples/0_Intro/hcc_dialects/Makefile +++ b/samples/0_Intro/hcc_dialects/Makefile @@ -4,8 +4,8 @@ HCC = $(HCC_HOME)/bin/hcc HCC_CFLAGS= `$(HCC_HOME)/bin/hcc-config --cxxflags` HCC_LDFLAGS= `$(HCC_HOME)/bin/hcc-config --ldflags` -CPPAMP_CFLAGS= -std=c++amp -stdlib=libc++ -I/opt/hcc/include -CPPAMP_LDFLAGS= -std=c++amp -L/opt/hcc/lib -Wl,--rpath=/opt/hcc/lib -lc++ -lc++abi -ldl -lpthread -Wl,--whole-archive -lmcwamp -Wl,--no-whole-archive +CPPAMP_CFLAGS= -std=c++amp -stdlib=libc++ -I$(HCC_HOME)/include +CPPAMP_LDFLAGS= -std=c++amp -L$(HCC_HOME)/lib -Wl,--rpath=$(HCC_HOME)/lib -lc++ -lc++abi -ldl -lpthread -Wl,--whole-archive -lmcwamp -Wl,--no-whole-archive HIP_PATH?=/opt/rocm/hip HIPCC=$(HIP_PATH)/bin/hipcc