1 Star 0 Fork 13

张攀/libx86emu

forked from src-openEuler/libx86emu 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
10000-Fix-compilation-errors-caused-by-gcc.patch 655 Bytes
一键复制 编辑 原始数据 按行查看 历史
From 85f60235499f9d248ce689881e7ba9181152631a Mon Sep 17 00:00:00 2001
From: sjxur <sjxur@isoftstone.com>
Date: Fri, 21 Apr 2023 11:09:13 +0800
Subject: [PATCH] Fix compilation errors caused by specifying the gcc compiler
in source code
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 93c412b..9cdea44 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ PREFIX := libx86emu-$(VERSION)
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 =
--
2.33.0
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zppzhangpan/libx86emu.git
git@gitee.com:zppzhangpan/libx86emu.git
zppzhangpan
libx86emu
libx86emu
master

搜索帮助