From a7829a3d22dab1d22ea1f1756329032ccd73d361 Mon Sep 17 00:00:00 2001 From: Jatin Chaudhary Date: Sun, 9 Jul 2023 23:03:41 +0100 Subject: [PATCH] remove ununsed change --- bin/hipcc.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/hipcc.pl b/bin/hipcc.pl index be611d2..0a06583 100755 --- a/bin/hipcc.pl +++ b/bin/hipcc.pl @@ -160,7 +160,7 @@ BEGIN # If $HIPCC clang++ is not compiled, use clang instead if ( ! -e $HIPCC ) { $HIPCC="$HIP_CLANG_PATH/clang" . $execExtension; - $HIPLDFLAGS .= " --driver-mode=g++"; + $HIPLDFLAGS = " --driver-mode=g++"; } # to avoid using dk linker or MSVC linker if($isWindows) {