diff --git a/config/options b/config/options index 84c54095dd..8640598dc4 100644 --- a/config/options +++ b/config/options @@ -35,6 +35,10 @@ fi # Target system library C (eglibc) TARGET_LIBC="eglibc" +# Target iconv implementation (libiconv) +# leave empty if we are using glibc's gconv + ICONV="" + # Library strip LIBSTRIP="yes" diff --git a/packages/toolchain/devel/eglibc/build b/packages/toolchain/devel/eglibc/build index 9575465928..886de5766a 100755 --- a/packages/toolchain/devel/eglibc/build +++ b/packages/toolchain/devel/eglibc/build @@ -77,7 +77,7 @@ cat >option-groups.config <