Commit 87525167 authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Peter Korsgaard
Browse files

elfutils: propagate architecture dependency to comment



elfutils depends on !BR2_avr32, but this dependency was not properly
propagated to the comment about toolchain options. This commit fixes
that.

Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent fe33b6fd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
comment "elfutils needs a toolchain w/ largefile, wchar"
	depends on !BR2_avr32
	depends on !BR2_LARGEFILE || !BR2_USE_WCHAR

config BR2_PACKAGE_ELFUTILS