7f240d984b
[Peter: fix file header] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
9 lines
238 B
Plaintext
9 lines
238 B
Plaintext
# Config entries for internal toolchain backend
|
|
|
|
if BR2_TOOLCHAIN_BUILDROOT
|
|
source "package/linux-headers/Config.in.host"
|
|
source "toolchain/uClibc/Config.in"
|
|
source "package/binutils/Config.in.host"
|
|
source "toolchain/gcc/Config.in"
|
|
endif
|