summaryrefslogtreecommitdiff
path: root/package/elfutils
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2014-02-12 18:34:03 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-02-12 20:27:13 +0100
commit15ec3de799d7cf7373173dfc2bc7213fa0f6c183 (patch)
tree919cf51fabd24bc6a64390771f25fe3b64a38acd /package/elfutils
parente00ee4c83524977dbffe157a5a6b8a9bddae5f5c (diff)
package/elfutils: disable for avr32
Disable elfutils for avr32, because: - elfutils uses canonicalize_file_name, which came after uClibc-0.9.31. - avr32 uses a toolchain with uClibc-0.9.31 Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/elfutils')
-rw-r--r--package/elfutils/Config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/elfutils/Config.in b/package/elfutils/Config.in
index 47cd63d79..588c29df9 100644
--- a/package/elfutils/Config.in
+++ b/package/elfutils/Config.in
@@ -7,6 +7,9 @@ config BR2_PACKAGE_ELFUTILS
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
depends on BR2_LARGEFILE
depends on BR2_USE_WCHAR
+ # canonicalize_file_name() not available on uClibc 0.9.31, used
+ # only for AVR32
+ depends on !BR2_avr32
help
Libraries/utilities to handle ELF objects (drop in
replacement for libelf).