diff options
author | David Schleef <ds@schleef.org> | 2001-07-03 02:03:16 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2001-07-03 02:03:16 +0000 |
commit | 4d5c35c0b696cdde626b6660abbaec6afb1b9533 (patch) | |
tree | 08db5137de8da1264a434fe842fc5f78144bfcd7 /debian/uclibc-gcc.1 | |
parent | 6d3b6f17fe83e806790f15f84756e0a5bcdcdfea (diff) |
Debian package building scripts
Diffstat (limited to 'debian/uclibc-gcc.1')
-rw-r--r-- | debian/uclibc-gcc.1 | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/debian/uclibc-gcc.1 b/debian/uclibc-gcc.1 new file mode 100644 index 000000000..2fb31b553 --- /dev/null +++ b/debian/uclibc-gcc.1 @@ -0,0 +1,28 @@ +.TH UCLIBC-GCC 1 +.SH NAME +uclibc-gcc \- Cross-compiler for uClibc +.SH SYNOPSIS +.B uclibc-gcc +[ +.B options +] +.br +.B uclibc-ld +[ +.B options +] +.SH DESCRIPTION +These programs are wrappers for +.B gcc +and +.B ld. +.SH BUGS +Probably. + +.SH AUTHORS +Manuel Nova +.br +Manual page written by David Schleef <ds@schleef.org> +.SH SEE ALSO +.BR gcc (1), +.BR ld (1) |