diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2014-06-17 19:23:19 -0300 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2014-06-18 14:01:03 +0200 |
| commit | 4ff0323105d1f978c75a1adb73f744a6324369d8 (patch) | |
| tree | e3ba82706047f21dfd8db0b46adeff86e39ce792 /package/rpcbind | |
| parent | 5de7f26975975d56a103032e2401ec1e9e032aa8 (diff) | |
| download | buildroot-4ff0323105d1f978c75a1adb73f744a6324369d8.tar.gz buildroot-4ff0323105d1f978c75a1adb73f744a6324369d8.zip | |
blackfin: 2012R1 toolchain is gone, remove kludges
Remove ADI toolchain 2012R1 package kludges since that version is gone
since the last bump.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/rpcbind')
| -rw-r--r-- | package/rpcbind/Config.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/package/rpcbind/Config.in b/package/rpcbind/Config.in index e02fb950e2..2a79bdc69c 100644 --- a/package/rpcbind/Config.in +++ b/package/rpcbind/Config.in @@ -6,8 +6,7 @@ config BR2_PACKAGE_RPCBIND 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 && \ - !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R1 + depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2 # fork() depends on BR2_USE_MMU help @@ -15,7 +14,6 @@ config BR2_PACKAGE_RPCBIND into universal addresses. comment "rpcbind needs a toolchain w/ threads" - depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2 && \ - !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R1 + depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2 depends on !BR2_TOOLCHAIN_HAS_THREADS depends on BR2_USE_MMU |

