mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-15 16:23:25 +08:00
a5e92d92e7
[Peter: update manual to match] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
9 lines
239 B
Plaintext
9 lines
239 B
Plaintext
# Config entries for internal toolchain backend
|
|
|
|
if BR2_TOOLCHAIN_BUILDROOT
|
|
source "package/linux-headers/Config.in.host"
|
|
source "package/uclibc/Config.in"
|
|
source "package/binutils/Config.in.host"
|
|
source "package/gcc/Config.in.host"
|
|
endif
|