From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Fri, 24 Mar 2023 05:03:09 +0000 (+0530)
Subject: Makefile: do not hardcode CC and LINK
X-Git-Url: https://git.rkrishnan.org/vdrive/%22file://%22%3C?a=commitdiff_plain;h=4bd5c4bb8373e8d18a685174d19bcac4726d9c96;p=pihpsdr.git

Makefile: do not hardcode CC and LINK
---

diff --git a/Makefile b/Makefile
index ce21e40..b734d6e 100644
--- a/Makefile
+++ b/Makefile
@@ -42,9 +42,6 @@ LOCALCW_INCLUDE=LOCALCW
 # very early code not included yet
 #SERVER_INCLUDE=SERVER
 
-CC=gcc
-LINK=gcc
-
 ifeq ($(LEVEL_CTRL),SW_LEVEL_CTRL)
 LEVEL_OPTIONS=-D SW_LEVEL_CTRL
 endif