tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] TinyCC 0.9.9 is out


From: Cyril Bouthors
Subject: Re: [Tinycc-devel] TinyCC 0.9.9 is out
Date: Sun, 28 Jul 2002 15:37:58 +0200

Fabrice Bellard writes:
 > 
 > If you have time, you can modify the man so that it says to read
 > the info page (or you would have to duplicate the command line
 > options).

It's done and I've uploaded the Debian package.  You can find the
patch for the man page at the end of this mail...

 > I have also a question: would it be possible to install the info
 > page as a texinfo manual as gcc ? If so, maybe I should change the
 > name of tcc-doc.texi to tinycc.texi and then compile it to
 > tinycc.info...

I have no idea... sorry.


################################################################

--- tcc-0.9.9.orig/tcc.1
+++ tcc-0.9.9/tcc.1
@@ -1,4 +1,4 @@
-.TH TCC 1 "2002 Feb 6" TCC
+.TH TCC 1 "2002 Jul 28" TCC
 .SH NAME
 tcc \- tiny C compiler - the smallest ANSI C compiler
 .SH SYNOPSIS
@@ -23,64 +23,12 @@
 is also supported--just add '#!/usr/bin/tcc' at the first line of your
 C source, and execute it directly from the command line.
 
-.TP
-.BI "\-I" "dir"
-Append directory \c
-.I dir\c
-\& to the list of directories searched for include files.
-.TP
-.BI \-D macro
-Define macro \c
-.I macro\c
-\& with the string `\|\c
-.B 1\c
-\&\|' as its definition.
-.TP
-.BI \-D macro = defn
-Define macro \c
-.I macro\c
-\& as \c
-.I defn\c
-\&.    All instances of `\|\c
-.B \-D\c
-\&\|' on
-the command line are processed before any `\|\c
-.B \-U\c
-\&\|' options.
-.TP
-.BI \-U macro
-Undefine macro \c
-.I macro\c
-\&.  `\|\c
-.B \-U\c
-\&\|' options are evaluated after all `\|\c
-.B \-D\c
-\&\|' options, but before any `\|\c
-.B \-include\c
-\&\|' and `\|\c
-.B \-imacros\c
-\&\|' options.
-.TP
-.BI \-l library
-Use the library named \c
-.I library\c
-\& when linking.
-
-
-.TP
-\fB\-l\fRlib
-link with dynamic library 'lib'
-.TP
-\fB\-g\f
-generate runtime debug info
-.TP
-\fB\-b\f
-compile with built-in memory and bounds checker (implies -g)
-.TP
-\fB\-i\fR <file>
-compile <file>
+
+For more informations about command line options, please take a look
+at /usr/share/doc/tcc/tcc-doc.html
+
 .SH SEE ALSO
-\fIgcc\fP(1)
+\fIgcc\fP(1), /usr/share/doc/tcc/tcc-doc.html
 .SH PROBLEMS AND BUGS
 We haven't found any bugs yet. Perhaps there are bugs but it's
 unlikely.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]