toolchain: use same gdb Config.in for internal/external toolchains
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 15 Dec 2008 15:28:48 +0000 (15:28 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 15 Dec 2008 15:28:48 +0000 (15:28 -0000)
commite2e4950b2d9334e6380e32cf30c7c7968747ccc0
treec2d61eb791929dadfeaaade08db87c2551d6d51f
parent060dca08f9d90d78415dd1a7ce693e92d66f0d6b
toolchain: use same gdb Config.in for internal/external toolchains

We used to use different gdb configs for internal and external toolchains
because mconf won't source the same file twice. This works, but is kind of
sub optimal, as people forget to keep them in sync.

Fix it to use the same file for both situations by shuffling around the
config options a bit. Should work identical to before (except for the newer
gdb versions available for ext).
toolchain/Config.in
toolchain/Config.in.1 [new file with mode: 0644]
toolchain/Config.in.2
toolchain/external-toolchain/Config.in
toolchain/external-toolchain/Config.in.2 [new file with mode: 0644]
toolchain/gdb/Config.in.2 [deleted file]
toolchain/gdb/gdb.mk