summaryrefslogtreecommitdiffstats
path: root/package/nettle
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2014-05-07 14:10:05 -0300
committerPeter Korsgaard <peter@korsgaard.com>2014-05-08 16:53:49 +0200
commitbefab216a29927f598e0a3ba0b012f7e822bb235 (patch)
tree3fb2b342a4fe3a35dd9b3e7f498691e78c5f4bb9 /package/nettle
parentff69b4a6e51c4547116663ace8ee4363cd3ccd3b (diff)
downloadbuildroot-befab216a29927f598e0a3ba0b012f7e822bb235.tar.gz
buildroot-befab216a29927f598e0a3ba0b012f7e822bb235.zip
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>
Diffstat (limited to 'package/nettle')
-rw-r--r--package/nettle/nettle.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/nettle/nettle.mk b/package/nettle/nettle.mk
index c23b4fa37a..647100a443 100644
--- a/package/nettle/nettle.mk
+++ b/package/nettle/nettle.mk
@@ -15,7 +15,7 @@ NETTLE_LICENSE_FILES = COPYING.LIB
NETTLE_CONF_OPT = --disable-openssl
# ARM assembly requires v6+ ISA
-ifeq ($(BR2_arm7tdmi)$(BR2_arm720t)$(BR2_arm920t)$(BR2_arm922t)$(BR2_arm926t)$(BR2_arm10t)$(BR2_fa526)$(BR2_strongarm)$(BR2_xscale)$(BR2_iwmmxt),y)
+ifeq ($(BR2_arm920t)$(BR2_arm922t)$(BR2_arm926t)$(BR2_arm10t)$(BR2_fa526)$(BR2_strongarm)$(BR2_xscale)$(BR2_iwmmxt),y)
NETTLE_CONF_OPT += --disable-assembler
endif
OpenPOWER on IntegriCloud