Skip to content

Commit 827876f

Browse files
Update README following feedback from CAE
Signed-off-by: Anton Kolesov <[email protected]>
1 parent 3d801bf commit 827876f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,10 +354,14 @@ add EPEL repository, then install Mingw from it. In CentOS:
354354
For 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

362366
Note that value of host triplet depends on what mingw toolchain is being used.
363367
Triplet `i686-w64-mingw32` is valid for mingw toolchain currently used in

0 commit comments

Comments
 (0)