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.1 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 toolchain/Config.in.1 (limited to 'toolchain/Config.in.1') diff --git a/toolchain/Config.in.1 b/toolchain/Config.in.1 new file mode 100644 index 000000000..83bc710b6 --- /dev/null +++ b/toolchain/Config.in.1 @@ -0,0 +1,9 @@ +# + +if BR2_TOOLCHAIN_SOURCE +source "toolchain/kernel-headers/Config.in" +source "toolchain/uClibc/Config.in" +source "toolchain/binutils/Config.in" +source "toolchain/gcc/Config.in" +source "toolchain/ccache/Config.in" +endif -- cgit v1.2.3