Skip to content

Commit 385f98e

Browse files
jwnrtluismarques
authored andcommitted
Remove mentions of crosstool-ng
1 parent 73acf3b commit 385f98e

File tree

5 files changed

+3
-43
lines changed

5 files changed

+3
-43
lines changed

.github/workflows/toolchain_build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ jobs:
5454
./prepare-host.sh
5555
echo ::endgroup::
5656
57-
echo ::group::Install crosstool-ng
58-
./install-crosstool-ng.sh
59-
echo ::endgroup::
60-
6157
echo Preparing toolchain destination directory...
6258
sudo mkdir -p /tools/riscv
6359
sudo chmod 0777 /tools/riscv

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,28 +15,22 @@ for pre-built toolchains.
1515
How to do a release
1616
-------------------
1717

18-
1. Modify any of the following variables to configure the build:
19-
- `CROSSTOOL_NG_VERSION` in `install-crosstool-ng.sh`
20-
21-
2. Modify any of the `*.config` files to update the crosstool-ng configurations
22-
for a particular toolchain.
23-
24-
3. Push the changes or do a pull request, and wait for the CI workflow to
18+
1. Push the changes or do a pull request, and wait for the CI workflow to
2519
complete.
2620

2721
The build can be tested by downloading the GitHub artifacts.
2822
1. Go to the [lowrisc-toolchains Actions page](https://github.com/lowRISC/lowrisc-toolchains/actions).
2923
2. Select a workflow run from the list.
3024
4. Download the desired artifact from the bottom of the page and test it.
3125

32-
4. Tag a release
26+
2. Tag a release
3327

3428
```bash
3529
VERSION=$(date +%Y%m%d)-1
3630
git tag -a -m "Release version $VERSION" $VERSION
3731
```
3832

39-
5. Push the tag
33+
3. Push the tag
4034

4135
```bash
4236
git push origin $VERSION

build-clang-with-args.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,6 @@ tee "${toolchain_dest}/buildinfo.json" <<BUILDINFO_JSON
169169
"clang_version": "${clang_version_string}",
170170
"clang_url": "${LLVM_URL}",
171171
"clang_git": "${LLVM_VERSION}",
172-
"crosstool-ng_version": "${ct_ng_version_string}",
173-
"crosstool-ng_url": "${CROSSTOOL_NG_URL}",
174-
"crosstool-ng_git": "${CROSSTOOL_NG_VERSION}",
175172
"build_date": "${build_date}",
176173
"build_host": "$(hostname)"
177174
}

install-crosstool-ng.sh

Lines changed: 0 additions & 23 deletions
This file was deleted.

sw-versions.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
# This documents the versions of any software checked out from git
44

5-
# crosstool-ng-1.26.0-rc1
6-
export CROSSTOOL_NG_URL=https://github.com/crosstool-ng/crosstool-ng.git
7-
export CROSSTOOL_NG_VERSION=5a09578b6798f426b62d97b2ece1ba5e7b82990b
8-
95
# v4.0.1
106
export QEMU_VERSION=23967e5b2a6c6d04b8db766a8a149f3631a7b899
117

0 commit comments

Comments
 (0)