1 Star 0 Fork 30

xuhe/kiwi

forked from src-openEuler/kiwi 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
huawei-sync-support-for-building-with-clang.patch 674 Bytes
一键复制 编辑 原始数据 按行查看 历史
luofeng14 提交于 2024-02-25 11:02 . support clang build
From 53ad53556e476961e76c99d14b492250704acccc Mon Sep 17 00:00:00 2001
From: zhoujing <zhoujing106@huawei.com>
Date: Tue, 7 Nov 2023 20:32:54 +0800
Subject: [PATCH] [sync] Support for building with clang
cherry-pick from https://gitee.com/openeuler-risc-v/kiwi/commit/b896168af10084bd227918eb1e68cfe34581a635
---
tools/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/Makefile b/tools/Makefile
index f2ea5d7..126aaa3 100755
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -3,7 +3,7 @@ buildroot = /
SRCS := $(wildcard *.c)
PRGS := $(patsubst %.c,%,$(SRCS))
-CC = gcc
+CC ?= gcc
all: $(PRGS)
--
2.42.0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kylin-xuhe/kiwi.git
git@gitee.com:kylin-xuhe/kiwi.git
kylin-xuhe
kiwi
kiwi
master

搜索帮助