RFR: 8297851: Add devkit for RISC-V
Fei Yang
fyang at openjdk.org
Mon Dec 19 01:39:48 UTC 2022
On Wed, 30 Nov 2022 14:03:30 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:
> We should add devkit support for linux/riscv64.
make/devkit/Tools.gmk line 71:
> 69: BASE_OS_VERSION := $(DEFAULT_OS_VERSION)
> 70: endif
> 71: BASE_URL := http://fedora.riscv.rocks/repos-dist/$(BASE_OS_VERSION)/$(ARCH)/Packages/
Hi, thanks for adding devkit support for linux/riscv64.
I tried and it seems that I could not access this URL: http://fedora.riscv.rocks/repos-dist/rawhide/68692/riscv64/Packages/ or even: http://fedora.riscv.rocks/repos-dist
Anything I missed here?
-------------
PR: https://git.openjdk.org/jdk/pull/11432
More information about the build-dev
mailing list