1 Star 0 Fork 25

孤独的大河马在躺平/libvpx

forked from src-openEuler/libvpx 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
add-riscv64-arch.patch 884 Bytes
一键复制 编辑 原始数据 按行查看 历史
YukariChiba 提交于 2023-03-31 21:40 . Add RISC-V arch support
diff --git a/build/make/configure.sh b/build/make/configure.sh
index 581042e..56a67d1 100644
--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -783,6 +783,10 @@ process_common_toolchain() {
loongarch64*)
tgt_isa=loongarch64
;;
+ riscv64*)
+ tgt_isa=riscv64
+ ;;
+
esac
# detect tgt_os
diff --git a/configure b/configure
index beea650..51e19e4 100755
--- a/configure
+++ b/configure
@@ -119,6 +119,7 @@ all_platforms="${all_platforms} loongarch64-linux-gcc"
all_platforms="${all_platforms} mips32-linux-gcc"
all_platforms="${all_platforms} mips64-linux-gcc"
all_platforms="${all_platforms} ppc64le-linux-gcc"
+all_platforms="${all_platforms} riscv64-linux-gcc"
all_platforms="${all_platforms} sparc-solaris-gcc"
all_platforms="${all_platforms} x86-android-gcc"
all_platforms="${all_platforms} x86-darwin8-gcc"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/nebd/libvpx.git
git@gitee.com:nebd/libvpx.git
nebd
libvpx
libvpx
master

搜索帮助