Update documentation.

This commit is contained in:
Krystian Bacławski
2013-05-23 21:00:54 +02:00
parent 7454915e20
commit 9167be7ecc
2 changed files with 18 additions and 23 deletions
+11 -6
View File
@@ -23,12 +23,6 @@ GCC compiler for AmigaOS/m68k
**Note:** *Patches are welcome!*
### Documentation
Texinfo documents converted into HTML:
* [libnix](http://cahirwpz.users.sourceforge.net/libnix/index.html)
### Downloads
There are no downloads provided for the time being. I do as much as possible to make the toolchain portable among Un\*x-like environments. Following platforms were tested and the toolchain is known to work for them:
@@ -38,6 +32,17 @@ There are no downloads provided for the time being. I do as much as possible to
* Ubuntu 12.04 LTS 64-bit (gcc 4.6.3) *requires gcc-multilib*
* MacOS X 10.7.5 (MacPorts - gcc 4.7.3)
### Documentation
Documentation from Free Software Fundation:
* [gcc 2.95.3](http://gcc.gnu.org/onlinedocs/gcc-2.95.3/gcc.html)
* [gcc 3.4.6](http://gcc.gnu.org/onlinedocs/gcc-3.4.6/gcc/)
* [binutils](http://sourceware.org/binutils/docs/)
Texinfo documents from GeekGadgets converted into HTML:
* [libnix - a static library for GCC on the amiga](http://cahirwpz.users.sourceforge.net/libnix/index.html)
* [AmigaOS-only features of GCC](http://cahirwpz.users.sourceforge.net/gcc-amigaos/index.html)
### Compiling
+7 -17
View File
@@ -1,9 +1,8 @@
\input texinfo.tex @c -*-texinfo-*-
@c %**start of header
\input texinfo.tex
@setfilename gcc-amigaos.info
@settitle AmigaOS-only features of GCC
@set lastupdate Oct 25th, 1997
@c %**end of header
@setchapternewpage odd
@ifinfo
This document describes implemenation specific features of the GNU CC
@@ -22,16 +21,15 @@ preserved on all copies.
@subtitle Description of the AmigaOS-only features of GCC
@subtitle @value{lastupdate}
@author Kamil Iskra
@page
@end titlepage
@ifinfo
@node Top, Introduction, (dir), (dir)
@contents
@node Top
This document describes the AmigaOS-only features of the @samp{GNU CC}
compiler.
Last updated @value{lastupdate}.
@end ifinfo
@menu
* Introduction:: Purpose of this document.
@@ -40,8 +38,6 @@ Last updated @value{lastupdate}.
* Attributes:: Variable and function attributes.
* Defines:: Preprocessor symbols.
* Miscellaneous:: Uncategorizable.
* Index:: Concept index.
@end menu
@node Introduction, Invocation, Top, Top
@@ -207,7 +203,7 @@ AmigaOS-specific development.
option. It has absolutely no effect on the code generated by the
compiler, only instructing the @samp{gcc} driver to pass different
options to the linker and preprocessor (@pxref{Options information},
@xref{Library flavors}).
@pxref{Library flavors}).
This option has no negative form.
@end quotation
@@ -1012,7 +1008,7 @@ void __saveds func(void);
This will be fixed in @samp{GCC} 2.8.0.
@end quotation
@node Miscellaneous, Index, Defines, Top
@node Miscellaneous, , Defines, Top
@chapter Miscellaneous
@cindex Miscellaneous
@cindex Uncategorizable
@@ -1134,10 +1130,4 @@ More than one flavor can be specified simultaneously. For example,
when both @ref{-fbaserel} and @samp{-m68020} are specified, the
libraries will be searched in @file{libb/libm020} subdirectory (as
well as in @file{libb} subdirectory and in the standard location).
@node Index, , Miscellaneous, Top
@chapter Index
@printindex cp
@contents
@bye