7 Star 0 Fork 28

src-openEuler/pciutils

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
0002-Support-specify-CC.patch
pciutils-3.13.0.tar.gz
pciutils.spec
pciutils.yaml
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
0002-Support-specify-CC.patch 593 Bytes
Copy Edit Raw Blame History
From 31159c692224d645275a7fa8ce772ef5748e6a54 Mon Sep 17 00:00:00 2001
From: luofeng <luofeng13@huawei.com>
Date: Thu, 21 Mar 2024 10:41:53 +0800
Subject: [PATCH] support specify CC
Tested-by: jchzhou <zhoujiacheng@iscas.ac.cn>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 51449ba..9991fdc 100644
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@ ifdef CROSS_COMPILE
STRIP+=--strip-program $(CROSS_COMPILE)strip
CC=$(CROSS_COMPILE)gcc
else
-CC=cc
+CC?=cc
endif
AR=$(CROSS_COMPILE)ar
RANLIB=$(CROSS_COMPILE)ranlib
--
2.49.0
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/pciutils.git
git@gitee.com:src-openeuler/pciutils.git
src-openeuler
pciutils
pciutils
master

Search