We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f308fbf commit da19a89Copy full SHA for da19a89
avr-gcc-005-build-isl.sh
@@ -10,7 +10,7 @@ wget --no-check-certificate https://libisl.sourceforge.io/isl-0.15.tar.bz2
10
tar -xf isl-0.15.tar.bz2
11
mkdir objdir-isl-0.15
12
cd objdir-isl-0.15
13
-../isl-0.15/configure --prefix=/home/runner/work/avr-gcc-build/avr-gcc-build/local/isl-0.15 --target=x86_64-w64-mingw32 --host=x86_64-unknown-linux-gnu
+../isl-0.15/configure --prefix=/home/runner/work/avr-gcc-build/avr-gcc-build/local/isl-0.15 --target=x86_64-w64-mingw32 --host=x86_64-w64-mingw32 --enable-static --disable-shared
14
15
make --jobs=8
16
make install
0 commit comments