diff options
author | Andreas Jaeger <aj@suse.de> | 2004-01-02 10:42:10 +0100 |
---|---|---|
committer | Andreas Jaeger <aj@gcc.gnu.org> | 2004-01-02 10:42:10 +0100 |
commit | 7e081a0cf3bf82aa630ddd69f2315413672d06f6 (patch) | |
tree | ea2d079979f5694c8334325f82451706ccc06b2a | |
parent | 67a1d89df9b7cad9c1cbde56313081dfe7eb60a6 (diff) | |
download | gcc-7e081a0cf3bf82aa630ddd69f2315413672d06f6.zip gcc-7e081a0cf3bf82aa630ddd69f2315413672d06f6.tar.gz gcc-7e081a0cf3bf82aa630ddd69f2315413672d06f6.tar.bz2 |
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
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/install.texi | 12 |
2 files changed, 16 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7187c91..e29f9a1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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]: diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index ce8e77b..3aff2a8 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -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*} @@ -3497,6 +3499,16 @@ 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 @heading @anchor{xtensa-*-elf}xtensa-*-elf This target is intended for embedded Xtensa systems using the |