Skip to content

Commit

Permalink
binutils 2.43.1 for risc
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky authored Sep 19, 2024
1 parent 3dd40a2 commit 50f7c1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ubuntu-22.04-risc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ RUN apt-get update && \

FROM base as ld

RUN curl -L -O https://ftpmirror.gnu.org/gnu/binutils/binutils-2.38.tar.gz && \
tar -xvzf binutils-2.38.tar.gz && \
cd binutils-2.38 && \
RUN curl -L -O https://ftpmirror.gnu.org/gnu/binutils/binutils-2.43.1.tar.gz && \
tar -xvzf binutils-2.43.1.tar.gz && \
cd binutils-2.43.1 && \
./configure --enable-ld --disable-gas --disable-gmp --disable-gold --disable-gprof --prefix=/opt/ld && \
make && \
make install && \
Expand Down

0 comments on commit 50f7c1d

Please sign in to comment.