Skip to content

Commit

Permalink
Add newlib toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
roscopeco committed Jul 20, 2024
1 parent d832af1 commit eb710ef
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,11 @@ RUN /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/instal
ENV PATH="${PATH}:/home/linuxbrew/.linuxbrew/bin"
RUN brew tap rosco-m68k/toolchain
RUN brew install gcc-cross-m68k@13 vasm-all srecord
RUN brew unlink binutils-cross-m68k
RUN brew unlink gcc-cross-m68k@13
RUN brew unlink vasm-all
RUN brew install --HEAD rosco-m68k-toolchain@13
RUN brew link --overwrite binutils-cross-m68k
RUN brew link --overwrite gcc-cross-m68k@13
ENTRYPOINT /bin/zsh

0 comments on commit eb710ef

Please sign in to comment.