summaryrefslogtreecommitdiffstats
path: root/plugins/examples/host-toolchain/README.md
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2016-08-06 16:11:13 (GMT)
committerTony Theodore <tonyt@logyst.com>2016-08-06 16:11:13 (GMT)
commitffda3812ac61eb496a7366c5d36863675aea0173 (patch)
tree8d801e69b984ccf62032dc48d1690557a9966d1b /plugins/examples/host-toolchain/README.md
parentfcbd2fbcc797dd59ca5c1915ee70da4522b368eb (diff)
downloadmxe-ffda3812ac61eb496a7366c5d36863675aea0173.zip
mxe-ffda3812ac61eb496a7366c5d36863675aea0173.tar.gz
mxe-ffda3812ac61eb496a7366c5d36863675aea0173.tar.bz2
host-toolchain plugin: fix shared libgcc and qt tools
add winpthreads until gcc is built once per arch #1019 fixes #950
Diffstat (limited to 'plugins/examples/host-toolchain/README.md')
-rw-r--r--plugins/examples/host-toolchain/README.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/examples/host-toolchain/README.md b/plugins/examples/host-toolchain/README.md
index cecefd4..8b51228 100644
--- a/plugins/examples/host-toolchain/README.md
+++ b/plugins/examples/host-toolchain/README.md
@@ -72,9 +72,6 @@ On a windows machine, execute
`usr\{target}\qt5\test-qt5-host-tools\test-qt5-host-tools.bat` to build and
confirm the normal `qt` test with the cross-compiled `qtbase` libraries.
-**N.B.** shared `gcc` doesn't work with the test program. To build a shared
-test, use the additional option `gcc-host_CONFIGURE_OPTS=--disable-shared`.
-
Why?
----