gdb: correct version selection on arc/microblaze if host version isn't enabled
authorPeter Korsgaard <peter@korsgaard.com>
Tue, 25 Feb 2014 20:48:31 +0000 (21:48 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 25 Feb 2014 20:48:31 +0000 (21:48 +0100)
commitbd7b402fb195e22dc6b375f764ea5d2dd09d4e5e
tree48ba6ee60961ee390f0f6f4e1079bcb8c4ea7a38
parent78c3a32c756a55d47367dbf8ab9f9223cba130bc
gdb: correct version selection on arc/microblaze if host version isn't enabled

Fixes http://autobuild.buildroot.net/results/858/8580840f6e41f198d2cfc0609e14765dbc2e7322/

kconfig uses the first 'default ... if' line that matches, so ensure the
arch specific ones come before the generic 7.5.1 default, otherwise
arc/microblaze ends up with 7.5.1 instead of their custom version.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/gdb/Config.in.host