From e2e4950b2d9334e6380e32cf30c7c7968747ccc0 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 15 Dec 2008 15:28:48 +0000 Subject: 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 | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'toolchain/Config.in') diff --git a/toolchain/Config.in b/toolchain/Config.in index ccea8c5e7..d66ce1d38 100644 --- a/toolchain/Config.in +++ b/toolchain/Config.in @@ -28,7 +28,16 @@ config BR2_TOOLCHAIN_SOURCE source "target/device/Config.in.toolchain" -source "toolchain/Config.in.2" +source "toolchain/Config.in.1" source "toolchain/external-toolchain/Config.in" +# we want gdb config in the middle of both source and external +# toolchains, but mconf won't let us source the same file twice, +# so put it here instead +source "toolchain/gdb/Config.in" +comment "Common Toolchain Options" + +source "toolchain/Config.in.2" +source "toolchain/external-toolchain/Config.in.2" + endmenu -- cgit v1.2.3