diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-05-27 22:14:21 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-05-27 22:14:21 +0200 |
commit | bbd610f15a71b27c955175cb98392b114717fd47 (patch) | |
tree | 13d196e0e70c15c119336f59fa8f7183884590d5 /package/libc/ipkg | |
parent | bad63eb735b13e1f009a19af1dd810f7279c2ba1 (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/ipkg')
-rw-r--r-- | package/libc/ipkg/libc.control | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/libc/ipkg/libc.control b/package/libc/ipkg/libc.control new file mode 100644 index 000000000..a522be5d5 --- /dev/null +++ b/package/libc/ipkg/libc.control @@ -0,0 +1,4 @@ +Package: libc +Priority: optional +Section: libs +Description: native standard C library |