Add ARM11 MPCore CPU target support
authorSergi Granell <sergi_g_12@hotmail.com>
Sat, 28 Nov 2015 14:55:21 +0000 (15:55 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 3 Jan 2016 21:35:22 +0000 (22:35 +0100)
commit449d7b9127096cf0a40118b298bc2fbbdac99d2a
tree22523c8129e29aa48ad0fb96a6831d16a4f5f6cb
parent3e1b33a5349b21197da88405f32d3fc57a385421
Add ARM11 MPCore CPU target support

gcc differentiates the mpcore-with-vfp from the mcpore-without-vfp
CPUs. The former is named just 'mpcore', while the latter is named
'mpcorenovfp'.

We only add one entry, 'mpcore' and let the user select whether or
not to use the VFP. We then name the CPU according to the user's
selection.

Signed-off-by: Sergi Granell <xerpi.g.12@gmail.com>
Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
arch/Config.in.arm