mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-24 01:09:25 +08:00
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:
parent
67a1d89df9
commit
7e081a0cf3
@ -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]:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user