mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-27 04:20:38 -09:00
arch/arm: drop ARM(7TDMI/720T/740T) support
The toolchain currently doesn't build for nommu ARM and is in need of serious work. Problem is there are no emulation targets and real ARM(7TDMI/720T/740T) hardware that's capable of running linux (enough memory, having a memory controller...) is VERY rare and uses very old versions to make it usable. The ARM nommu focus should go into Cortex M series processors that are obtainable at reasonable cost on modern hardware that has external memory controllers. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
ff69b4a6e5
commit
befab216a2
@@ -7,7 +7,7 @@ config BR2_PACKAGE_NODEJS
|
||||
depends on BR2_arm || BR2_i386 || BR2_x86_64 || BR2_mipsel
|
||||
depends on !BR2_MIPS_SOFT_FLOAT
|
||||
# ARM needs BLX, so v5t+
|
||||
depends on !(BR2_arm7tdmi || BR2_arm720t || BR2_arm920t || BR2_arm922t || BR2_fa526)
|
||||
depends on !(BR2_arm920t || BR2_arm922t || BR2_fa526)
|
||||
# uses fork()
|
||||
depends on BR2_USE_MMU
|
||||
help
|
||||
@@ -18,7 +18,7 @@ config BR2_PACKAGE_NODEJS
|
||||
comment "nodejs needs a toolchain w/ C++, IPv6, largefile, threads"
|
||||
depends on BR2_USE_MMU
|
||||
depends on BR2_arm || BR2_i386 || BR2_x86_64 || BR2_mipsel
|
||||
depends on !(BR2_arm7tdmi || BR2_arm720t || BR2_arm920t || BR2_arm922t || BR2_fa526)
|
||||
depends on !(BR2_arm920t || BR2_arm922t || BR2_fa526)
|
||||
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_LARGEFILE || \
|
||||
!BR2_TOOLCHAIN_HAS_THREADS || !BR2_INET_IPV6
|
||||
|
||||
|
||||
Reference in New Issue
Block a user