From 726abd4e519f97eda6f6dfc1b6b9505fc37e8b23 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sun, 21 Jan 2007 12:58:51 +0000 Subject: - provide means to "install uClibc headers in the target filesystem" without a native compiler --- toolchain/gcc/Config.in.2 | 1 + 1 file changed, 1 insertion(+) (limited to 'toolchain/gcc') diff --git a/toolchain/gcc/Config.in.2 b/toolchain/gcc/Config.in.2 index c523b9705..24b316307 100644 --- a/toolchain/gcc/Config.in.2 +++ b/toolchain/gcc/Config.in.2 @@ -1,6 +1,7 @@ config BR2_PACKAGE_GCC_TARGET bool "native toolchain in the target filesystem" default n + select BR2_PACKAGE_UCLIBC_TARGET_HEADERS help If you want the target system to be able to run binutils/gcc and compile native code, say Y here. -- cgit v1.2.3