1 Star 0 Fork 15

RabeLi/lm_sensors

forked from src-openEuler/lm_sensors 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
libx86emu-fix-cc.patch 308 Bytes
一键复制 编辑 原始数据 按行查看 历史
RabeLi 提交于 2023-04-21 17:49 . Fix CC compiler support
--- a/Makefile 2021-11-19 01:14:15.000000000 +0800
+++ b/Makefile 2023-04-21 16:29:15.349812381 +0800
@@ -11,7 +11,7 @@
MAJOR_VERSION := $(shell $(GIT2LOG) --version VERSION ; cut -d . -f 1 VERSION)
-CC = gcc
+CC ?= gcc
CFLAGS = -g -O2 -fPIC -fvisibility=hidden -fomit-frame-pointer -Wall
LDFLAGS =
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/rabeli/lm_sensors.git
git@gitee.com:rabeli/lm_sensors.git
rabeli
lm_sensors
lm_sensors
master

搜索帮助