~ubuntu-branches/ubuntu/trusty/musl/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/man/musl-gcc.1

  • Committer: Package Import Robot
  • Author(s): Kevin Bortis
  • Date: 2013-09-20 20:54:14 UTC
  • Revision ID: package-import@ubuntu.com-20130920205414-gy2n33v6iv9xu99c
Tags: 0.9.13-3
* Ready for Debian upload  (Closes: #713072) 
* Respect user set CC
* Reworked package according to feedback gven
  by Anton Gladky. See #721839 for reference.
* Reworked debian/copyright file according to
  feedback given by Paul Richards Tagliamonte

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH "musl-gcc" "1" "August 23, 2013" "Linux" "General Commands Manual"
 
2
.SH "NAME"
 
3
\fBmusl-gcc\fP
 
4
\- musl wrapper for gcc
 
5
.SH "SYNOPSIS"
 
6
\fBmusl-gcc\fP
 
7
[OPTION...]
 
8
[FILENAME...]
 
9
.SH "DESCRIPTION"
 
10
\fBmusl-gcc\fP
 
11
acts as a wrapper arround
 
12
gcc(1)
 
13
which sets the correct system include paths for linking with musl libc library.
 
14
.sp
 
15
Since
 
16
\fBmusl-gcc\fP
 
17
is a simple wrapper arround
 
18
gcc(1)
 
19
it uses the same command line arguments.
 
20
.SH "FILES"
 
21
\fI/usr/lib/$ARCH-linux-musl/musl-gcc.specs\fP
 
22
musl-gcc spec file that defines new/overwritten include paths.
 
23
.SH "SEE ALSO"
 
24
gcc(1)
 
25
.SH "AUTHORS"
 
26
Kevin Bortis <pkgs@bortis.ch>.
 
27
.sp
 
28
\fBmusl-gcc\fP
 
29
was written by
 
30
Rich Felker <dalias@aerifal.cx>