summaryrefslogtreecommitdiff
path: root/package/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/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/Config.in')
-rw-r--r--package/Config.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/Config.in b/package/Config.in
index 343386dd8..25badd5d0 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -10,9 +10,10 @@ menu "Applications"
menu "Basesystem"
source "package/base-files/Config.in"
source "package/busybox/Config.in"
-source "package/uclibc/Config.in"
source "package/cfgfs/Config.in"
+source "package/uclibc/Config.in"
source "package/glibc/Config.in"
+source "package/libc/Config.in"
endmenu
menu "Bluetooth"