uclibc: fix MIPS variables
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 10 Nov 2013 15:01:42 +0000 (16:01 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 10 Nov 2013 21:40:12 +0000 (22:40 +0100)
commitab0ff59ee5b2a0b5a910e72f4f558f001380b248
treea9622a2adbcddde31cc453028fa0fdbcc8b215f1
parentf7313cadf2ca9e0195a873f62f6b6c38a58a3630
uclibc: fix MIPS variables

The BR2_UCLIBC_MIPS_ISA hidden Config.in variable defines which uClibc
config option should be enabled for a given MIPS architecture
variant. Therefore, using lower case names doesn't work: they should
be upper case, to match uClibc config option names. This commit makes
sure the mips32, mips32r2 and mips64 builds select the appropriate
uClibc configuration.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Markos Chandras <Markos.Chandras@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/uclibc/Config.in