aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorAndrew Cagney <ac131313@redhat.com>2001-10-27 18:59:59 +0000
committerAndrew Cagney <cagney@gcc.gnu.org>2001-10-27 18:59:59 +0000
commit405fcf37d66fa4123cfcd1c6c8ca64045cbc2287 (patch)
tree899d0aa3e00491586b302bfd7be9a84b2563f7a7 /gcc/doc
parent27164e1e41bdb6377172a3c00c9a5b167b16db17 (diff)
downloadgcc-405fcf37d66fa4123cfcd1c6c8ca64045cbc2287.zip
gcc-405fcf37d66fa4123cfcd1c6c8ca64045cbc2287.tar.gz
gcc-405fcf37d66fa4123cfcd1c6c8ca64045cbc2287.tar.bz2
Add native support for NetBSD/PPC. Imported from trunk.
From-SVN: r46570
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/install.texi11
-rw-r--r--gcc/doc/invoke.texi7
2 files changed, 17 insertions, 1 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 6608f48..ae85600 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -1415,6 +1415,8 @@ as new information becomes available.
@item
@uref{#powerpc-*-linux-gnu*,,powerpc-*-linux-gnu*}
@item
+@uref{#powerpc-*-netbsd*,,powerpc-*-netbsd*}
+@item
@uref{#powerpc-*-eabiaix,,powerpc-*-eabiaix}
@item
@uref{#powerpc-*-eabisim,,powerpc-*-eabisim}
@@ -2984,6 +2986,15 @@ if you initially built it with gcc-2.7.2.x.
</p>
<hr>
@end html
+@heading @anchor{powerpc-*-netbsd*}powerpc-*-netbsd*
+PowerPC system in big endian mode running NetBSD@. To build the
+documentation you will need Texinfo version 4.0 (NetBSD 1.5.1 included
+Texinfo version 3.12).
+
+@html
+</p>
+<hr>
+@end html
@heading @anchor{powerpc-*-eabiaix}powerpc-*-eabiaix
Embedded PowerPC system in big endian mode with @option{-mcall-aix} selected as
the default.
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 84b0657..96478c3 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -432,7 +432,7 @@ in the following sections.
-mstrict-align -mno-strict-align -mrelocatable @gol
-mno-relocatable -mrelocatable-lib -mno-relocatable-lib @gol
-mtoc -mno-toc -mlittle -mlittle-endian -mbig -mbig-endian @gol
--mcall-aix -mcall-sysv -mprototype -mno-prototype @gol
+-mcall-aix -mcall-sysv -mcall-netbsd -mprototype -mno-prototype @gol
-msim -mmvme -mads -myellowknife -memb -msdata @gol
-msdata=@var{opt} -mvxworks -G @var{num}}
@@ -6733,6 +6733,11 @@ operating system.
On System V.4 and embedded PowerPC systems compile code for the
Linux-based GNU system.
+@item -mcall-netbsd
+@opindex mcall-netbsd
+On System V.4 and embedded PowerPC systems compile code for the
+NetBSD operating system.
+
@item -mprototype
@itemx -mno-prototype
@opindex mprototype