diff options
Diffstat (limited to 'package/binutils/Config.in')
| -rw-r--r-- | package/binutils/Config.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package/binutils/Config.in b/package/binutils/Config.in index 44e7ae0137..50c38b6b99 100644 --- a/package/binutils/Config.in +++ b/package/binutils/Config.in @@ -2,6 +2,7 @@ config BR2_PACKAGE_BINUTILS bool "binutils" select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE depends on !BR2_aarch64 && !BR2_nios2 + depends on BR2_USE_WCHAR help Install binutils on the target @@ -19,3 +20,7 @@ config BR2_PACKAGE_BINUTILS_TARGET http://www.gnu.org/software/binutils/ endif + +comment "binutils needs a toolchain w/ wchar" + depends on !BR2_aarch64 && !BR2_nios2 + depends on BR2_USE_WCHAR |

