Skip to content

Commit

Permalink
Update docs and get initial build running
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Kormanyos committed Jan 1, 2024
1 parent 14f3a8b commit 319f76e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ on GHA native runner(s). Built toolchains are distributed as ZIP-archive(s)
directly from the Workflow-Run(s) on GHA.

Design goals:
- Use shell and YAML scripts to build modern `gcc-v850-unknown-elf` on-the-fly.
- Build `gcc-v850-unknown-elf` from up-to-date releases such as 13.2.0.
- Use shell and YAML scripts to build `gcc-v850-unknown-elf` from up-to-date [gcc-release(s)](https://gcc.gnu.org/pub/gcc/releases).
- Provide a non-trivial test of the newly-built toolchain(s) based on a real-world project.
- Support cyclic monthly build of modern, evolving GCC branch(es) and trunk.
- Publish the build artifacts directly from the Workflow-Run(s) on GHA.
- Support cyclic monthly build of modern, evolving [gcc-release(s)](https://gcc.gnu.org/pub/gcc/releases).

## Workflow-Run

Expand Down

0 comments on commit 319f76e

Please sign in to comment.