summaryrefslogtreecommitdiffstats
path: root/plugins/examples/host-toolchain/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/examples/host-toolchain/README.md')
-rw-r--r--plugins/examples/host-toolchain/README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/plugins/examples/host-toolchain/README.md b/plugins/examples/host-toolchain/README.md
index b571e4b..6b376bf 100644
--- a/plugins/examples/host-toolchain/README.md
+++ b/plugins/examples/host-toolchain/README.md
@@ -15,7 +15,15 @@ second pass to cross-compile the basic toolchain (`binutils` and `gcc`).
Once complete, copy `usr/{target}` to an appropriate Windows machine
and execute the `usr\{target}\bin\test-gcc-host.bat` batch file. This
-builds and runs the `libgomp` test as a sanity check.
+builds and runs the `libgomp` test as a sanity check. The cross and host
+built programs should be identical (after stripping), confirmed with the
+final step:
+
+```
+>fc /b test-gcc-host.exe test-pthreads-libgomp.exe
+Comparing files test-gcc-host.exe and TEST-PTHREADS-LIBGOMP.EXE
+FC: no differences encountered
+```
#### Qt5 tools (`qmake.exe`, `rcc.exe`, etc.)