diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-21 12:58:51 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-21 12:58:51 +0000 |
commit | 726abd4e519f97eda6f6dfc1b6b9505fc37e8b23 (patch) | |
tree | 660193529c48e113266f8e844b8a309db45ecc2b /toolchain/gcc | |
parent | 50399135542bfb1d7f49ff276f47081313d1426d (diff) | |
download | buildroot-novena-726abd4e519f97eda6f6dfc1b6b9505fc37e8b23.tar.gz buildroot-novena-726abd4e519f97eda6f6dfc1b6b9505fc37e8b23.zip |
- provide means to "install uClibc headers in the target filesystem" without a native compiler
Diffstat (limited to 'toolchain/gcc')
-rw-r--r-- | toolchain/gcc/Config.in.2 | 1 |
1 files changed, 1 insertions, 0 deletions
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. |