summaryrefslogtreecommitdiff
path: root/package/libc/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-05-27 22:14:21 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-05-27 22:14:21 +0200
commitbbd610f15a71b27c955175cb98392b114717fd47 (patch)
tree13d196e0e70c15c119336f59fa8f7183884590d5 /package/libc/Config.in
parentbad63eb735b13e1f009a19af1dd810f7279c2ba1 (diff)
native build support
- just use native gcc and binutils to compile a system - can be used to chroot into it - maybe useful later on lemote book to build packages natively
Diffstat (limited to 'package/libc/Config.in')
-rw-r--r--package/libc/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/package/libc/Config.in b/package/libc/Config.in
new file mode 100644
index 000000000..d8956f1d7
--- /dev/null
+++ b/package/libc/Config.in
@@ -0,0 +1,9 @@
+config ADK_PACKAGE_LIBC
+ prompt "libc............................... native C library"
+ tristate
+ default y if ADK_NATIVE
+ default n
+ depends on ADK_NATIVE
+ help
+ C library.
+