symlinks/10000-Compatible-with-peripheral-specified-compilers.patch

25 lines
467 B
Diff

From 7d3a9a6ac0bfcf2d9053bf8290f3c3cef45694e3 Mon Sep 17 00:00:00 2001
From: sjxur <sjxur@isoftstone.com>
Date: Sun, 23 Apr 2023 15:07:09 +0800
Subject: [PATCH] Compatible with peripheral specified compilers
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index f305449..9d366ba 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
# Makefile for symlinks
-CC = gcc
+CC ?= gcc
all: symlinks
--
2.39.1