From 4bd5c4bb8373e8d18a685174d19bcac4726d9c96 Mon Sep 17 00:00:00 2001 From: Ramakrishnan Muthukrishnan Date: Fri, 24 Mar 2023 10:33:09 +0530 Subject: [PATCH] Makefile: do not hardcode CC and LINK --- Makefile | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.45.2