diff options
Diffstat (limited to 'contrib/gcc/install.texi')
-rw-r--r-- | contrib/gcc/install.texi | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/contrib/gcc/install.texi b/contrib/gcc/install.texi index 962a6e7..337da79 100644 --- a/contrib/gcc/install.texi +++ b/contrib/gcc/install.texi @@ -814,9 +814,15 @@ Use this configuration to generate a.out binaries on Linux-based GNU systems. This configuration is being superseded. You must use gas/binutils version 2.5.2 or later. +@item i386-*-linux-gnulibc1 +Use this configuration to generate ELF binaries on Linux-based GNU +systems using the Linux libc version 5. You must use gas/binutils +version 2.5.2 or later. + @item i386-*-linux Use this configuration to generate ELF binaries on Linux-based GNU -systems. You must use gas/binutils version 2.5.2 or later. +systems using glibc 2. You must use gas/binutils version 2.8.1 or +later. @item i386-*-sco Compilation with RCC is recommended. Also, it may be a good idea to @@ -934,6 +940,19 @@ HP 9000 series 200 running BSD. Note that the C compiler that comes with this system cannot compile GNU CC; contact @code{law@@cs.utah.edu} to get binaries of GNU CC for bootstrapping. +@item m68k-*-linuxaout +Use this configuration to generate a.out binaries on Linux. This configuration +is being superseded. You must use gas/binutils version 2.5.2 or later. + +@item m68k-*-linux-gnulibc1 +Use this configuration to generate ELF binaries on Linux with the +Linux C library 5.x.x. You must use gas/binutils version 2.8.1 later. + +@item m68k-*-linux +Use this configuration to generate ELF binaries on Linux-based GNU +systems with the GNU C library 2. You must use gas/binutils version +2.8.1 or later. + @item m68k-altos Altos 3068. You must use the GNU assembler, linker and debugger. Also, you must fix a kernel bug. Details in the file @file{README.ALTOS}. |