3 Star 7 Fork 10

Gitee 极速下载 / riscv-binutils-gdb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/riscv/riscv-binutils-gdb
克隆/下载
setup.com 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
$!
$! Build procedure
$!
$! Note: you need a DCL-compatible gnu make.
$ MAKE="make381"
$ OPT=""
$!
$ if (P1 .EQS. "CONFIGURE") .OR. (P1 .EQS. "ALL")
$ then
$ set def [.bfd]
$ @configure
$ set def [-.libiberty]
$ @configure
$ set def [-.opcodes]
$ @configure
$ set def [-.binutils]
$ @configure
$ set def [-.gas]
$ @configure
$ set def [-]
$ endif
$ if (P1 .EQS. "BUILD") .OR. (P1 .EQS. "ALL")
$ then
$ set def [.bfd]
$ @build
$ set def [-.libiberty]
$ @build
$ set def [-.opcodes]
$ @build
$ set def [-.binutils]
$ @build
$ set def [-.gas]
$ @build
$ set def [-]
$ endif
$ if P1 .EQS. "MAKE"
$ then
$ ARCH=F$GETSYI("ARCH_NAME")
$ ARCH=F$EDIT(arch,"UPCASE")
$ set def [.bfd]
$ 'MAKE "ARCH=''ARCH'" "OPT=''OPT'"
$ set def [-.libiberty]
$ 'MAKE "ARCH=''ARCH'" "OPT=''OPT'"
$ set def [-.opcodes]
$ 'MAKE "ARCH=''ARCH'" "OPT=''OPT'"
$ set def [-.binutils]
$ 'MAKE "ARCH=''ARCH'" "OPT=''OPT'"
$ set def [-.gas]
$ 'MAKE "ARCH=''ARCH'" "OPT=''OPT'"
$ set def [-]
$ endif
C/C++
1
https://gitee.com/mirrors/riscv-binutils-gdb.git
git@gitee.com:mirrors/riscv-binutils-gdb.git
mirrors
riscv-binutils-gdb
riscv-binutils-gdb
riscv-binutils-2.35

搜索帮助