File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -354,10 +354,14 @@ add EPEL repository, then install Mingw from it. In CentOS:
354354For instruction how to install EPEL on RHEL, see
355355< https://fedoraproject.org/wiki/EPEL/FAQ > .
356356
357- After prerequisites are installed and Linux tools are in the ` PATH ` , do:
357+ First stage of GCC build should be disabled, because libraries will be built
358+ with the Linux host toolchain.
358359
360+ After prerequisites are installed do:
361+
362+ $ export PATH=$LINUX_HOST_TOOLS_PATH/bin:$PATH
359363 $ ./build-all.sh --no-uclibc --host i686-w64-mingw32 \
360- --no-system-expat
364+ --no-system-expat --no-elf32-gcc-stage1
361365
362366Note that value of host triplet depends on what mingw toolchain is being used.
363367Triplet ` i686-w64-mingw32 ` is valid for mingw toolchain currently used in
You can’t perform that action at this time.
0 commit comments