Update buidlroot to version 2016.08.1
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
config BR2_PACKAGE_RACEHOUND
|
||||
bool "racehound"
|
||||
depends on BR2_LINUX_KERNEL
|
||||
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
depends on BR2_USE_WCHAR # elfutils
|
||||
depends on !BR2_STATIC_LIBS # elfutils
|
||||
@@ -27,10 +26,10 @@ config BR2_PACKAGE_RACEHOUND
|
||||
https://github.com/winnukem/racehound
|
||||
|
||||
comment "racehound needs an Linux kernel >= 3.14 to be built"
|
||||
depends on !BR2_LINUX_KERNEL || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14
|
||||
depends on !BR2_LINUX_KERNEL
|
||||
depends on BR2_i386 || BR2_x86_64
|
||||
|
||||
comment "racehound needs a uClibc or (e)glibc toolchain w/ C++, wchar, dynamic library"
|
||||
comment "racehound needs a uClibc or glibc toolchain w/ C++, wchar, dynamic library"
|
||||
depends on BR2_i386 || BR2_x86_64
|
||||
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || BR2_STATIC_LIBS \
|
||||
|| !(BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_GLIBC)
|
||||
|
||||
Reference in New Issue
Block a user