Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Commit

Permalink
binutils: Build against internal zlib
Browse files Browse the repository at this point in the history
  • Loading branch information
mbitsnbites committed Nov 27, 2021
1 parent 4be6af3 commit f9872a3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ if [ "$BUILD_BINUTILS" == "yes" ] ; then
../../ext/binutils-mrisc32/configure \
--prefix="$PREFIX" \
--target="$TARGET" \
--with-system-zlib \
--disable-gdb \
--disable-sim \
> configure.log 2>&1
Expand Down
1 change: 0 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ RUN apt-get update \
curl \
flex \
texinfo \
zlib1g-dev \
&& rm -rf /var/lib/apt/lists/*

0 comments on commit f9872a3

Please sign in to comment.