mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
package/tbtools: allow 32-bit builds
With the latest tbtools 32-bit builds should work too so drop this limitation. Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
1ceb7b9711
commit
04ed3f0aa0
@ -3,8 +3,6 @@ config BR2_PACKAGE_TBTOOLS
|
||||
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
|
||||
depends on BR2_TOOLCHAIN_USES_GLIBC
|
||||
depends on BR2_PACKAGE_HAS_UDEV
|
||||
# Fails to build on 32-bit systems
|
||||
depends on BR2_ARCH_IS_64
|
||||
select BR2_PACKAGE_HOST_RUSTC
|
||||
help
|
||||
tbtools is a collection of tools for Linux Thunderbolt/USB4
|
||||
@ -14,5 +12,4 @@ config BR2_PACKAGE_TBTOOLS
|
||||
|
||||
comment "tbtools needs udev /dev management w/ glibc toolchain"
|
||||
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
|
||||
depends on BR2_ARCH_IS_64
|
||||
depends on !BR2_PACKAGE_HAS_UDEV || !BR2_TOOLCHAIN_USES_GLIBC
|
||||
|
Loading…
Reference in New Issue
Block a user