Skip to content

Commit 89a4f5a

Browse files
committed
Merge branch 'release' into 'master'
Release v2.5.0 See merge request gnu/riscv-gnu-toolchain!33
2 parents ff72f47 + 0a923d9 commit 89a4f5a

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [2.5.0] - 2021-10-30
1011
### Added
1112
- gcc: Add `xfhalf`, `xfalthalf`, `xfhalfinx` and `xfhalthalfinx` support. This
1213
means code generation in the backend, libgcc changes to make softfloat

MAINTAINERS.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,16 @@ make check RUNTEST=$HOME/tmp/pulp-new-gcc/bin/runtest RUNTESTFLAGS="--target_boa
8888
```
8989

9090
### gcc
91-
Using `make check` from gcc
91+
Using `make check` from `build-gcc-newlib-stage2/`
9292

9393
```
94+
# make sure that you have a site.exp file that defines 'target_triplet', 'src_dir' etc.
95+
# if it doesn't exist, you can just run
96+
make report-gcc
97+
# which will generate these files for you
98+
# then make sure that DEJAGNULIBS points to the local dejagnu installation
99+
DEJAGNULIBS=$HOME/tmp/pulp-new-gcc/share/dejagnu
100+
# and finally run the tests with
94101
make check-gcc RUNTESTFLAGS="execute.exp=scal-to-vec1* --target_board=riscv-sim"
95102
make check-gcc RUNTESTFLAGS="riscv.exp=pulp* -target_board='riscv-sim'"
96103
```

0 commit comments

Comments
 (0)