e2e4950b2d
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).
10 lines
220 B
Groff
10 lines
220 B
Groff
#
|
|
|
|
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
|