diff options
author | David Schleef <ds@schleef.org> | 2001-08-09 01:20:43 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2001-08-09 01:20:43 +0000 |
commit | 0641a78fd4681a4310843bc41ac2b4853baf48df (patch) | |
tree | 1639369484f2ec1977312d3600bd9b8bff44ee44 /debian/control | |
parent | c3bbc0eafdae7a50c46ec61f3352821b7c28ea85 (diff) | |
download | uClibc-alpine-0641a78fd4681a4310843bc41ac2b4853baf48df.tar.bz2 uClibc-alpine-0641a78fd4681a4310843bc41ac2b4853baf48df.tar.xz |
Changed uclibc-gcc to uclibc-toolchain. Added fixups for changes
in the Makefiles.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 44a74ff53..278bfd6f0 100644 --- a/debian/control +++ b/debian/control @@ -23,10 +23,12 @@ Description: A small implementation of the C library much smaller than glibc, which makes it useful for embedded systems. -Package: uclibc-gcc +Package: uclibc-toolchain Section: devel Architecture: any Depends: gcc|c-compiler, binutils, ${shlibs:Depends} +Conflicts: uclibc-gcc +Replaces: uclibc-gcc Description: A compiler wrapper for uClibc This is a small wrapper for gcc, ld, and other toolchain utilities to do compilation against uClibc instead of the native libc. |