1 Star 0 Fork 13

DongDu/opensbi

forked from src-openEuler/opensbi 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0001-Enable-build-id-for-elf-files.patch 654 Bytes
一键复制 编辑 原始数据 按行查看 历史
DongDu 提交于 2021-05-24 16:52 . Upgrade opensbi to v0.9
From 48a7852db428cdac57948a0d6b5b040b7a081782 Mon Sep 17 00:00:00 2001
From: Dong Du <ddnirvana1@gmail.com>
Date: Mon, 24 May 2021 15:14:54 +0800
Subject: [PATCH] Enable build id for elf files
Signed-off-by: Dong Du <ddnirvana1@gmail.com>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index d6f097d..347318b 100644
--- a/Makefile
+++ b/Makefile
@@ -228,7 +228,7 @@ ASFLAGS += $(firmware-asflags-y)
ARFLAGS = rcs
-ELFFLAGS += -Wl,--build-id=none -N -static-libgcc -lgcc
+ELFFLAGS += -N -static-libgcc -lgcc
ELFFLAGS += $(platform-ldflags-y)
ELFFLAGS += $(firmware-ldflags-y)
--
2.31.1
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dongduResearcher/opensbi.git
git@gitee.com:dongduResearcher/opensbi.git
dongduResearcher
opensbi
opensbi
master

搜索帮助