kumquat-buildroot/configs/arm_nptl_toolchain_defconfig
Gustavo Zacarias 17dfec8c9b toolchain: drop BR2_CROSS_TOOLCHAIN_TARGET_UTILS option
It's really not very useful, all it does is install a target
strace and ldd in a target_utils directory in staging.
While at it clean up the strace makefile a bit.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-12-29 23:14:48 +01:00

19 lines
306 B
Plaintext

# Architecture
BR2_arm=y
BR2_arm926t=y
# Toolchain options
BR2_LARGEFILE=y
BR2_INET_IPV6=y
BR2_INET_RPC=y
BR2_ENABLE_LOCALE=y
BR2_USE_WCHAR=y
BR2_PTHREADS_NATIVE=y
BR2_INSTALL_LIBSTDCPP=y
# No package
# BR2_PACKAGE_BUSYBOX is not set
# No filesystem (toolchain only)
# BR2_TARGET_ROOTFS_EXT2 is not set