Skip to content

Commit da19a89

Browse files
committed
Keep trying target/host
1 parent f308fbf commit da19a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

avr-gcc-005-build-isl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ wget --no-check-certificate https://libisl.sourceforge.io/isl-0.15.tar.bz2
1010
tar -xf isl-0.15.tar.bz2
1111
mkdir objdir-isl-0.15
1212
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
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-w64-mingw32 --enable-static --disable-shared
1414

1515
make --jobs=8
1616
make install

0 commit comments

Comments
 (0)