diff options
-rw-r--r-- | plugins/examples/host-toolchain/gcc-host.mk | 1 |
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 \ |