Skip to content

Commit

Permalink
fix: use ISL package
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <[email protected]>
  • Loading branch information
mkroening committed Aug 9, 2024
1 parent 4ee29be commit 66c6f38
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN set -eux; \
git \
flex \
libgmp-dev \
libisl-dev \
libmpc-dev \
libmpfr-dev \
texinfo \
Expand Down
3 changes: 0 additions & 3 deletions toolchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ fi

if [ ! -d "gcc" ]; then
git clone $CLONE_DEPTH https://github.com/hermit-os/gcc.git
wget ftp://gcc.gnu.org/pub/gcc/infrastructure/isl-0.15.tar.bz2 -O isl-0.15.tar.bz2
tar jxf isl-0.15.tar.bz2
mv isl-0.15 gcc/isl
fi

if [ ! -d "hermit" ]; then
Expand Down

0 comments on commit 66c6f38

Please sign in to comment.