Skip to content

Commit

Permalink
Try to straighten out target/host
Browse files Browse the repository at this point in the history
  • Loading branch information
ckormanyos committed Dec 15, 2023
1 parent 38ac672 commit 9e72014
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/avr-gcc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@ jobs:
echo "verify build gcc"
ls -la ${{ runner.workspace }}/avr-gcc-build/local/gcc-13.2.0-avr/bin
ls -la ${{ runner.workspace }}/avr-gcc-build/local/gcc-13.2.0-avr/bin/avr-g++.exe
- name: avr-gcc-build-avr-libc
shell: bash -l {0}
run: |
echo "Clone stevenj/avr-libc3"
git clone -b master --depth 1 https://github.com/stevenj/avr-libc3 ${{ runner.workspace }}/avr-gcc-build/gcc_build/avr-libc3
echo "run avr-gcc-030-build-avr-libc.sh"
Expand Down
4 changes: 2 additions & 2 deletions avr-gcc-030-build-avr-libc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ cd gcc_build

cd avr-libc3
./bootstrap

cd ..

cd objdir-gcc-13.2.0-avr
../avr-libc3/configure --prefix=/home/runner/work/avr-gcc-build/avr-gcc-build/local/gcc-13.2.0-avr --build=`../gcc-13.2.0/config.guess` --host=avr
../avr-libc3/configure --prefix=/home/runner/work/avr-gcc-build/avr-gcc-build/local/gcc-13.2.0-avr --target=avr --host=x86_64-w64-mingw32 --build=`../gcc-13.2.0/config.guess`

PATH=/home/runner/work/avr-gcc-build/avr-gcc-build/local/gcc-13.2.0-avr/bin:"$PATH"
export PATH
Expand Down

0 comments on commit 9e72014

Please sign in to comment.