1 Star 0 Fork 1

SR达人/riscv_riscv-tests

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
configure.ac 292 Bytes
一键复制 编辑 原始数据 按行查看 历史
AC_INIT(riscv-tests, 1.0)
cross_compiling=yes
AC_PROG_CC
AC_ARG_WITH(xlen,
[AS_HELP_STRING([--with-xlen=XLEN],
[Set XLEN, the X-register bit width (default is 64)])],
AC_SUBST(XLEN, $withval),
AC_SUBST(XLEN, 64)
)
AC_OUTPUT(
Makefile
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sr-master/riscv_riscv-tests.git
git@gitee.com:sr-master/riscv_riscv-tests.git
sr-master
riscv_riscv-tests
riscv_riscv-tests
master

搜索帮助