]>
Commit | Line | Data |
---|---|---|
4d5c35c0 DS |
1 | Source: uclibc |
2 | Section: devel | |
3 | Priority: optional | |
4 | Maintainer: David Schleef <[email protected]> | |
05d7c836 | 5 | Build-Depends: debhelper, bzip2, kernel-source-2.4.16 |
26f348f4 | 6 | Standards-Version: 3.5.6 |
4d5c35c0 DS |
7 | |
8 | Package: libuclibc-dev | |
9 | Section: devel | |
e4e0b255 | 10 | Architecture: arm i386 m68k mips mipsel powerpc sh sparc |
54c46b3d | 11 | Depends: libuclibc0 (= ${Source-Version}) |
4d5c35c0 DS |
12 | Description: A small implementation of the C library |
13 | uClibc is an implementation of the standard C library that is | |
14 | much smaller than glibc, which makes it useful for embedded | |
26f348f4 DS |
15 | systems. This package includes header files and development |
16 | libraries necessary to compile applications that use uClibc. | |
4d5c35c0 DS |
17 | |
18 | Package: libuclibc0 | |
19 | Section: libs | |
e4e0b255 | 20 | Architecture: arm i386 m68k mips mipsel powerpc sh sparc |
54c46b3d | 21 | Depends: |
4d5c35c0 DS |
22 | Description: A small implementation of the C library |
23 | uClibc is an implementation of the standard C library that is | |
24 | much smaller than glibc, which makes it useful for embedded | |
26f348f4 DS |
25 | systems. This package provides only the run-time libraries. |
26 | . | |
27 | The Debian binary packages for uClibc do not provide the necessary | |
28 | components for using uClibc as the primary library on a system, | |
29 | as might be done for an embedded system. | |
4d5c35c0 | 30 | |
0641a78f | 31 | Package: uclibc-toolchain |
4d5c35c0 | 32 | Section: devel |
e4e0b255 | 33 | Architecture: arm i386 m68k mips mipsel powerpc sh sparc |
3f9dec7f | 34 | Depends: gcc|c-compiler, binutils, ${shlibs:Depends} |
26f348f4 | 35 | Recommends: libuclibc-dev |
0641a78f DS |
36 | Conflicts: uclibc-gcc |
37 | Replaces: uclibc-gcc | |
4d5c35c0 | 38 | Description: A compiler wrapper for uClibc |
26f348f4 DS |
39 | This package includes utilities that function as a toolchain for |
40 | compiling with uClibc instead of the native libc. The utilities | |
41 | have names such as powerpc-uclibc-gcc (depending on the architecture), | |
42 | and should behave identically to the base utilities, except that | |
43 | they use headers and libraries provided in the libuclibc-dev | |
44 | package. Most utilities are symbolic links to the correct underlying | |
45 | utility, although gcc and ld are implemented as wrapper binaries that | |
46 | call gcc and ld with the necessary arguments and command line options. | |
4d5c35c0 | 47 |