Skip to content

Commit

Permalink
One coherent build script yet still incomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
ckormanyos committed Dec 16, 2023
1 parent 19316c6 commit 1da6ebd
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 74 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/avr-gcc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
fetch-depth: '0'
- name: update-buiild-essentials
run: sudo apt install mingw-w64 xz-utils autoconf texinfo
- name: avr-gcc-build-001-make-dirs
- name: avr-gcc-build-001-make-install
run: |
echo "run avr-gcc-001-make-dirs.sh"
echo "run avr-gcc-001-make-install.sh"
./avr-gcc-001-make-dirs.sh
echo "verify build binutils"
ls -la ${{ runner.workspace }}/avr-gcc-build/local/gcc-13.2.0-avr/bin
Expand Down
File renamed without changes.
18 changes: 0 additions & 18 deletions avr-gcc-002-build-gmp.sh

This file was deleted.

18 changes: 0 additions & 18 deletions avr-gcc-003-build-mpfr.sh

This file was deleted.

18 changes: 0 additions & 18 deletions avr-gcc-004-build-mpc.sh

This file was deleted.

18 changes: 0 additions & 18 deletions avr-gcc-010-build-binutils.sh

This file was deleted.

0 comments on commit 1da6ebd

Please sign in to comment.