From: Andreas Jaeger Date: Fri, 2 Jan 2004 09:44:02 +0000 (+0100) Subject: install.texi (Specific): Mention x86_64. X-Git-Tag: releases/gcc-3.3.3~130 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1602abc7a33cc573c823fb33ba9e27866cdd62d4;p=thirdparty%2Fgcc.git install.texi (Specific): Mention x86_64. 2004-01-02 Andreas Jaeger , Gerald Pfeifer * doc/install.texi (Specific): Mention x86_64. From-SVN: r75318 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 74d16a6c9ea5..21a8ca904594 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-01-02 Andreas Jaeger , Gerald Pfeifer + + * doc/install.texi (Specific): Mention x86_64. + 2004-01-01 Jakub Jelinek PR optimization/13521 diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index b212d886f5c0..c751644abf11 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -1747,6 +1747,8 @@ GNU Compiler Collection on your machine. @item @uref{#vax-dec-ultrix,,vax-dec-ultrix} @item +@uref{#x86_64-*-*,,x86_64-*-*, amd64-*-*} +@item @uref{#xtensa-*-elf,,xtensa-*-elf} @item @uref{#xtensa-*-linux*,,xtensa-*-linux*} @@ -3304,6 +3306,16 @@ On a System V release 4 system, make sure @file{/usr/bin} precedes Don't try compiling with VAX C (@command{vcc}). It produces incorrect code in some cases (for example, when @code{alloca} is used). +@html +
+@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
@end html