summaryrefslogtreecommitdiffstats
path: root/plugins/examples/host-toolchain/README.md
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2016-07-15 03:52:42 (GMT)
committerTony Theodore <tonyt@logyst.com>2016-07-16 06:53:58 (GMT)
commitbc77cb384ecef7d876acb84c9e198ce01648f492 (patch)
tree7b34a317ba1d011aacf3abfe354750ba5c6d411d /plugins/examples/host-toolchain/README.md
parentfd90cc7b6d8409f82b5ba073da411da73bf5596a (diff)
downloadmxe-bc77cb384ecef7d876acb84c9e198ce01648f492.zip
mxe-bc77cb384ecef7d876acb84c9e198ce01648f492.tar.gz
mxe-bc77cb384ecef7d876acb84c9e198ce01648f492.tar.bz2
host-toolchain plugin: binary compare gcc cross and host output
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.)