Commit 231fdc7c authored by Maxime Hadjinlian's avatar Maxime Hadjinlian Committed by Thomas Petazzoni
Browse files

blackfin: 2012R2 toolchain is gone, remove kludges

parent 24dc1870
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -3,8 +3,6 @@ comment "dhcpcd needs a toolchain w/ headers >= 3.1"

config BR2_PACKAGE_DHCPCD
	bool "dhcpcd"
	# No support for AI_ADDRCONFIG
	depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2
	depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1 # sa_family_t in linux/socket.h
	help
	  An RFC2131 compliant DHCP client
+0 −2
Original line number Diff line number Diff line
@@ -6,7 +6,6 @@ config BR2_PACKAGE_GLOG
	# build issues with these external toolchains
	depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2014R1
	depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2013R1
	depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2
	help
	  C++ implementation of the Google logging module

@@ -15,6 +14,5 @@ config BR2_PACKAGE_GLOG
comment "glog needs a toolchain w/ C++, threads, dynamic library"
	depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2014R1
	depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2013R1
	depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2
	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
		BR2_STATIC_LIBS
+0 −7
Original line number Diff line number Diff line
config BR2_PACKAGE_LIBTIRPC
	bool "libtirpc"
	# uClibc toolchains provided by ADI don't have AI_ADDRCONFIG
	# support. Note that since they provide native RPC support, we
	# don't need to propagate this dependency to reverse
	# dependencies of libtirpc for which native RPC support can be
	# used instead of libtirpc.
	depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2
	depends on BR2_TOOLCHAIN_HAS_THREADS
	help
	  Libtirpc is a port of Sun's Transport-Independent RPC
@@ -14,5 +8,4 @@ config BR2_PACKAGE_LIBTIRPC
	  http://sourceforge.net/projects/libtirpc/

comment "libtirpc needs a toolchain w/ threads"
	depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2
	depends on !BR2_TOOLCHAIN_HAS_THREADS
+0 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@ config BR2_PACKAGE_OPENPGM
	# The following toolchains lack required compiler intrinsics
	depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2014R1
	depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2013R1
	depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2
	depends on BR2_TOOLCHAIN_HAS_THREADS
	depends on BR2_USE_WCHAR
	help
+0 −4
Original line number Diff line number Diff line
@@ -4,9 +4,6 @@ config BR2_PACKAGE_RPCBIND
	# implementation of toolchains.
	depends on BR2_TOOLCHAIN_HAS_THREADS # libtirpc
	select BR2_PACKAGE_LIBTIRPC
	# uClibc toolchains provided by ADI don't have AI_ADDRCONFIG
	# support, needed for libtirpc
	depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2
	# fork()
	depends on BR2_USE_MMU
	help
@@ -14,6 +11,5 @@ config BR2_PACKAGE_RPCBIND
	  into universal addresses.

comment "rpcbind needs a toolchain w/ threads"
	depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2
	depends on !BR2_TOOLCHAIN_HAS_THREADS
	depends on BR2_USE_MMU
Loading