File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
.github/scripts/toolchain Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,13 @@ if [[ "$RUN_CONFIG" = 1 ]] || [[ ! -f "$CYGWIN_BUILD_PATH/Makefile" ]]; then
2424 (cd $CYGWIN_SOURCE_PATH && patch -p1 -i $PATCHES_PATH /cygwin/0001-fix-autogen.patch)
2525 HOST_OPTIONS=" $HOST_OPTIONS \
2626 --disable-cygserver \
27- --disable-utils"
27+ --disable-utils \
28+ --without-cross-bootstrap"
2829 else
2930 HOST_OPTIONS=" $HOST_OPTIONS \
3031 --enable-cygserver \
31- --enable-utils"
32+ --enable-utils \
33+ --with-cross-bootstrap"
3234 fi
3335
3436 # ADDED: --disable-doc
@@ -45,7 +47,6 @@ if [[ "$RUN_CONFIG" = 1 ]] || [[ ! -f "$CYGWIN_BUILD_PATH/Makefile" ]]; then
4547 --disable-dumper \
4648 --with-sysroot=$TOOLCHAIN_PATH \
4749 --with-build-sysroot=$TOOLCHAIN_PATH \
48- --with-cross-bootstrap \
4950 $HOST_OPTIONS \
5051 $TARGET_OPTIONS
5152 echo " ::endgroup::"
You can’t perform that action at this time.
0 commit comments