summaryrefslogtreecommitdiffstats
path: root/toolchain/Config.in.1
diff options
context:
space:
mode:
authorPeter Korsgaard2008-12-15 16:28:48 +0100
committerPeter Korsgaard2008-12-15 16:28:48 +0100
commite2e4950b2d9334e6380e32cf30c7c7968747ccc0 (patch)
treec2d61eb791929dadfeaaade08db87c2551d6d51f /toolchain/Config.in.1
parentifplugd: fix non-C++ build (diff)
downloadbuildroot-e2e4950b2d9334e6380e32cf30c7c7968747ccc0.tar.gz
buildroot-e2e4950b2d9334e6380e32cf30c7c7968747ccc0.tar.xz
buildroot-e2e4950b2d9334e6380e32cf30c7c7968747ccc0.zip
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).
Diffstat (limited to 'toolchain/Config.in.1')
-rw-r--r--toolchain/Config.in.19
1 files changed, 9 insertions, 0 deletions
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