summaryrefslogtreecommitdiffstats
path: root/plugins/examples
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2016-07-12 04:27:52 (GMT)
committerTony Theodore <tonyt@logyst.com>2016-07-12 04:27:52 (GMT)
commitde9611cfeec38f2c9efd1836a2c574b241ecf44e (patch)
tree64fb1442d8f42f763237da141ce957546b2ebb05 /plugins/examples
parent2ee728cf99c0fe022e3fa9fddd0cfa41d79c8111 (diff)
downloadmxe-de9611cfeec38f2c9efd1836a2c574b241ecf44e.zip
mxe-de9611cfeec38f2c9efd1836a2c574b241ecf44e.tar.gz
mxe-de9611cfeec38f2c9efd1836a2c574b241ecf44e.tar.bz2
gcc-host plugin: fix conflict with target libiconv
Diffstat (limited to 'plugins/examples')
-rw-r--r--plugins/examples/host-toolchain/gcc-host.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/examples/host-toolchain/gcc-host.mk b/plugins/examples/host-toolchain/gcc-host.mk
index 897c5ca..d0e9076 100644
--- a/plugins/examples/host-toolchain/gcc-host.mk
+++ b/plugins/examples/host-toolchain/gcc-host.mk
@@ -29,6 +29,7 @@ define $(PKG)_BUILD
--with-gnu-ld \
--with-gnu-as \
--disable-nls \
+ --without-libiconv-prefix \
$(if $(BUILD_STATIC),--disable-shared) \
--disable-multilib \
--without-x \