configs: linaro-base: set CONFIG_AEABI=y
authorJon Medhurst <tixy@linaro.org>
Wed, 7 Nov 2012 15:37:28 +0000 (15:37 +0000)
committerJon Medhurst <tixy@linaro.org>
Mon, 13 May 2013 12:21:42 +0000 (13:21 +0100)
commit46164b8909c93dc64a4fccd0cf93e5327265a50d
tree0eade36d29e2ac074b48ad72d203651dfe2c1e38
parent8b98c80ea3b74847881aedbaf1354e56eeac7f8d
configs: linaro-base: set CONFIG_AEABI=y

We already have CONFIG_THUMB2_KERNEL=y which also selects CONFIG_AEABI
however if someone wanted to disable Thumb2 for debugging or other
reasons then they may try simply removing the Thumb2 config entry. This
however would then default to the old ABI and it seems there are some
obscure bugs in this little tested kernel variant. So, to save wasting
people's time let's make sure CONFIG_AEABI is explicitly selected.

As we are adding this to linaro-base.conf we can remove it from
android.conf (which probably had it as a leftover from when we
had Thumb2 disabled).

Signed-off-by: Jon Medhurst <tixy@linaro.org>
linaro/configs/android.conf
linaro/configs/linaro-base.conf