target/Config.in.arch: fix BR2_GCC_TARGET_ARCH for arm926t
commite9bf6aac83afc83e2a211796418966e00e496a42
authorAlex Dobrynin <alex_dobrynin@hotmail.com>
Mon, 1 Jun 2009 08:45:02 +0000 (1 10:45 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 1 Jun 2009 08:45:02 +0000 (1 10:45 +0200)
treecf142563638b90ca318e8a39e533aa4114c1b78e
parent0b76735b4703a6f542726d438c5f38f1840fd6db
target/Config.in.arch: fix BR2_GCC_TARGET_ARCH for arm926t

Closes #367.

arm926t was wrongly listed as armv4t, and not armv5te - leading to
the following error while compiling the kernel (2.6.28):

  CC      arch/arm/kernel/traps.o
{standard input}: Assembler messages:
{standard input}:1094: Error: selected processor does not support `pld [r6,#0]'

Signed-off-by: Alex Dobrynin <alex_dobrynin@hotmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
target/Config.in.arch