Commit b1cf2b21 authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Peter Korsgaard
Browse files
parent 87525167
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
comment "elfutils needs a toolchain w/ largefile, wchar"
	depends on !BR2_avr32
	depends on !BR2_bfin
	depends on !BR2_LARGEFILE || !BR2_USE_WCHAR

config BR2_PACKAGE_ELFUTILS
@@ -11,6 +12,9 @@ config BR2_PACKAGE_ELFUTILS
	# canonicalize_file_name() not available on uClibc 0.9.31, used
	# only for AVR32
	depends on !BR2_avr32
	# build issue caused by the _ prefix used on blackfin for
	# assembly symbols
	depends on !BR2_bfin
	help
	  Libraries/utilities to handle ELF objects (drop in
	  replacement for libelf).