install.texi (Specific): Mention x86_64.

2004-01-02  Andreas Jaeger  <aj@suse.de>, Gerald Pfeifer  <gp@suse.de>

	* doc/install.texi (Specific): Mention x86_64.

From-SVN: r75317
This commit is contained in:
Andreas Jaeger 2004-01-02 10:42:10 +01:00 committed by Andreas Jaeger
parent 67a1d89df9
commit 7e081a0cf3
2 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-01-02 Andreas Jaeger <aj@suse.de>, Gerald Pfeifer <gp@suse.de>
* doc/install.texi (Specific): Mention x86_64.
2004-01-01 Hans-Peter Nilsson <hp@bitrange.com>
* builtins.c (expand_builtin_apply_args_1) [STACK_GROWS_DOWNWARD]:

View File

@ -2096,6 +2096,8 @@ GNU Compiler Collection on your machine.
@item
@uref{#*-*-vxworks*,,*-*-vxworks*}
@item
@uref{#x86_64-*-*,,x86_64-*-*, amd64-*-*}
@item
@uref{#xtensa-*-elf,,xtensa-*-elf}
@item
@uref{#xtensa-*-linux*,,xtensa-*-linux*}
@ -3494,6 +3496,16 @@ module, @file{contrib/gthr_supp_vxw_5x.c}. Follow the instructions in
that file to add the module to your kernel build. (Future versions of
VxWorks will incorporate this module.)
@html
<hr />
@end html
@heading @anchor{x86_64-*-*}x86_64-*-*, amd64-*-*
GCC supports the x86-64 architecture implemented by the AMD64 processor
(amd64-*-* is an alias for x86_64-*-*) on GNU/Linux, FreeBSD and NetBSD.
On GNU/Linux the default is a bi-arch compiler which is able to generate
both 64-bit x86-64 and 32-bit x86 code (via the @option{-m32} switch).
@html
<hr />
@end html