diff options
Diffstat (limited to 'package/elfutils/Config.in')
-rw-r--r-- | package/elfutils/Config.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package/elfutils/Config.in b/package/elfutils/Config.in index cb9a658aba..6c6856e3d7 100644 --- a/package/elfutils/Config.in +++ b/package/elfutils/Config.in @@ -1,12 +1,11 @@ -comment "elfutils needs a toolchain w/ largefile, wchar, dynamic library" +comment "elfutils needs a toolchain w/ wchar, dynamic library" depends on !BR2_bfin - depends on !BR2_LARGEFILE || !BR2_USE_WCHAR || BR2_STATIC_LIBS + depends on !BR2_USE_WCHAR || BR2_STATIC_LIBS config BR2_PACKAGE_ELFUTILS bool "elfutils" select BR2_PACKAGE_ARGP_STANDALONE if BR2_TOOLCHAIN_USES_UCLIBC select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT - depends on BR2_LARGEFILE depends on BR2_USE_WCHAR depends on !BR2_STATIC_LIBS # build issue caused by the _ prefix used on blackfin for |