@@ -62,14 +62,10 @@ some basic examples is also available
6262You can install pre-compiled toolchains and install them on your
6363Linux system. We have prebuilt-toolchains for releases of the
6464different components that are preferably installed
65- to `/opt/toolchains/or1k-elf`. You can find releases in the following locations :
65+ to `/opt/toolchains/or1k-elf`. You can find releases at :
6666
67- * [openrisc/newlib/releases](https://github.com/openrisc/newlib/releases) Older
68- releases from the OpenRISC community last published in May 2016. Used the
69- old non-upstreamed gcc port.
70- * [Embecosm OpenRISC toolchain top-of-tree](https://embecosm.com/downloads/tool-chain-downloads/#openrisc-top-of-tree-compilers) Embecosm
71- produced toolchain builds up until 2023. Unforthunately this effort stopped.
72- * [openrisc/or1k-gcc/releases](https://github.com/openrisc/or1k-gcc/releases) The latest releases from OpenRISC.
67+ * [or1k-toolchain-build/Releases](https://github.com/stffrdhrn/or1k-toolchain-build/releases) Latest
68+ OpenRISC toolchain releases.
7369
7470After downloading a release you can extract it anywhere in your
7571filesystem, we recommend to `/opt/toolchains/or1k-elf/`. You need to add
@@ -78,13 +74,12 @@ the toolchain to your path:
7874```
7975export PATH=/opt/toolchains/or1k-elf/bin:${PATH}
8076```
77+ #### Historical releases.
8178
82- ### Development Build status
83-
84- Whenever something is pushed to the newlib repository, the current
85- development versions of Binutils, GCC, (or1k) Newlib and GDB are
86- automatically build
87- at <a href=" https://travis-ci.org /openrisc/newlib">Travis CI</a> .
79+ * [openrisc/newlib/releases](https://github.com/openrisc/newlib/releases) Older
80+ releases from the OpenRISC community last published in May 2016. Used the
81+ old non-upstreamed gcc port.
82+ * [Embecosm OpenRISC toolchain top-of-tree](https://embecosm.com/downloads/tool-chain-downloads/#openrisc-top-of-tree-compilers) Embecosm
83+ produced toolchain builds up until 2023. Unforthunately this effort stopped.
84+ * [openrisc/or1k-gcc/releases]( https://github.com /openrisc/or1k-gcc/releases) Older development releases from OpenRISC .
8885
89- Current build
90- status: <a href="https://travis-ci.org/openrisc/newlib"><img src="https://travis-ci.org/openrisc/newlib.svg?branch=or1k"></a>
0 commit comments