]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/doc/install.texi
2002-05-04 David S. Miller <davem@redhat.com>
[thirdparty/gcc.git] / gcc / doc / install.texi
CommitLineData
f42974dc
DW
1\input texinfo.tex @c -*-texinfo-*-
2@c @ifnothtml
3@c %**start of header
4@setfilename install.info
5@settitle Installing GCC
6@setchapternewpage odd
7@c %**end of header
8@c @end ifnothtml
9
10@c Specify title for specific html page
11@ifset indexhtml
12@settitle Installing GCC
13@end ifset
14@ifset specifichtml
15@settitle Host/Target specific installation notes for GCC
16@end ifset
17@ifset downloadhtml
18@settitle Downloading GCC
19@end ifset
20@ifset configurehtml
21@settitle Installing GCC: Configuration
22@end ifset
23@ifset buildhtml
24@settitle Installing GCC: Building
25@end ifset
26@ifset testhtml
27@settitle Installing GCC: Testing
28@end ifset
29@ifset finalinstallhtml
30@settitle Installing GCC: Final installation
31@end ifset
32@ifset binarieshtml
33@settitle Installing GCC: Binaries
34@end ifset
73e2155a
JM
35@ifset oldhtml
36@settitle Installing GCC: Old documentation
37@end ifset
aed5964b
JM
38@ifset gfdlhtml
39@settitle Installing GCC: GNU Free Documentation License
40@end ifset
f42974dc 41
aed5964b 42@c Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
4dd57c18 43@c 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
f42974dc
DW
44@c *** Converted to texinfo by Dean Wakerley, dean@wakerley.com
45
46@c Include everything if we're not making html
47@ifnothtml
48@set indexhtml
49@set specifichtml
50@set downloadhtml
51@set configurehtml
52@set buildhtml
53@set testhtml
54@set finalinstallhtml
55@set binarieshtml
73e2155a 56@set oldhtml
aed5964b 57@set gfdlhtml
f42974dc
DW
58@end ifnothtml
59
60@c Part 2 Summary Description and Copyright
aed5964b
JM
61@macro copyrightnotice
62Copyright @copyright{} 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
4dd57c18 631999, 2000, 2001, 2002 Free Software Foundation, Inc.
aed5964b
JM
64@sp 1
65Permission is granted to copy, distribute and/or modify this document
66under the terms of the GNU Free Documentation License, Version 1.1 or
67any later version published by the Free Software Foundation; with no
68Invariant Sections, the Front-Cover texts being (a) (see below), and
69with the Back-Cover Texts being (b) (see below). A copy of the
70license is included in the section entitled ``@uref{./gfdl.html,,GNU
71Free Documentation License}''.
72
73(a) The FSF's Front-Cover Text is:
74
75 A GNU Manual
76
77(b) The FSF's Back-Cover Text is:
78
79 You have freedom to copy and modify this GNU Manual, like GNU
80 software. Copies published by the Free Software Foundation raise
81 funds for GNU development.
82@end macro
f42974dc 83@ifinfo
aed5964b 84@copyrightnotice{}
f42974dc
DW
85@end ifinfo
86
87@c Part 3 Titlepage and Copyright
88@titlepage
89@sp 10
90@comment The title is printed in a large font.
ef88b07d 91@center @titlefont{Installing GCC}
f42974dc
DW
92
93@c The following two commands start the copyright page.
94@page
ef88b07d 95@vskip 0pt plus 1filll
aed5964b 96@copyrightnotice{}
f42974dc
DW
97@end titlepage
98
99@c Part 4 Top node and Master Menu
100@ifinfo
101@node Top, , , (dir)
102@comment node-name, next, Previous, up
103
104@menu
105* Installing GCC:: This document describes the generic installation
106 procedure for GCC as well as detailing some target
f9047ed3 107 specific installation instructions.
f42974dc
DW
108
109* Specific:: Host/target specific installation notes for GCC.
110* Binaries:: Where to get pre-compiled binaries.
111
73e2155a
JM
112* Old:: Old installation documentation.
113
aed5964b 114* GNU Free Documentation License:: How you can copy and share this manual.
f42974dc
DW
115* Concept Index:: This index has two entries.
116@end menu
117@end ifinfo
118
119@c Part 5 The Body of the Document
120@c ***Installing GCC**********************************************************
6cfb3f16 121@ifnothtml
f42974dc
DW
122@comment node-name, next, previous, up
123@node Installing GCC, Binaries, , Top
6cfb3f16 124@end ifnothtml
f42974dc
DW
125@ifset indexhtml
126@html
127<h1 align="center">Installing GCC</h1>
128@end html
129@ifnothtml
130@chapter Installing GCC
131@end ifnothtml
132
133The latest version of this document is always available at
f9047ed3 134@uref{http://gcc.gnu.org/install/,,http://gcc.gnu.org/install/}.
f42974dc
DW
135
136This document describes the generic installation procedure for GCC as well
f9047ed3 137as detailing some target specific installation instructions.
f42974dc 138
f9047ed3
JM
139GCC includes several components that previously were separate distributions
140with their own installation instructions. This document supersedes all
eea81d3e 141package specific installation instructions.
f42974dc 142
f9047ed3 143@emph{Before} starting the build/install procedure please check the
f42974dc 144@ifnothtml
eea81d3e 145@ref{Specific, host/target specific installation notes}.
f42974dc 146@end ifnothtml
c009f01f 147@ifhtml
f9047ed3 148@uref{specific.html,,host/target specific installation notes}.
c009f01f 149@end ifhtml
f9047ed3 150We recommend you browse the entire generic installation instructions before
f42974dc
DW
151you proceed.
152
c009f01f
JJ
153Lists of successful builds for released versions of GCC are
154available at our web pages for
975c6e4e 155@uref{http://gcc.gnu.org/gcc-3.1/buildstat.html,,3.1},
c009f01f
JJ
156@uref{http://gcc.gnu.org/gcc-3.0/buildstat.html,,3.0}
157and
158@uref{http://gcc.gnu.org/gcc-2.95/buildstat.html,,2.95}.
159These lists are updated as new information becomes available.
160
f9047ed3 161The installation procedure itself is broken into five steps.
f42974dc
DW
162
163@ifinfo
164@menu
165* Downloading the source::
166* Configuration::
167* Building::
168* Testing:: (optional)
169* Final install::
170@end menu
171@end ifinfo
c009f01f 172@ifhtml
f42974dc 173@enumerate
f9047ed3 174@item
f42974dc 175@uref{download.html,,Downloading the source}
f42974dc 176@item
f9047ed3
JM
177@uref{configure.html,,Configuration}
178@item
179@uref{build.html,,Building}
180@item
181@uref{test.html,,Testing} (optional)
f42974dc
DW
182@item
183@uref{finalinstall.html,,Final install}
184@end enumerate
c009f01f 185@end ifhtml
f42974dc 186
38209993 187Please note that GCC does not support @samp{make uninstall} and probably
f9047ed3 188won't do so in the near future as this would open a can of worms. Instead,
f42974dc 189we suggest that you install GCC into a directory of its own and simply
38209993 190remove that directory when you do not need that specific version of GCC
eea81d3e
RO
191any longer, and, if shared libraries are installed there as well, no
192more binaries exist that use them.
f42974dc 193
73e2155a
JM
194@ifhtml
195There are also some @uref{old.html,,old installation instructions},
196which are mostly obsolete but still contain some information which has
197not yet been merged into the main part of this manual.
198@end ifhtml
199
f42974dc
DW
200@html
201<hr>
202<p>
203@end html
204@ifhtml
205@uref{./index.html,,Return to the GCC Installation page}
aed5964b
JM
206
207@copyrightnotice{}
f42974dc
DW
208@end ifhtml
209@end ifset
210
211@c ***Downloading the source**************************************************
6cfb3f16 212@ifnothtml
f42974dc
DW
213@comment node-name, next, previous, up
214@node Downloading the source, Configuration, , Installing GCC
6cfb3f16 215@end ifnothtml
f42974dc
DW
216@ifset downloadhtml
217@html
218<h1 align="center">Downloading GCC</h1>
219@end html
220@ifnothtml
221@chapter Downloading GCC
222@end ifnothtml
223@cindex Downloading GCC
224@cindex Downloading the Source
225
eea81d3e
RO
226GCC is distributed via @uref{http://gcc.gnu.org/cvs.html,,CVS} and FTP
227tarballs compressed with @command{gzip} or
6cfb3f16 228@command{bzip2}. It is possible to download a full distribution or specific
f42974dc
DW
229components.
230
231Please refer to our @uref{http://gcc.gnu.org/releases.html,,releases web page}
161d7b59 232for information on how to obtain GCC@.
f42974dc
DW
233
234The full distribution includes the C, C++, Objective-C, Fortran, Java,
8ecab453
GP
235and Ada (in case of GCC 3.1 and later) compilers. The full distribution
236also includes runtime libraries for C++, Objective-C, Fortran, and Java.
237In GCC 3.0 and later versions, GNU compiler testsuites are also included
238in the full distribution.
f42974dc
DW
239
240If you choose to download specific components, you must download the core
eea81d3e 241GCC distribution plus any language specific distributions you wish to
6c0a4eab 242use. The core distribution includes the C language front end as well as the
767094dd 243shared components. Each language has a tarball which includes the language
6c0a4eab 244front end as well as the language runtime (when appropriate).
f42974dc
DW
245
246Unpack the core distribution as well as any language specific
247distributions in the same directory.
248
249If you also intend to build binutils (either to upgrade an existing
250installation or for use in place of the corresponding tools of your
251OS), unpack the binutils distribution either in the same directory or
252a separate one. In the latter case, add symbolic links to any
253components of the binutils you intend to build alongside the compiler
6cfb3f16
JM
254(@file{bfd}, @file{binutils}, @file{gas}, @file{gprof}, @file{ld},
255@file{opcodes}, @dots{}) to the directory containing the GCC sources.
f42974dc
DW
256
257@html
258<hr>
259<p>
260@end html
261@ifhtml
262@uref{./index.html,,Return to the GCC Installation page}
263@end ifhtml
264@end ifset
265
266@c ***Configuration***********************************************************
6cfb3f16 267@ifnothtml
f42974dc
DW
268@comment node-name, next, previous, up
269@node Configuration, Building, Downloading the source, Installing GCC
6cfb3f16 270@end ifnothtml
f42974dc
DW
271@ifset configurehtml
272@html
273<h1 align="center">Installing GCC: Configuration</h1>
274@end html
275@ifnothtml
276@chapter Installing GCC: Configuration
277@end ifnothtml
278@cindex Configuration
279@cindex Installing GCC: Configuration
280
281Like most GNU software, GCC must be configured before it can be built.
282This document describes the recommended configuration procedure
283for both native and cross targets.
284
38209993
LG
285We use @var{srcdir} to refer to the toplevel source directory for
286GCC; we use @var{objdir} to refer to the toplevel build/object directory.
287
288If you obtained the sources via CVS, @var{srcdir} must refer to the top
289@file{gcc} directory, the one where the @file{MAINTAINERS} can be found,
290and not its @file{gcc} subdirectory, otherwise the build will fail.
f42974dc 291
0aa911c5
LR
292First, in general, GCC @strong{must} be built into a separate directory
293than the sources which does @strong{not} reside within the source tree.
294This is how almost all developers build GCC; building where @var{srcdir}
295== @var{objdir} is completely unsupported; building where @var{objdir}
296is a subdirectory of @var{srcdir} is completely unsupported.
f42974dc 297
eea81d3e 298If you have previously built GCC in the same directory for a
f85b8d1a
JM
299different target machine, do @samp{make distclean} to delete all files
300that might be invalid. One of the files this deletes is
301@file{Makefile}; if @samp{make distclean} complains that @file{Makefile}
302does not exist, it probably means that the directory is already suitably
303clean. However, with the recommended method of building in a separate
304@var{objdir}, you should simply use a different @var{objdir} for each
305target.
306
38209993
LG
307Second, when configuring a native system, either @command{cc} or
308@command{gcc} must be in your path or you must set @env{CC} in
df002c7d
DE
309your environment before running configure. Otherwise the configuration
310scripts may fail.
f42974dc 311
eea81d3e
RO
312Note that the bootstrap compiler and the resulting GCC must be link
313compatible, else the bootstrap will fail with linker errors about
314incompatible object file formats. Several multilibed targets are
e69aa433
GP
315affected by this requirement, see
316@ifnothtml
317@ref{Specific, host/target specific installation notes}.
318@end ifnothtml
c009f01f 319@ifhtml
e69aa433 320@uref{specific.html,,host/target specific installation notes}.
c009f01f 321@end ifhtml
eea81d3e 322
f42974dc
DW
323To configure GCC:
324
325@example
38209993
LG
326 % mkdir @var{objdir}
327 % cd @var{objdir}
eea81d3e 328 % @var{srcdir}/configure [@var{options}] [@var{target}]
f42974dc
DW
329@end example
330
331
ef88b07d 332@heading Target specification
f42974dc
DW
333@itemize @bullet
334@item
38209993 335GCC has code to correctly determine the correct value for @var{target}
f9047ed3 336for nearly all native systems. Therefore, we highly recommend you not
f42974dc
DW
337provide a configure target when configuring a native compiler.
338
339@item
6cfb3f16 340@var{target} must be specified as @option{--target=@var{target}}
f9047ed3 341when configuring a cross compiler; examples of valid targets would be
f42974dc
DW
342i960-rtems, m68k-coff, sh-elf, etc.
343
344@item
6cfb3f16 345Specifying just @var{target} instead of @option{--target=@var{target}}
38209993 346implies that the host defaults to @var{target}.
f42974dc
DW
347@end itemize
348
349
ef88b07d 350@heading Options specification
f42974dc 351
ef88b07d 352Use @var{options} to override several configure time options for
80f9249a
JM
353GCC@. A list of supported @var{options} follows; @command{configure
354--help} may list other options, but those not listed below may not
355work and should not normally be used.
f42974dc 356
ef88b07d
JM
357@table @code
358@item --prefix=@var{dirname}
359Specify the toplevel installation
f42974dc
DW
360directory. This is the recommended way to install the tools into a directory
361other than the default. The toplevel installation directory defaults to
6cfb3f16 362@file{/usr/local}.
f42974dc 363
38209993
LG
364We @strong{highly} recommend against @var{dirname} being the same or a
365subdirectory of @var{objdir} or vice versa.
f42974dc
DW
366
367These additional options control where certain parts of the distribution
368are installed. Normally you should not need to use these options.
ef88b07d 369@table @code
f42974dc 370
ab130aa5
JM
371@item --exec-prefix=@var{dirname}
372Specify the toplevel installation directory for architecture-dependent
373files. The default is @file{@var{prefix}}.
374
375@item --bindir=@var{dirname}
376Specify the installation directory for the executables called by users
377(such as @command{gcc} and @command{g++}). The default is
378@file{@var{exec-prefix}/bin}.
379
380@item --libdir=@var{dirname}
381Specify the installation directory for object code libraries and
161d7b59 382internal parts of GCC@. The default is @file{@var{exec-prefix}/lib}.
ab130aa5
JM
383
384@item --with-slibdir=@var{dirname}
385Specify the installation directory for the shared libgcc library. The
386default is @file{@var{libdir}}.
387
388@item --infodir=@var{dirname}
389Specify the installation directory for documentation in info format.
390The default is @file{@var{prefix}/info}.
391
392@item --mandir=@var{dirname}
393Specify the installation directory for manual pages. The default is
394@file{@var{prefix}/man}. (Note that the manual pages are only extracts from
395the full GCC manuals, which are provided in Texinfo format. The
396@command{g77} manpage is unmaintained and may be out of date; the others
397are derived by an automatic conversion process from parts of the full
398manual.)
399
ef88b07d
JM
400@item --with-gxx-include-dir=@var{dirname}
401Specify
eea81d3e 402the installation directory for G++ header files. The default is
ecb7d6b3
JM
403@file{@var{prefix}/include/g++-v3}.
404
ef88b07d 405@end table
f42974dc 406
b21d216c
AF
407@item --program-prefix=@var{prefix}
408GCC supports some transformations of the names of its programs when
409installing them. This option prepends @var{prefix} to the names of
410programs to install in @var{bindir} (see above). For example, specifying
411@option{--program-prefix=foo-} would result in @samp{gcc}
412being installed as @file{/usr/local/bin/foo-gcc}.
413
414@item --program-suffix=@var{suffix}
415Appends @var{suffix} to the names of programs to install in @var{bindir}
416(see above). For example, specifying @option{--program-suffix=-3.1}
417would result in @samp{gcc} being installed as
418@file{/usr/local/bin/gcc-3.1}.
419
420@item --program-transform-name=@var{pattern}
421Applies the @samp{sed} script @var{pattern} to be applied to the names
422of programs to install in @var{bindir} (see above). @var{pattern} has to
423consist of one or more basic @samp{sed} editing commands, separated by
424semicolons. For example, if you want the @samp{gcc} program name to be
425transformed to the installed program @file{/usr/local/bin/myowngcc} and
426the @samp{g++} program name to be transformed to
427@file{/usr/local/bin/gspecial++} without changing other program names,
428you could use the pattern
429@option{--program-transform-name='s/^gcc$/myowngcc/; s/^g++$/gspecial++/'}
430to achieve this effect.
431
432All three options can be combined and used together, resulting in more
433complex conversion patterns. As a basic rule, @var{prefix} (and
434@var{suffix}) are prepended (appended) before further transformations
435can happen with a special transformation script @var{pattern}.
436
437As currently implemented, this options only take effect for native
438builds; cross compiler binaries' names are not transformed even when a
439transformation is explicitly asked for by one of this options.
440
441For native builds, some of the installed programs are also installed
442with the target alias in front of their name, as in
443@samp{i686-pc-linux-gnu-gcc}. All of the above transformations happen
444before the target alias is prepended to the name - so, specifying
445@option{--program-prefix=foo-} and @option{program-suffix=-3.1}, the
446resulting binary would be installed as
447@file{/usr/local/bin/i686-pc-linux-gnu-foo-gcc-3.1}.
448
8ecab453 449As a last shortcoming, none of the installed Ada programs are
b21d216c
AF
450transformed yet, which will be fixed in some time.
451
ef88b07d
JM
452@item --with-local-prefix=@var{dirname}
453Specify the
6ac48571
JM
454installation directory for local include files. The default is
455@file{/usr/local}. Specify this option if you want the compiler to
456search directory @file{@var{dirname}/include} for locally installed
457header files @emph{instead} of @file{/usr/local/include}.
458
459You should specify @option{--with-local-prefix} @strong{only} if your
460site has a different convention (not @file{/usr/local}) for where to put
461site-specific files.
462
463The default value for @option{--with-local-prefix} is @file{/usr/local}
464regardless of the value of @option{--prefix}. Specifying
465@option{--prefix} has no effect on which directory GCC searches for
466local header files. This may seem counterintuitive, but actually it is
467logical.
468
469The purpose of @option{--prefix} is to specify where to @emph{install
470GCC}. The local header files in @file{/usr/local/include}---if you put
161d7b59 471any in that directory---are not part of GCC@. They are part of other
6ac48571
JM
472programs---perhaps many others. (GCC installs its own header files in
473another directory which is based on the @option{--prefix} value.)
474
475@strong{Do not} specify @file{/usr} as the @option{--with-local-prefix}!
476The directory you use for @option{--with-local-prefix} @strong{must not}
477contain any of the system's standard header files. If it did contain
478them, certain programs would be miscompiled (including GNU Emacs, on
479certain targets), because this would override and nullify the header
480file corrections made by the @code{fixincludes} script.
481
482Indications are that people who use this option use it based on mistaken
483ideas of what it is for. People use it as if it specified where to
161d7b59 484install part of GCC@. Perhaps they make this assumption because
6ac48571
JM
485installing GCC creates the directory.
486
6cfb3f16 487@item --enable-shared[=@var{package}[,@dots{}]]
0cb98517
AO
488Build shared versions of libraries, if shared libraries are supported on
489the target platform. Unlike GCC 2.95.x and earlier, shared libraries
eea81d3e
RO
490are enabled by default on all platforms that support shared libraries,
491except for @samp{libobjc} which is built as a static library only by
492default.
0cb98517
AO
493
494If a list of packages is given as an argument, build shared libraries
495only for the listed packages. For other packages, only static libraries
496will be built. Package names currently recognized in the GCC tree are
497@samp{libgcc} (also known as @samp{gcc}), @samp{libstdc++} (not
498@samp{libstdc++-v3}), @samp{libffi}, @samp{zlib}, @samp{boehm-gc} and
499@samp{libjava}. Note that @samp{libobjc} does not recognize itself by
500any name, so, if you list package names in @option{--enable-shared},
eea81d3e 501you will only get static Objective-C libraries. @samp{libf2c} and
0cb98517
AO
502@samp{libiberty} do not support shared libraries at all.
503
504Use @option{--disable-shared} to build only static libraries. Note that
505@option{--disable-shared} does not accept a list of package names as
506argument, only @option{--enable-shared} does.
f42974dc 507
ef88b07d
JM
508@item @anchor{with-gnu-as}--with-gnu-as
509Specify that the compiler should assume that the
767094dd 510assembler it finds is the GNU assembler. However, this does not modify
38209993 511the rules to find an assembler and will result in confusion if found
8c26c999
JM
512assembler is not actually the GNU assembler. (Confusion will also
513result if the compiler finds the GNU assembler but has not been
514configured with @option{--with-gnu-as}.) If you have more than one
38209993 515assembler installed on your system, you may want to use this option in
eea81d3e 516connection with @option{--with-as=@var{pathname}}.
38209993 517
8c26c999
JM
518The systems where it makes a difference whether you use the GNU assembler are
519@samp{hppa1.0-@var{any}-@var{any}}, @samp{hppa1.1-@var{any}-@var{any}},
520@samp{i386-@var{any}-sysv}, @samp{i386-@var{any}-isc},
521@samp{i860-@var{any}-bsd}, @samp{m68k-bull-sysv},
522@samp{m68k-hp-hpux}, @samp{m68k-sony-bsd},
523@samp{m68k-altos-sysv}, @samp{m68000-hp-hpux},
524@samp{m68000-att-sysv}, @samp{@var{any}-lynx-lynxos},
525and @samp{mips-@var{any}}.
526On any other system, @option{--with-gnu-as} has no effect.
527
528On the systems listed above (except for the HP-PA, for ISC on the
529386, and for @samp{mips-sgi-irix5.*}), if you use the GNU assembler,
530you should also use the GNU linker (and specify @option{--with-gnu-ld}).
531
eea81d3e 532@item --with-as=@var{pathname}
ef88b07d 533Specify that the
38209993
LG
534compiler should use the assembler pointed to by @var{pathname}, rather
535than the one found by the standard rules to find an assembler, which
536are:
f42974dc
DW
537@itemize @bullet
538@item
38209993
LG
539Check the
540@file{@var{exec_prefix}/lib/gcc-lib/@var{target}/@var{version}}
541directory, where @var{exec_prefix} defaults to @var{prefix} which
542defaults to @file{/usr/local} unless overridden by the
eea81d3e 543@option{--prefix=@var{pathname}} switch described above. @var{target} is the
b953cc4b 544target system triple, such as @samp{sparc-sun-solaris2.7}, and
eea81d3e 545@var{version} denotes the GCC version, such as 3.0.
f42974dc 546@item
e979f9e8 547Check operating system specific directories (e.g.@: @file{/usr/ccs/bin} on
250d5688 548Sun Solaris 2).
f42974dc 549@end itemize
767094dd 550Note that these rules do not check for the value of @env{PATH}. You may
38209993
LG
551want to use @option{--with-as} if no assembler is installed in the
552directories listed above, or if you have multiple assemblers installed
553and want to choose one that is not found by the above rules.
f42974dc 554
ef88b07d
JM
555@item @anchor{with-gnu-ld}--with-gnu-ld
556Same as @uref{#with-gnu-as,,@option{--with-gnu-as}}
38209993 557but for linker.
20293b4c 558
f42974dc 559
eea81d3e 560@item --with-ld=@var{pathname}
ef88b07d 561Same as
38209993 562@option{--with-as}, but for the linker.
f42974dc 563
ef88b07d
JM
564@item --with-stabs
565Specify that stabs debugging
38209993
LG
566information should be used instead of whatever format the host normally
567uses. Normally GCC uses the same debug format as the host system.
f42974dc 568
8c26c999
JM
569On MIPS based systems and on Alphas, you must specify whether you want
570GCC to create the normal ECOFF debugging format, or to use BSD-style
571stabs passed through the ECOFF symbol table. The normal ECOFF debug
161d7b59
JM
572format cannot fully handle languages other than C@. BSD stabs format can
573handle other languages, but it only works with the GNU debugger GDB@.
8c26c999
JM
574
575Normally, GCC uses the ECOFF debugging format by default; if you
161d7b59 576prefer BSD stabs, specify @option{--with-stabs} when you configure GCC@.
8c26c999
JM
577
578No matter which default you choose when you configure GCC, the user
579can use the @option{-gcoff} and @option{-gstabs+} options to specify explicitly
580the debug format for a particular compilation.
581
582@option{--with-stabs} is meaningful on the ISC system on the 386, also, if
583@option{--with-gas} is used. It selects use of stabs debugging
584information embedded in COFF output. This kind of debugging information
585supports C++ well; ordinary COFF debugging information does not.
586
587@option{--with-stabs} is also meaningful on 386 systems running SVR4. It
588selects use of stabs debugging information embedded in ELF output. The
589C++ compiler currently (2.6.0) does not support the DWARF debugging
590information normally used on 386 SVR4 platforms; stabs provide a
591workable alternative. This requires gas and gdb, as the normal SVR4
592tools can not generate or interpret stabs.
593
eea81d3e 594@item --disable-multilib
ef88b07d 595Specify that multiple target
eea81d3e
RO
596libraries to support different target variants, calling
597conventions, etc should not be built. The default is to build a
598predefined set of them.
f42974dc 599
e8515283
DE
600Some targets provide finer-grained control over which multilibs are built
601(e.g., @option{--disable-softfloat}):
602@table @code
603
604@item arc-*-elf*
605biendian.
606
607@item arm-*-*
608fpu, 26bit, underscore, interwork, biendian, nofmult.
609
610@item m68*-*-*
611softfloat, m68881, m68000, m68020.
612
613@item mips*-*-*
614single-float, biendian, softfloat.
615
616@item powerpc*-*-*, rs6000*-*-*
617aix64, pthread, softfloat, powercpu, powerpccpu, powerpcos, biendian,
f282ffb3 618sysv, aix.
e8515283
DE
619
620@end table
621
ef88b07d
JM
622@item --enable-threads
623Specify that the target
38209993
LG
624supports threads. This affects the Objective-C compiler and runtime
625library, and exception handling for other languages like C++ and Java.
6ac48571 626On some systems, this is the default.
f42974dc 627
f6160ed5
LR
628In general, the best (and, in many cases, the only known) threading
629model available will be configured for use. Beware that on some
630systems, gcc has not been taught what threading models are generally
3c6bb1db
LR
631available for the system. In this case, @option{--enable-threads} is an
632alias for @option{--enable-threads=single}.
f6160ed5
LR
633
634@item --disable-threads
635Specify that threading support should be disabled for the system.
3c6bb1db 636This is an alias for @option{--enable-threads=single}.
f6160ed5 637
ef88b07d
JM
638@item --enable-threads=@var{lib}
639Specify that
38209993
LG
640@var{lib} is the thread support library. This affects the Objective-C
641compiler and runtime library, and exception handling for other languages
f85b8d1a
JM
642like C++ and Java. The possibilities for @var{lib} are:
643
644@table @code
645@item aix
646AIX thread support.
647@item dce
648DCE thread support.
f85b8d1a 649@item mach
eea81d3e 650Generic MACH thread support, known to work on NeXTSTEP@. (Please note
3c6bb1db 651that the file needed to support this configuration, @file{gthr-mach.h}, is
f6160ed5
LR
652missing and thus this setting will cause a known bootstrap failure.)
653@item no
654This is an alias for @samp{single}.
f85b8d1a 655@item posix
c771326b 656Generic POSIX thread support.
f85b8d1a 657@item pthreads
f6160ed5
LR
658Same as @samp{posix} on arm*-*-linux*, *-*-chorusos* and *-*-freebsd*
659only. A future release of gcc might remove this alias or extend it
660to all platforms.
661@item rtems
662RTEMS thread support.
f85b8d1a
JM
663@item single
664Disable thread support, should work for all platforms.
665@item solaris
eea81d3e 666Sun Solaris 2 thread support.
f85b8d1a
JM
667@item vxworks
668VxWorks thread support.
669@item win32
670Microsoft Win32 API thread support.
671@end table
f42974dc 672
ef88b07d
JM
673@item --with-cpu=@var{cpu}
674Specify which cpu variant the
f42974dc
DW
675compiler should generate code for by default. This is currently
676only supported on the some ports, specifically arm, powerpc, and
161d7b59 677SPARC@. If configure does not recognize the model name (e.g.@: arm700,
f42974dc
DW
678603e, or ultrasparc) you provide, please check the configure script
679for a complete list of supported models.
680
a004eb82
AH
681@item --enable-altivec
682Specify that the target supports AltiVec vector enhancements. This
683option will adjust the ABI for AltiVec enhancements, as well as generate
684AltiVec code when appropriate. This option is only available for
685PowerPC systems.
686
ef88b07d
JM
687@item --enable-target-optspace
688Specify that target
38209993
LG
689libraries should be optimized for code space instead of code speed.
690This is the default for the m32r platform.
f42974dc 691
ab130aa5
JM
692@item --disable-cpp
693Specify that a user visible @command{cpp} program should not be installed.
694
695@item --with-cpp-install-dir=@var{dirname}
696Specify that the user visible @command{cpp} program should be installed
697in @file{@var{prefix}/@var{dirname}/cpp}, in addition to @var{bindir}.
f42974dc 698
ef88b07d
JM
699@item --enable-maintainer-mode
700The build rules that
6cfb3f16 701regenerate the GCC master message catalog @file{gcc.pot} are normally
767094dd
JM
702disabled. This is because it can only be rebuilt if the complete source
703tree is present. If you have changed the sources and want to rebuild the
6ac48571 704catalog, configuring with @option{--enable-maintainer-mode} will enable
767094dd 705this. Note that you need a recent version of the @code{gettext} tools
6ac48571
JM
706to do so.
707
ef88b07d
JM
708@item --enable-version-specific-runtime-libs
709Specify
38209993
LG
710that runtime libraries should be installed in the compiler specific
711subdirectory (@file{@var{libsubdir}}) rather than the usual places. In
eea81d3e 712addition, @samp{libstdc++}'s include files will be installed in
38209993 713@file{@var{libsubdir}/include/g++} unless you overruled it by using
6cfb3f16 714@option{--with-gxx-include-dir=@var{dirname}}. Using this option is
38209993 715particularly useful if you intend to use several versions of GCC in
eea81d3e
RO
716parallel. This is currently supported by @samp{libf2c} and
717@samp{libstdc++}, and is the default for @samp{libobjc} which cannot be
718changed in this case.
38209993 719
ef88b07d
JM
720@item --enable-languages=@var{lang1},@var{lang2},@dots{}
721Specify that only a particular subset of compilers and
767094dd 722their runtime libraries should be built. For a list of valid values for
6cfb3f16 723@var{langN} you can issue the following command in the
eea81d3e
RO
724@file{gcc} directory of your GCC source tree:@*
725@example
726grep language= */config-lang.in
727@end example
728Currently, you can use any of the following:
e23381df 729@code{ada}, @code{c}, @code{c++}, @code{f77}, @code{java}, @code{objc}.
8ecab453 730Building the Ada compiler has special requirements, see below.@*
38209993 731If you do not pass this flag, all languages available in the @file{gcc}
6cfb3f16 732sub-tree will be configured. Re-defining @code{LANGUAGES} when calling
ef88b07d 733@samp{make bootstrap} @strong{does not} work anymore, as those
38209993 734language sub-directories might not have been configured!
f42974dc 735
ef88b07d
JM
736@item --disable-libgcj
737Specify that the run-time libraries
f42974dc
DW
738used by GCJ should not be built. This is useful in case you intend
739to use GCJ with some other run-time, or you're going to install it
740separately, or it just happens not to build on your particular
6c0a4eab 741machine. In general, if the Java front end is enabled, the GCJ
f42974dc 742libraries will be enabled too, unless they're known to not work on
eea81d3e 743the target platform. If GCJ is enabled but @samp{libgcj} isn't built, you
f42974dc 744may need to port it; in this case, before modifying the top-level
eea81d3e 745@file{configure.in} so that @samp{libgcj} is enabled by default on this platform,
f42974dc
DW
746you may use @option{--enable-libgcj} to override the default.
747
ef88b07d
JM
748@item --with-dwarf2
749Specify that the compiler should
eea81d3e 750use DWARF 2 debugging information as the default.
f85b8d1a
JM
751
752@item --enable-win32-registry
eea81d3e 753@itemx --enable-win32-registry=@var{key}
f85b8d1a 754@itemx --disable-win32-registry
6cfb3f16 755The @option{--enable-win32-registry} option enables Windows-hosted GCC
f85b8d1a
JM
756to look up installations paths in the registry using the following key:
757
758@smallexample
eea81d3e 759@code{HKEY_LOCAL_MACHINE\SOFTWARE\Free Software Foundation\@var{key}}
f85b8d1a
JM
760@end smallexample
761
eea81d3e
RO
762@var{key} defaults to GCC version number, and can be overridden by the
763@option{--enable-win32-registry=@var{key}} option. Vendors and distributors
f85b8d1a
JM
764who use custom installers are encouraged to provide a different key,
765perhaps one comprised of vendor name and GCC version number, to
767094dd 766avoid conflict with existing installations. This feature is enabled
6cfb3f16 767by default, and can be disabled by @option{--disable-win32-registry}
f85b8d1a
JM
768option. This option has no effect on the other hosts.
769
770@item --nfp
771Specify that the machine does not have a floating point unit. This
772option only applies to @samp{m68k-sun-sunos@var{n}} and
6cfb3f16 773@samp{m68k-isi-bsd}. On any other system, @option{--nfp} has no effect.
f85b8d1a
JM
774
775@item --enable-checking
776@itemx --enable-checking=@var{list}
777When you specify this option, the compiler is built to perform checking
778of tree node types when referencing fields of that node, and some other
779internal consistency checks. This does not change the generated code,
780but adds error checking within the compiler. This will slow down the
781compiler and may only work properly if you are building the compiler
161d7b59 782with GCC@. This is on by default when building from CVS or snapshots,
f85b8d1a
JM
783but off for releases. More control over the checks may be had by
784specifying @var{list}; the categories of checks available are
785@samp{misc}, @samp{tree}, @samp{gc}, @samp{rtl} and @samp{gcac}. The
786default when @var{list} is not specified is @samp{misc,tree,gc}; the
787checks @samp{rtl} and @samp{gcac} are very expensive.
788
789@item --enable-nls
790@itemx --disable-nls
6cfb3f16 791The @option{--enable-nls} option enables Native Language Support (NLS),
f85b8d1a 792which lets GCC output diagnostics in languages other than American
767094dd 793English. Native Language Support is enabled by default if not doing a
161d7b59 794canadian cross build. The @option{--disable-nls} option disables NLS@.
f85b8d1a
JM
795
796@item --with-included-gettext
c771326b 797If NLS is enabled, the @option{--with-included-gettext} option causes the build
021c4bfd 798procedure to prefer its copy of GNU @command{gettext}.
f85b8d1a
JM
799
800@item --with-catgets
801If NLS is enabled, and if the host lacks @code{gettext} but has the
802inferior @code{catgets} interface, the GCC build procedure normally
803ignores @code{catgets} and instead uses GCC's copy of the GNU
6cfb3f16 804@code{gettext} library. The @option{--with-catgets} option causes the
f85b8d1a 805build procedure to use the host's @code{catgets} in this situation.
80f9249a 806
5304400d
CR
807@item --with-libiconv-prefix=@var{dir}
808Search for libiconv header files in @file{@var{dir}/include} and
809libiconv library files in @file{@var{dir}/lib}.
810
80f9249a
JM
811@item --with-system-zlib
812Use installed zlib rather than that included with GCC@. This option
813only applies if the Java front end is being built.
9340544b
ZW
814
815@item --enable-obsolete
816Enable configuration for an obsoleted system. If you attempt to
817configure GCC for a system (build, host, or target) which has been
818obsoleted, and you do not specify this flag, configure will halt with an
819error message.
820
821All support for systems which have been obsoleted in one release of GCC
822is removed entirely in the next major release, unless someone steps
823forward to maintain the port.
ef88b07d 824@end table
f42974dc
DW
825
826Some options which only apply to building cross compilers:
ef88b07d
JM
827@table @code
828@item --with-headers=@var{dir}
829Specifies a directory
38209993 830which has target include files.
f42974dc 831@emph{This options is required} when building a cross
38209993
LG
832compiler, if @file{@var{prefix}/@var{target}/sys-include} doesn't pre-exist.
833These include files will be copied into the @file{gcc} install directory.
834Fixincludes will be run on these files to make them compatible with
eea81d3e 835GCC.
ef88b07d 836@item --with-libs=``@var{dir1} @var{dir2} @dots{} @var{dirN}''
38209993
LG
837Specifies a list of directories which contain the target runtime
838libraries. These libraries will be copied into the @file{gcc} install
839directory.
ef88b07d 840@item --with-newlib
eea81d3e 841Specifies that @samp{newlib} is
38209993 842being used as the target C library. This causes @code{__eprintf} to be
eea81d3e
RO
843omitted from @file{libgcc.a} on the assumption that it will be provided by
844@samp{newlib}.
ef88b07d 845@end table
f9047ed3 846
38209993
LG
847Note that each @option{--enable} option has a corresponding
848@option{--disable} option and that each @option{--with} option has a
849corresponding @option{--without} option.
f42974dc
DW
850
851@html
852<hr>
853<p>
854@end html
855@ifhtml
856@uref{./index.html,,Return to the GCC Installation page}
857@end ifhtml
858@end ifset
859
860@c ***Building****************************************************************
6cfb3f16 861@ifnothtml
f42974dc
DW
862@comment node-name, next, previous, up
863@node Building, Testing, Configuration, Installing GCC
6cfb3f16 864@end ifnothtml
f42974dc
DW
865@ifset buildhtml
866@html
867<h1 align="center">Installing GCC: Building</h1>
868@end html
869@ifnothtml
870@chapter Building
871@end ifnothtml
872@cindex Installing GCC: Building
873
874Now that GCC is configured, you are ready to build the compiler and
875runtime libraries.
876
58db9d1a 877We @strong{highly} recommend that GCC be built using GNU make;
f282ffb3 878other versions may work, then again they might not.
58db9d1a
AH
879GNU make is required for compiling GNAT (the Ada compiler) and the Java
880runtime library.
f42974dc
DW
881
882(For example, many broken versions of make will fail if you use the
b8df899a
JM
883recommended setup where @var{objdir} is different from @var{srcdir}.
884Other broken versions may recompile parts of the compiler when
885installing the compiler.)
f42974dc 886
b8df899a 887Some commands executed when making the compiler may fail (return a
df2a54e9 888nonzero status) and be ignored by @code{make}. These failures, which
b8df899a
JM
889are often due to files that were not found, are expected, and can safely
890be ignored.
891
892It is normal to have compiler warnings when compiling certain files.
893Unless you are a GCC developer, you can generally ignore these warnings
894unless they cause compilation to fail.
895
896On certain old systems, defining certain environment variables such as
6cfb3f16 897@env{CC} can interfere with the functioning of @command{make}.
b8df899a
JM
898
899If you encounter seemingly strange errors when trying to build the
900compiler in a directory other than the source directory, it could be
901because you have previously configured the compiler in the source
902directory. Make sure you have done all the necessary preparations.
903
904If you build GCC on a BSD system using a directory stored in an old System
905V file system, problems may occur in running @code{fixincludes} if the
906System V file system doesn't support symbolic links. These problems
907result in a failure to fix the declaration of @code{size_t} in
908@file{sys/types.h}. If you find that @code{size_t} is a signed type and
909that type mismatches occur, this could be the cause.
910
161d7b59 911The solution is not to use such a directory for building GCC@.
f42974dc 912
f85b8d1a
JM
913When building from CVS or snapshots, or if you modify parser sources,
914you need the Bison parser generator installed. Any version 1.25 or
915later should work; older versions may also work. If you do not modify
916parser sources, releases contain the Bison-generated files and you do
917not need Bison installed to build them.
918
919When building from CVS or snapshots, or if you modify Texinfo
dda78254 920documentation, you need version 4.1 or later of Texinfo installed if you
f85b8d1a
JM
921want Info documentation to be regenerated. Releases contain Info
922documentation pre-built for the unmodified documentation in the release.
923
f42974dc
DW
924@section Building a native compiler
925
f9047ed3 926For a native build issue the command @samp{make bootstrap}. This
f42974dc
DW
927will build the entire GCC system, which includes the following steps:
928
929@itemize @bullet
930@item
931Build host tools necessary to build the compiler such as texinfo, bison,
932gperf.
933
934@item
935Build target tools for use by the compiler such as binutils (bfd,
eea81d3e 936binutils, gas, gprof, ld, and opcodes)
f282ffb3 937if they have been individually linked
f42974dc
DW
938or moved into the top level GCC source tree before configuring.
939
940@item
941Perform a 3-stage bootstrap of the compiler.
942
943@item
944Perform a comparison test of the stage2 and stage3 compilers.
945
946@item
947Build runtime libraries using the stage3 compiler from the previous step.
f9047ed3 948
f42974dc
DW
949@end itemize
950
38209993
LG
951If you are short on disk space you might consider @samp{make
952bootstrap-lean} instead. This is identical to @samp{make
953bootstrap} except that object files from the stage1 and
f42974dc
DW
954stage2 of the 3-stage bootstrap of the compiler are deleted as
955soon as they are no longer needed.
956
957
958If you want to save additional space during the bootstrap and in
959the final installation as well, you can build the compiler binaries
38209993
LG
960without debugging information with @samp{make CFLAGS='-O' LIBCFLAGS='-g
961-O2' LIBCXXFLAGS='-g -O2 -fno-implicit-templates' bootstrap}. This will save
f42974dc
DW
962roughly 40% of disk space both for the bootstrap and the final installation.
963(Libraries will still contain debugging information.)
964
eea81d3e
RO
965If you wish to use non-default GCC flags when compiling the stage2 and
966stage3 compilers, set @code{BOOT_CFLAGS} on the command line when doing
f85b8d1a
JM
967@samp{make bootstrap}. Non-default optimization flags are less well
968tested here than the default of @samp{-g -O2}, but should still work.
969In a few cases, you may find that you need to specify special flags such
970as @option{-msoft-float} here to complete the bootstrap; or, if the
971native compiler miscompiles the stage1 compiler, you may need to work
972around this, by choosing @code{BOOT_CFLAGS} to avoid the parts of the
973stage1 compiler that were miscompiled, or by using @samp{make
974bootstrap4} to increase the number of stages of bootstrap.
975
6cfb3f16 976If you used the flag @option{--enable-languages=@dots{}} to restrict
f42974dc 977the compilers to be built, only those you've actually enabled will be
767094dd 978built. This will of course only build those runtime libraries, for
f42974dc 979which the particular compiler has been built. Please note,
eea81d3e 980that re-defining @env{LANGUAGES} when calling @samp{make bootstrap}
ef88b07d 981@strong{does not} work anymore!
f42974dc 982
f85b8d1a 983If the comparison of stage2 and stage3 fails, this normally indicates
eea81d3e 984that the stage2 compiler has compiled GCC incorrectly, and is therefore
f85b8d1a
JM
985a potentially serious bug which you should investigate and report. (On
986a few systems, meaningful comparison of object files is impossible; they
987always appear ``different''. If you encounter this problem, you will
988need to disable comparison in the @file{Makefile}.)
f42974dc
DW
989
990@section Building a cross compiler
991
992We recommend reading the
993@uref{http://www.objsw.com/CrossGCC/,,crossgcc FAQ}
994for information about building cross compilers.
995
996When building a cross compiler, it is not generally possible to do a
9973-stage bootstrap of the compiler. This makes for an interesting problem
161d7b59 998as parts of GCC can only be built with GCC@.
f42974dc
DW
999
1000To build a cross compiler, we first recommend building and installing a
1001native compiler. You can then use the native GCC compiler to build the
635771af
JM
1002cross compiler. The installed native compiler needs to be GCC version
10032.95 or later.
f42974dc
DW
1004
1005Assuming you have already installed a native copy of GCC and configured
6cfb3f16 1006your cross compiler, issue the command @command{make}, which performs the
f42974dc
DW
1007following steps:
1008
1009@itemize @bullet
1010@item
1011Build host tools necessary to build the compiler such as texinfo, bison,
1012gperf.
1013
1014@item
1015Build target tools for use by the compiler such as binutils (bfd,
1016binutils, gas, gprof, ld, and opcodes)
1017if they have been individually linked or moved into the top level GCC source
1018tree before configuring.
1019
1020@item
1021Build the compiler (single stage only).
1022
1023@item
1024Build runtime libraries using the compiler from the previous step.
1025@end itemize
1026
1027Note that if an error occurs in any step the make process will exit.
1028
1029@section Building in parallel
1030
38209993
LG
1031If you have a multiprocessor system you can use @samp{make bootstrap
1032MAKE="make -j 2" -j 2} or just @samp{make -j 2 bootstrap}
1033for GNU Make 3.79 and above instead of just @samp{make bootstrap}
161d7b59 1034when building GCC@. You can use a bigger number instead of two if
f42974dc
DW
1035you like. In most cases, it won't help to use a number bigger than
1036the number of processors in your machine.
1037
e23381df
GB
1038@section Building the Ada compiler
1039
1040In order to build GNAT, the Ada compiler, you need a working GNAT
38e23049
JM
1041compiler (GNAT version 3.13 or later, or GCC version 3.1 or later),
1042since the Ada front end is written in Ada (with some
e23381df
GB
1043GNAT-specific extensions), and GNU make.
1044
1045However, you do not need a full installation of GNAT, just the GNAT
1046binary @file{gnat1}, a copy of @file{gnatbind}, and a compiler driver
1047which can deal with Ada input (by invoking the @file{gnat1} binary).
1048You can specify this compiler driver by setting the @env{ADAC}
1049environment variable at the configure step. @command{configure} can
1050detect the driver automatically if it has got a common name such as
1051@command{gcc} or @command{gnatgcc}. Of course, you still need a working
1052C compiler (the compiler driver can be different or not).
38e23049
JM
1053@command{configure} does not test whether the GNAT installation works
1054and has a sufficiently recent version; if too old a GNAT version is
1055installed, the build will fail unless @option{--enable-languages} is
1056used to disable building the Ada front end.
e23381df
GB
1057
1058Additional build tools (such as @command{gnatmake}) or a working GNAT
1059run-time library installation are usually @emph{not} required. However,
1060if you want to boostrap the compiler using a minimal version of GNAT,
1061you have to issue the following commands before invoking @samp{make
1062boostrap} (this assumes that you start with an unmodified and consistent
1063source distribution):
1064
1065@example
1066 cd @var{srcdir}/gcc/ada
1067 touch treeprs.ads [es]info.h nmake.ad[bs]
1068@end example
1069
1070At the moment, the GNAT library and several tools for GNAT are not built
f282ffb3 1071by @samp{make bootstrap}. You have to invoke
e23381df
GB
1072@samp{make gnatlib_and_tools} in the @file{@var{objdir}/gcc}
1073subdirectory before proceeding with the next steps.
1074
1075For example, you can build a native Ada compiler by issuing the
1076following commands (assuming @command{make} is GNU make):
1077
1078@example
1079 cd @var{objdir}
f282ffb3 1080 @var{srcdir}/configure --enable-languages=c,ada
e23381df
GB
1081 cd @var{srcdir}/gcc/ada
1082 touch treeprs.ads [es]info.h nmake.ad[bs]
f282ffb3 1083 cd @var{objdir}
e23381df
GB
1084 make bootstrap
1085 cd gcc
1086 make gnatlib_and_tools
1087 cd ..
1088@end example
1089
1090Currently, when compiling the Ada front end, you cannot use the parallel
1091build feature described in the previous section.
1092
f42974dc
DW
1093@html
1094<hr>
1095<p>
1096@end html
1097@ifhtml
1098@uref{./index.html,,Return to the GCC Installation page}
1099@end ifhtml
1100@end ifset
1101
1102@c ***Testing*****************************************************************
6cfb3f16 1103@ifnothtml
f42974dc
DW
1104@comment node-name, next, previous, up
1105@node Testing, Final install, Building, Installing GCC
6cfb3f16 1106@end ifnothtml
f42974dc
DW
1107@ifset testhtml
1108@html
1109<h1 align="center">Installing GCC: Testing</h1>
1110@end html
1111@ifnothtml
1112@chapter Installing GCC: Testing
1113@end ifnothtml
1114@cindex Testing
1115@cindex Installing GCC: Testing
1116@cindex Testsuite
1117
f97903cc
JJ
1118Before you install GCC, we encourage you to run the testsuites and to
1119compare your results with results from a similar configuration that have
1120been submitted to the
1121@uref{http://gcc.gnu.org/ml/gcc-testresults/,,gcc-testresults mailing list}.
1122This step is optional and may require you to download additional software,
1123but it can give you confidence in your new GCC installation or point out
1124problems before you install and start using your new GCC.
f42974dc 1125
f9047ed3 1126First, you must have @uref{download.html,,downloaded the testsuites}.
f97903cc
JJ
1127These are part of the full distribution, but if you downloaded the
1128``core'' compiler plus any front ends, you must download the testsuites
1129separately.
f42974dc 1130
f97903cc
JJ
1131Second, you must have the testing tools installed. This includes
1132a @uref{http://www.gnu.org/software/dejagnu/,,current version of DejaGnu};
f42974dc 1133dejagnu 1.3 is not sufficient.
f97903cc 1134It also includes Tcl and Expect; the DejaGnu site has links to these.
f42974dc
DW
1135
1136Now you may need specific preparations:
1137
1138@itemize @bullet
f42974dc
DW
1139
1140@item
ecb7d6b3 1141The following environment variables may need to be set appropriately, as in
f42974dc 1142the following example (which assumes that DejaGnu has been installed
6cfb3f16 1143under @file{/usr/local}):
f42974dc
DW
1144
1145@example
1146 TCL_LIBRARY = /usr/local/share/tcl8.0
1147 DEJAGNULIBS = /usr/local/share/dejagnu
1148@end example
1149
1150On systems such as Cygwin, these paths are required to be actual
1151paths, not mounts or links; presumably this is due to some lack of
1152portability in the DejaGnu code.
1153
ecb7d6b3
JM
1154If the directories where @command{runtest} and @command{expect} were
1155installed are in the @env{PATH}, it should not be necessary to set these
1156environment variables.
1157
f42974dc
DW
1158@end itemize
1159
1160Finally, you can run the testsuite (which may take a long time):
1161@example
ef88b07d 1162 cd @var{objdir}; make -k check
f42974dc
DW
1163@end example
1164
1165The testing process will try to test as many components in the GCC
2147b154 1166distribution as possible, including the C, C++, Objective-C and Fortran
ecb7d6b3 1167compilers as well as the C++ and Java runtime libraries.
f42974dc
DW
1168
1169@section How can I run the test suite on selected tests?
1170
1171As a first possibility to cut down the number of tests that are run it is
38209993 1172possible to use @samp{make check-gcc} or @samp{make check-g++}
eea81d3e 1173in the @file{gcc} subdirectory of the object directory. To further cut down the
f42974dc
DW
1174tests the following is possible:
1175
1176@example
6cfb3f16 1177 make check-gcc RUNTESTFLAGS="execute.exp @var{other-options}"
f42974dc
DW
1178@end example
1179
eea81d3e 1180This will run all @command{gcc} execute tests in the testsuite.
f42974dc
DW
1181
1182@example
6cfb3f16 1183 make check-g++ RUNTESTFLAGS="old-deja.exp=9805* @var{other-options}"
f42974dc
DW
1184@end example
1185
eea81d3e 1186This will run the @command{g++} ``old-deja'' tests in the testsuite where the filename
6cfb3f16 1187matches @samp{9805*}.
f42974dc 1188
6cfb3f16
JM
1189The @file{*.exp} files are located in the testsuite directories of the GCC
1190source, the most important ones being @file{compile.exp},
1191@file{execute.exp}, @file{dg.exp} and @file{old-deja.exp}.
1192To get a list of the possible @file{*.exp} files, pipe the
38209993 1193output of @samp{make check} into a file and look at the
6cfb3f16 1194@samp{Running @dots{} .exp} lines.
f42974dc
DW
1195
1196@section How to interpret test results
1197
6cfb3f16 1198After the testsuite has run you'll find various @file{*.sum} and @file{*.log}
767094dd 1199files in the testsuite subdirectories. The @file{*.log} files contain a
f42974dc 1200detailed log of the compiler invocations and the corresponding
767094dd 1201results, the @file{*.sum} files summarize the results. These summaries list
f42974dc
DW
1202all the tests that have been run with a corresponding status code:
1203
1204@itemize @bullet
1205@item
1206PASS: the test passed as expected
1207@item
1208XPASS: the test unexpectedly passed
1209@item
1210FAIL: the test unexpectedly failed
1211@item
1212XFAIL: the test failed as expected
1213@item
1214UNSUPPORTED: the test is not supported on this platform
1215@item
1216ERROR: the testsuite detected an error
1217@item
1218WARNING: the testsuite detected a possible problem
1219@end itemize
1220
38209993
LG
1221It is normal for some tests to report unexpected failures. At the
1222current time our testing harness does not allow fine grained control
1223over whether or not a test is expected to fail. We expect to fix this
1224problem in future releases.
f42974dc
DW
1225
1226
1227@section Submitting test results
1228
1229If you want to report the results to the GCC project, use the
767094dd 1230@file{contrib/test_summary} shell script. Start it in the @var{objdir} with
f42974dc
DW
1231
1232@example
6cfb3f16
JM
1233 @var{srcdir}/contrib/test_summary -p your_commentary.txt \
1234 -m gcc-testresults@@gcc.gnu.org |sh
f42974dc
DW
1235@end example
1236
6cfb3f16 1237This script uses the @command{Mail} program to send the results, so
767094dd 1238make sure it is in your @env{PATH}. The file @file{your_commentary.txt} is
f42974dc 1239prepended to the testsuite summary and should contain any special
767094dd 1240remarks you have on your results or your build environment. Please
f42974dc 1241do not edit the testsuite result block or the subject line, as these
f9047ed3 1242messages are automatically parsed and presented at the
f42974dc
DW
1243@uref{http://gcc.gnu.org/testresults/,,GCC testresults} web
1244page. Here you can also gather information on how specific tests
767094dd 1245behave on different platforms and compare them with your results. A
f42974dc
DW
1246few failing testcases are possible even on released versions and you
1247should look here first if you think your results are unreasonable.
1248
aed5964b
JM
1249@html
1250<hr>
1251<p>
1252@end html
1253@ifhtml
1254@uref{./index.html,,Return to the GCC Installation page}
1255@end ifhtml
f42974dc
DW
1256@end ifset
1257
1258@c ***Final install***********************************************************
6cfb3f16 1259@ifnothtml
f42974dc
DW
1260@comment node-name, next, previous, up
1261@node Final install, , Testing, Installing GCC
6cfb3f16 1262@end ifnothtml
f42974dc
DW
1263@ifset finalinstallhtml
1264@html
1265<h1 align="center">Installing GCC: Final installation</h1>
1266@end html
1267@ifnothtml
1268@chapter Installing GCC: Final installation
1269@end ifnothtml
1270
eea81d3e
RO
1271Now that GCC has been built (and optionally tested), you can install it with
1272@example
1273cd @var{objdir}; make install
1274@end example
f42974dc
DW
1275
1276That step completes the installation of GCC; user level binaries can
38209993
LG
1277be found in @file{@var{prefix}/bin} where @var{prefix} is the value you
1278specified with the @option{--prefix} to configure (or @file{/usr/local}
ab130aa5
JM
1279by default). (If you specified @option{--bindir}, that directory will
1280be used instead; otherwise, if you specified @option{--exec-prefix},
1281@file{@var{exec-prefix}/bin} will be used.) Headers for the C++ and
1282Java libraries are installed in @file{@var{prefix}/include}; libraries
1283in @file{@var{libdir}} (normally @file{@var{prefix}/lib}); internal
1284parts of the compiler in @file{@var{libdir}/gcc-lib}; documentation in
1285info format in @file{@var{infodir}} (normally @file{@var{prefix}/info}).
f42974dc 1286
2b46bc67 1287If you built a released version of GCC using @samp{make bootstrap} then please
c009f01f 1288quickly review the build status page for
2b46bc67
JJ
1289@uref{http://gcc.gnu.org/gcc-3.1/buildstat.html,,3.1},
1290@uref{http://gcc.gnu.org/gcc-3.0/buildstat.html,,3.0}, or
c009f01f 1291@uref{http://gcc.gnu.org/gcc-2.95/buildstat.html,,2.95}.
c5997381
JJ
1292If your system is not listed for the version of GCC that you built,
1293send a note to
eea81d3e
RO
1294@email{gcc@@gcc.gnu.org} indicating
1295that you successfully built and installed GCC.
c5997381 1296Include the following information:
f42974dc 1297
c5997381
JJ
1298@itemize @bullet
1299@item
1300Output from running @file{@var{srcdir}/config.guess}. Do not send us
1301that file itself, just the one-line output from running it.
1302
1303@item
1304The output of @samp{gcc -v} for your newly installed gcc.
1305This tells us which version of GCC you built and the options you passed to
1306configure.
1307
2b46bc67
JJ
1308@item
1309Whether you enabled all languages or a subset of them. If you used a
1310full distribution then this information is part of the configure
1311options in the output of @samp{gcc -v}, but if you downloaded the
1312``core'' compiler plus additional front ends then it isn't apparent
1313which ones you built unless you tell us about it.
1314
c5997381
JJ
1315@item
1316If the build was for GNU/Linux, also include:
1317@itemize @bullet
1318@item
1319The distribution name and version (e.g., Red Hat 7.1 or Debian 2.2.3);
1320this information should be available from @file{/etc/issue}.
1321
1322@item
1323The version of the Linux kernel, available from @samp{uname --version}
1324or @samp{uname -a}.
1325
1326@item
1327The version of glibc you used; for RPM-based systems like Red Hat,
b9da07da
JJ
1328Mandrake, and SuSE type @samp{rpm -q glibc} to get the glibc version,
1329and on systems like Debian and Progeny use @samp{dpkg -l libc6}.
c5997381
JJ
1330@end itemize
1331For other systems, you can include similar information if you think it is
1332relevant.
1333
1334@item
1335Any other information that you think would be useful to people building
1336GCC on the same configuration. The new entry in the build status list
1337will include a link to the archived copy of your message.
1338@end itemize
c009f01f
JJ
1339
1340We'd also like to know if the
1341@ifnothtml
1342@ref{Specific, host/target specific installation notes}
1343@end ifnothtml
1344@ifhtml
1345@uref{specific.html,,host/target specific installation notes}
1346@end ifhtml
1347didn't include your host/target information or if that information is
1348incomplete or out of date. Send a note to
1349@email{gcc@@gcc.gnu.org} telling us how the information should be changed.
f42974dc
DW
1350
1351If you find a bug, please report it following our
1352@uref{../bugs.html,,bug reporting guidelines}.
1353
ab130aa5 1354If you want to print the GCC manuals, do @samp{cd @var{objdir}; make
dda78254 1355dvi}. You will need to have @command{texi2dvi} (version at least 4.1)
ab130aa5
JM
1356and @TeX{} installed. This creates a number of @file{.dvi} files in
1357subdirectories of @file{@var{objdir}}; these may be converted for
1358printing with programs such as @command{dvips}. You can also
1359@uref{http://www.gnu.org/order/order.html,,buy printed manuals from the
1360Free Software Foundation}, though such manuals may not be for the most
161d7b59 1361recent version of GCC@.
ab130aa5 1362
f42974dc
DW
1363@html
1364<hr>
1365<p>
1366@end html
1367@ifhtml
1368@uref{./index.html,,Return to the GCC Installation page}
1369@end ifhtml
1370@end ifset
1371
1372@c ***Binaries****************************************************************
6cfb3f16 1373@ifnothtml
f42974dc
DW
1374@comment node-name, next, previous, up
1375@node Binaries, Specific, Installing GCC, Top
6cfb3f16 1376@end ifnothtml
f42974dc
DW
1377@ifset binarieshtml
1378@html
1379<h1 align="center">Installing GCC: Binaries</h1>
1380@end html
1381@ifnothtml
1382@chapter Installing GCC: Binaries
1383@end ifnothtml
1384@cindex Binaries
1385@cindex Installing GCC: Binaries
1386
161d7b59 1387We are often asked about pre-compiled versions of GCC@. While we cannot
f42974dc
DW
1388provide these for all platforms, below you'll find links to binaries for
1389various platforms where creating them by yourself is not easy due to various
1390reasons.
1391
1392Please note that we did not create these binaries, nor do we
1393support them. If you have any problems installing them, please
1394contact their makers.
1395
1396@itemize
1397@item
df002c7d
DE
1398AIX:
1399@itemize
1400@item
4b5eb038 1401@uref{http://freeware.bull.net,,Bull's Freeware and Shareware Archive for AIX};
df002c7d
DE
1402
1403@item
9da6e781 1404@uref{http://aixpdslib.seas.ucla.edu,,UCLA Software Library for AIX};
df002c7d 1405@end itemize
f42974dc
DW
1406
1407@item
6cfb3f16 1408DOS---@uref{http://www.delorie.com/djgpp/,,DJGPP};
f42974dc 1409
f404402c
MW
1410@item
1411HP-UX:
1412@itemize
f42974dc
DW
1413@item
1414@uref{http://hpux.cae.wisc.edu/,,HP-UX Porting Center};
1415
f404402c
MW
1416@item
1417@uref{ftp://sunsite.informatik.rwth-aachen.de/pub/packages/gcc_hpux/,,Binaries for HP-UX 11.00 at Aachen University of Technology}.
1418@end itemize
1419
f42974dc 1420@item
38209993
LG
1421@uref{http://www.sco.com/skunkware/devtools/index.html#gcc,,SCO
1422OpenServer/Unixware};
f42974dc
DW
1423
1424@item
250d5688 1425Solaris 2 (SPARC, Intel)---@uref{http://www.sunfreeware.com/,,Sunfreeware};
f42974dc
DW
1426
1427@item
6cfb3f16 1428SGI---@uref{http://freeware.sgi.com/,,SGI Freeware};
f42974dc
DW
1429
1430@item
1431Windows 95, 98, and NT:
1432@itemize
1433@item
1434The @uref{http://sources.redhat.com/cygwin/,,Cygwin} project;
1435@item
1436@uref{http://www.xraylith.wisc.edu/~khan/software/gnu-win32/,,GNU Win32}
1437related projects by Mumit Khan.
1438@end itemize
1439
1440@item
61d47787 1441@uref{ftp://ftp.thewrittenword.com/packages/free/by-name/,,The
f42974dc
DW
1442Written Word} offers binaries for Solaris 2.5.1, 2.6, 2.7/SPARC, 2.7/Intel,
1443IRIX 6.2, 6.5, Digital UNIX 4.0D, HP-UX 10.20, and HP-UX 11.00.
1444
1445@item
6cfb3f16
JM
1446Hitachi H8/300[HS]---@uref{http://h8300-hms.sourceforge.net/,,GNU
1447Development Tools for the Hitachi H8/300[HS] Series}
f42974dc
DW
1448
1449@end itemize
1450
1451In addition to those specific offerings, you can get a binary
1452distribution CD-ROM from the
f9047ed3 1453@uref{http://www.fsf.org/order/order.html,,Free Software Foundation}.
f42974dc 1454It contains binaries for a number of platforms, and
767094dd 1455includes not only GCC, but other stuff as well. The current CD does
f42974dc 1456not contain the latest version of GCC, but it should allow
767094dd 1457bootstrapping the compiler. An updated version of that disk is in the
f42974dc
DW
1458works.
1459
1460@html
1461<hr>
1462<p>
1463@end html
1464@ifhtml
1465@uref{./index.html,,Return to the GCC Installation page}
1466@end ifhtml
1467@end ifset
1468
1469@c ***Specific****************************************************************
6cfb3f16 1470@ifnothtml
f42974dc 1471@comment node-name, next, previous, up
73e2155a 1472@node Specific, Old, Binaries, Top
6cfb3f16 1473@end ifnothtml
f42974dc
DW
1474@ifset specifichtml
1475@html
1476<h1 align="center">Host/target specific installation notes for GCC</h1>
1477@end html
1478@ifnothtml
1479@chapter Host/target specific installation notes for GCC
1480@end ifnothtml
1481@cindex Specific
1482@cindex Specific installation notes
1483@cindex Target specific installation
1484@cindex Host specific installation
1485@cindex Target specific installation notes
1486
1487Please read this document carefully @emph{before} installing the
1488GNU Compiler Collection on your machine.
1489
ef88b07d 1490@ifhtml
f42974dc
DW
1491@itemize
1492@item
b8df899a
JM
1493@uref{#1750a-*-*,,1750a-*-*}
1494@item
1495@uref{#a29k,,a29k}
1496@item
1497@uref{#a29k-*-bsd,,a29k-*-bsd}
1498@item
333e14b0 1499@uref{#alpha*-*-*,,alpha*-*-*}
f42974dc
DW
1500@item
1501@uref{#alpha*-dec-osf*,,alpha*-dec-osf*}
1502@item
71b96724
RL
1503@uref{#alphaev5-cray-unicosmk*,,alphaev5-cray-unicosmk*}
1504@item
b8df899a
JM
1505@uref{#arc-*-elf,,arc-*-elf}
1506@item
1507@uref{#arm-*-aout,,arm-*-aout}
1508@item
1509@uref{#arm-*-elf,,arm-*-elf}
1510@item
476c334e
PB
1511@uref{#arm*-*-linux-gnu,,arm*-*-linux-gnu}
1512@item
b8df899a
JM
1513@uref{#arm-*-riscix,,arm-*-riscix}
1514@item
f42974dc
DW
1515@uref{#avr,,avr}
1516@item
0132e321
MH
1517@uref{#c4x,,c4x}
1518@item
f42974dc
DW
1519@uref{#dos,,DOS}
1520@item
b8df899a
JM
1521@uref{#dsp16xx,,dsp16xx}
1522@item
1523@uref{#elxsi-elxsi-bsd,,elxsi-elxsi-bsd}
1524@item
021c4bfd
RO
1525@uref{#*-*-freebsd*,,*-*-freebsd*}
1526@item
f42974dc
DW
1527@uref{#h8300-hms,,h8300-hms}
1528@item
1529@uref{#hppa*-hp-hpux*,,hppa*-hp-hpux*}
1530@item
1531@uref{#hppa*-hp-hpux9,,hppa*-hp-hpux9}
1532@item
1533@uref{#hppa*-hp-hpux10,,hppa*-hp-hpux10}
1534@item
1535@uref{#hppa*-hp-hpux11,,hppa*-hp-hpux11}
1536@item
b8df899a
JM
1537@uref{#i370-*-*,,i370-*-*}
1538@item
f42974dc
DW
1539@uref{#*-*-linux-gnu,,*-*-linux-gnu}
1540@item
b8df899a
JM
1541@uref{#ix86-*-linux*oldld,,i?86-*-linux*oldld}
1542@item
1543@uref{#ix86-*-linux*aout,,i?86-*-linux*aout}
1544@item
f42974dc
DW
1545@uref{#ix86-*-linux*,,i?86-*-linux*}
1546@item
b8df899a
JM
1547@uref{#ix86-*-sco,,i?86-*-sco}
1548@item
1549@uref{#ix86-*-sco3.2v4,,i?86-*-sco3.2v4}
1550@item
f42974dc
DW
1551@uref{#ix86-*-sco3.2v5*,,i?86-*-sco3.2v5*}
1552@item
f42974dc
DW
1553@uref{#ix86-*-udk,,i?86-*-udk}
1554@item
b8df899a
JM
1555@uref{#ix86-*-isc,,i?86-*-isc}
1556@item
1557@uref{#ix86-*-esix,,i?86-*-esix}
1558@item
1559@uref{#ix86-ibm-aix,,i?86-ibm-aix}
1560@item
1561@uref{#ix86-sequent-bsd,,i?86-sequent-bsd}
1562@item
9340544b 1563@uref{#ix86-sequent-ptx1*,,i?86-sequent-ptx1*, i?86-sequent-ptx2*, i?86-sequent-sysv3*}
b8df899a
JM
1564@item
1565@uref{#i860-intel-osf*,,i860-intel-osf*}
1566@item
b499d9ab
JJ
1567@uref{#ia64-*-linux,,ia64-*-linux}
1568@item
b8df899a
JM
1569@uref{#*-lynx-lynxos,,*-lynx-lynxos}
1570@item
f42974dc
DW
1571@uref{#*-ibm-aix*,,*-ibm-aix*}
1572@item
b8df899a
JM
1573@uref{#m32r-*-elf,,m32r-*-elf}
1574@item
1575@uref{#m68000-hp-bsd,,m68000-hp-bsd}
1576@item
1577@uref{#m6811-elf,,m6811-elf}
1578@item
1579@uref{#m6812-elf,,m6812-elf}
1580@item
1581@uref{#m68k-altos,,m68k-altos}
1582@item
1583@uref{#m68k-apple-aux,,m68k-apple-aux}
1584@item
1585@uref{#m68k-att-sysv,,m68k-att-sysv}
1586@item
1587@uref{#m68k-bull-sysv,,m68k-bull-sysv}
1588@item
9340544b 1589@uref{#m68k-crds-unos,,m68k-crds-unos}
b8df899a
JM
1590@item
1591@uref{#m68k-hp-hpux,,m68k-hp-hpux}
1592@item
f42974dc
DW
1593@uref{#m68k-*-nextstep*,,m68k-*-nextstep*}
1594@item
b8df899a
JM
1595@uref{#m68k-ncr-*,,m68k-ncr-*}
1596@item
1597@uref{#m68k-sun,,m68k-sun}
1598@item
f42974dc
DW
1599@uref{#m68k-sun-sunos4.1.1,,m68k-sun-sunos4.1.1}
1600@item
b8df899a
JM
1601@uref{#m88k-*-svr3,,m88k-*-svr3}
1602@item
1603@uref{#m88k-*-dgux,,m88k-*-dgux}
1604@item
1605@uref{#m88k-tektronix-sysv3,,m88k-tektronix-sysv3}
1606@item
1607@uref{#mips-*-*,,mips-*-*}
1608@item
021c4bfd
RO
1609@uref{#mips-dec-*,,mips-dec-*}
1610@item
b8df899a
JM
1611@uref{#mips-mips-bsd,,mips-mips-bsd}
1612@item
1613@uref{#mips-mips-riscos*,,mips-mips-riscos*}
1614@item
b953cc4b 1615@uref{#mips-sgi-irix4,,mips-sgi-irix4}
213ba345 1616@item
b953cc4b 1617@uref{#mips-sgi-irix5,,mips-sgi-irix5}
f42974dc 1618@item
b953cc4b 1619@uref{#mips-sgi-irix6,,mips-sgi-irix6}
f42974dc 1620@item
b8df899a
JM
1621@uref{#mips-sony-sysv,,mips-sony-sysv}
1622@item
1623@uref{#ns32k-encore,,ns32k-encore}
1624@item
1625@uref{#ns32k-*-genix,,ns32k-*-genix}
1626@item
1627@uref{#ns32k-sequent,,ns32k-sequent}
1628@item
1629@uref{#ns32k-utek,,ns32k-utek}
1630@item
021c4bfd
RO
1631@uref{#powerpc*-*-*,,powerpc*-*-*, powerpc-*-sysv4}
1632@item
4f2b1139
SS
1633@uref{#powerpc-*-darwin*,,powerpc-*-darwin*}
1634@item
b8df899a
JM
1635@uref{#powerpc-*-elf,,powerpc-*-elf, powerpc-*-sysv4}
1636@item
f42974dc
DW
1637@uref{#powerpc-*-linux-gnu*,,powerpc-*-linux-gnu*}
1638@item
edf1b3f3
AC
1639@uref{#powerpc-*-netbsd*,,powerpc-*-netbsd*}
1640@item
b8df899a
JM
1641@uref{#powerpc-*-eabiaix,,powerpc-*-eabiaix}
1642@item
1643@uref{#powerpc-*-eabisim,,powerpc-*-eabisim}
1644@item
1645@uref{#powerpc-*-eabi,,powerpc-*-eabi}
1646@item
1647@uref{#powerpcle-*-elf,,powerpcle-*-elf, powerpcle-*-sysv4}
1648@item
1649@uref{#powerpcle-*-eabisim,,powerpcle-*-eabisim}
1650@item
1651@uref{#powerpcle-*-eabi,,powerpcle-*-eabi}
1652@item
1653@uref{#powerpcle-*-winnt,,powerpcle-*-winnt, powerpcle-*-pe}
1654@item
1655@uref{#romp-*-aos,,romp-*-aos, romp-*-mach}
1656@item
91abf72d
HP
1657@uref{#s390-*-linux*}
1658@item
1659@uref{#s390x-*-linux*}
1660@item
250d5688 1661@uref{#*-*-solaris2*,,*-*-solaris2*}
f42974dc 1662@item
250d5688 1663@uref{#sparc-sun-solaris2*,,sparc-sun-solaris2*}
f42974dc
DW
1664@item
1665@uref{#sparc-sun-solaris2.7,,sparc-sun-solaris2.7}
1666@item
250d5688 1667@uref{#sparc-sun-sunos4*,,sparc-sun-sunos4*}
f42974dc
DW
1668@item
1669@uref{#sparc-unknown-linux-gnulibc1,,sparc-unknown-linux-gnulibc1}
1670@item
c6fa9728
JS
1671@uref{#sparc-*-linux*,,sparc-*-linux*}
1672@item
f42974dc
DW
1673@uref{#sparc64-*-*,,sparc64-*-*}
1674@item
e403b4bc
CR
1675@uref{#sparcv9-*-solaris2*,,sparcv9-*-solaris2*}
1676@item
b8df899a
JM
1677@uref{#*-*-sysv*,,*-*-sysv*}
1678@item
1679@uref{#vax-dec-ultrix,,vax-dec-ultrix}
1680@item
1681@uref{#we32k-*-*,,we32k-*-*}
1682@item
fd29f6ea
BW
1683@uref{#xtensa-*-elf,,xtensa-*-elf}
1684@item
1685@uref{#xtensa-*-linux*,,xtensa-*-linux*}
1686@item
f42974dc
DW
1687@uref{#windows,,Microsoft Windows}
1688@item
1689@uref{#os2,,OS/2}
1690@item
1691@uref{#older,,Older systems}
1692@end itemize
1693
1694@itemize
1695@item
250d5688 1696@uref{#elf_targets,,all ELF targets} (SVR4, Solaris 2, etc.)
f42974dc 1697@end itemize
ef88b07d 1698@end ifhtml
f42974dc
DW
1699
1700
1701@html
1702<!-- -------- host/target specific issues start here ---------------- -->
1703<hr>
f42974dc 1704@end html
b8df899a 1705@heading @anchor{1750a-*-*}1750a-*-*
9340544b 1706MIL-STD-1750A processors. This target is obsoleted in GCC 3.1.
b8df899a
JM
1707
1708The MIL-STD-1750A cross configuration produces output for
021c4bfd 1709@code{as1750}, an assembler/linker available under the GNU General Public
161d7b59 1710License for the 1750A@. @code{as1750} can be obtained at
b8df899a
JM
1711@uref{ftp://ftp.fta-berlin.de/pub/crossgcc/1750gals/}.
1712A similarly licensed simulator for
1713the 1750A is available from same address.
1714
021c4bfd
RO
1715You should ignore a fatal error during the building of @samp{libgcc}
1716(@samp{libgcc} is not yet implemented for the 1750A@.)
b8df899a
JM
1717
1718The @code{as1750} assembler requires the file @file{ms1750.inc}, which is
021c4bfd 1719found in the directory @file{gcc/config/1750a}.
b8df899a 1720
f0523f02 1721GCC produced the same sections as the Fairchild F9450 C Compiler,
b8df899a
JM
1722namely:
1723
1724@table @code
1725@item Normal
1726The program code section.
1727
1728@item Static
1729The read/write (RAM) data section.
1730
1731@item Konst
1732The read-only (ROM) constants section.
1733
1734@item Init
161d7b59 1735Initialization section (code to copy KREL to SREL)@.
b8df899a
JM
1736@end table
1737
021c4bfd 1738The smallest addressable unit is 16 bits (@code{BITS_PER_UNIT} is 16). This
6cfb3f16
JM
1739means that type @code{char} is represented with a 16-bit word per character.
1740The 1750A's ``Load/Store Upper/Lower Byte'' instructions are not used by
161d7b59 1741GCC@.
b8df899a
JM
1742
1743@html
1744</p>
1745<hr>
1746@end html
1747@heading @anchor{a29k}a29k
1748AMD Am29k-family processors. These are normally used in embedded
9340544b
ZW
1749applications. This configuration corresponds to AMD's standard calling
1750sequence and binary interface and is compatible with other 29k tools.
1751
8998d5bf
ZW
1752AMD has abandoned this processor. All existing a29k targets are obsoleted
1753in GCC 3.1.
b8df899a
JM
1754
1755You may need to make a variant of the file @file{a29k.h} for your
1756particular configuration.
1757
1758@html
1759</p>
1760<hr>
1761@end html
1762@heading @anchor{a29k-*-bsd}a29k-*-bsd
1763AMD Am29050 used in a system running a variant of BSD Unix.
1764
1765@html
1766</p>
1767<hr>
1768@end html
333e14b0
LR
1769@heading @anchor{alpha*-*-*}alpha*-*-*
1770
1771This section contains general configuration information for all
1772alpha-based platforms using ELF (in particular, ignore this section for
161d7b59 1773DEC OSF/1, Digital UNIX and Tru64 UNIX)@. In addition to reading this
f2541106 1774section, please read all other sections that match your target.
333e14b0 1775
021c4bfd
RO
1776We require binutils 2.11.2 or newer.
1777Previous binutils releases had a number of problems with DWARF 2
333e14b0
LR
1778debugging information, not the least of which is incorrect linking of
1779shared libraries.
1780
b8df899a
JM
1781@html
1782</p>
1783<hr>
1784@end html
f2541106 1785@heading @anchor{alpha*-dec-osf*}alpha*-dec-osf*
b8df899a 1786Systems using processors that implement the DEC Alpha architecture and
f2541106
RO
1787are running the DEC/Compaq Unix (DEC OSF/1, Digital UNIX, or Compaq
1788Tru64 UNIX) operating system, for example the DEC Alpha AXP systems.
1789
952bca84
ZW
1790Support for versions before @code{alpha*-dec-osf4} is obsoleted in GCC
17913.1. (These are the versions which identify themselves as DEC OSF/1.)
9340544b 1792
f2541106
RO
1793In Tru64 UNIX V5.1, Compaq introduced a new assembler that does not
1794currently (2001-06-13) work with @command{mips-tfile}. As a workaround,
1795we need to use the old assembler, invoked via the barely documented
1796@option{-oldas} option. To bootstrap GCC, you either need to use the
1797Compaq C Compiler:
1798
1799@example
eea81d3e 1800 % CC=cc @var{srcdir}/configure [@var{options}] [@var{target}]
f2541106
RO
1801@end example
1802
1803or you can use a copy of GCC 2.95.3 or higher built on Tru64 UNIX V4.0:
1804
1805@example
eea81d3e 1806 % CC=gcc -Wa,-oldas @var{srcdir}/configure [@var{options}] [@var{target}]
f2541106 1807@end example
b8df899a 1808
b953cc4b
RO
1809As of GNU binutils 2.11.2, neither GNU @command{as} nor GNU @command{ld}
1810are supported on Tru64 UNIX, so you must not configure GCC with
1811@option{--with-gnu-as} or @option{--with-gnu-ld}.
1812
1813The @option{--enable-threads} options isn't supported yet. A patch is
18b467f1 1814in preparation for a future release.
b953cc4b 1815
f0523f02 1816GCC writes a @samp{.verstamp} directive to the assembler output file
b8df899a
JM
1817unless it is built as a cross-compiler. It gets the version to use from
1818the system header file @file{/usr/include/stamp.h}. If you install a
1819new version of DEC Unix, you should rebuild GCC to pick up the new version
1820stamp.
1821
1822Note that since the Alpha is a 64-bit architecture, cross-compilers from
182332-bit machines will not generate code as efficient as that generated
1824when the compiler is running on a 64-bit machine because many
1825optimizations that depend on being able to represent a word on the
1826target in an integral value on the host cannot be performed. Building
1827cross-compilers on the Alpha for 32-bit machines has only been tested in
1828a few cases and may not work properly.
1829
1830@code{make compare} may fail on old versions of DEC Unix unless you add
6cfb3f16 1831@option{-save-temps} to @code{CFLAGS}. On these systems, the name of the
b8df899a
JM
1832assembler input file is stored in the object file, and that makes
1833comparison fail if it differs between the @code{stage1} and
6cfb3f16 1834@code{stage2} compilations. The option @option{-save-temps} forces a
b8df899a 1835fixed name to be used for the assembler input file, instead of a
6cfb3f16 1836randomly chosen name in @file{/tmp}. Do not add @option{-save-temps}
b8df899a 1837unless the comparisons fail without that option. If you add
6cfb3f16 1838@option{-save-temps}, you will have to manually delete the @samp{.i} and
b8df899a
JM
1839@samp{.s} files after each series of compilations.
1840
f0523f02 1841GCC now supports both the native (ECOFF) debugging format used by DBX
161d7b59 1842and GDB and an encapsulated STABS format for use only with GDB@. See the
6cfb3f16 1843discussion of the @option{--with-stabs} option of @file{configure} above
b8df899a
JM
1844for more information on these formats and how to select them.
1845
1846There is a bug in DEC's assembler that produces incorrect line numbers
1847for ECOFF format when the @samp{.align} directive is used. To work
f0523f02 1848around this problem, GCC will not emit such alignment directives
b8df899a
JM
1849while writing ECOFF format debugging information even if optimization is
1850being performed. Unfortunately, this has the very undesirable
6cfb3f16
JM
1851side-effect that code addresses when @option{-O} is specified are
1852different depending on whether or not @option{-g} is also specified.
b8df899a 1853
6cfb3f16 1854To avoid this behavior, specify @option{-gstabs+} and use GDB instead of
161d7b59 1855DBX@. DEC is now aware of this problem with the assembler and hopes to
b8df899a
JM
1856provide a fix shortly.
1857
71b96724
RL
1858@html
1859</p>
1860<hr>
1861@end html
1862@heading @anchor{alphaev5-cray-unicosmk*}alphaev5-cray-unicosmk*
1863Cray T3E systems running Unicos/Mk.
1864
1865This port is incomplete and has many known bugs. We hope to improve the
1866support for this target soon. Currently, only the C front end is supported,
1867and it is not possible to build parallel applications. Cray modules are not
1868supported; in particular, Craylibs are assumed to be in
1869@file{/opt/ctl/craylibs/craylibs}.
1870
1871You absolutely @strong{must} use GNU make on this platform. Also, you
1872need to tell GCC where to find the assembler and the linker. The
1873simplest way to do so is by providing @option{--with-as} and
1874@option{--with-ld} to @file{configure}, e.g.@:
1875
068e5714 1876@samp{configure --with-as=/opt/ctl/bin/cam --with-ld=/opt/ctl/bin/cld
71b96724
RL
1877--enable-languages=c}
1878
1879The comparison test during @samp{make bootstrap} fails on Unicos/Mk
1880because the assembler inserts timestamps into object files. You should
1881be able to work around this by doing @samp{make all} after getting this
1882failure.
1883
b8df899a
JM
1884@html
1885</p>
1886<hr>
1887@end html
1888@heading @anchor{arc-*-elf}arc-*-elf
1889Argonaut ARC processor.
1890This configuration is intended for embedded systems.
1891
1892@html
1893</p>
1894<hr>
1895@end html
1896@heading @anchor{arm-*-aout}arm-*-aout
1897Advanced RISC Machines ARM-family processors. These are often used in
1898embedded applications. There are no standard Unix configurations.
1899This configuration corresponds to the basic instruction sequences and will
1900produce @file{a.out} format object modules.
1901
1902You may need to make a variant of the file @file{arm.h} for your particular
1903configuration.
1904
1905@html
1906</p>
1907<hr>
1908@end html
1909@heading @anchor{arm-*-elf}arm-*-elf
1910This configuration is intended for embedded systems.
1911
476c334e
PB
1912@html
1913</p>
1914<hr>
476c334e 1915@end html
ef88b07d 1916@heading @anchor{arm*-*-linux-gnu}arm*-*-linux-gnu
476c334e
PB
1917
1918We require GNU binutils 2.10 or newer.
1919
b8df899a
JM
1920@html
1921</p>
1922<hr>
1923@end html
1924@heading @anchor{arm-*-riscix}arm-*-riscix
1925The ARM2 or ARM3 processor running RISC iX, Acorn's port of BSD Unix.
9340544b
ZW
1926This configuration is obsoleted in GCC 3.1.
1927
b8df899a
JM
1928If you are running a version of RISC iX prior to 1.2 then you must
1929specify the version number during configuration. Note that the
1930assembler shipped with RISC iX does not support stabs debugging
1931information; a new version of the assembler, with stabs support
1932included, is now available from Acorn and via ftp
1933@uref{ftp://ftp.acorn.com/pub/riscix/as+xterm.tar.Z}. To enable stabs
6cfb3f16 1934debugging, pass @option{--with-gnu-as} to configure.
b8df899a 1935
6cfb3f16 1936You will need to install GNU @command{sed} before you can run configure.
b8df899a 1937
f42974dc
DW
1938@html
1939</p>
1940<hr>
f42974dc 1941@end html
ef88b07d 1942@heading @anchor{avr}avr
f42974dc 1943
b8df899a 1944ATMEL AVR-family micro controllers. These are used in embedded
ca52d046
GP
1945applications. There are no standard Unix configurations.
1946@ifnothtml
1947@xref{AVR Options,, AVR Options, gcc, Using and Porting the GNU Compiler
1948Collection (GCC)},
1949@end ifnothtml
98999d8b 1950@ifhtml
ca52d046 1951See ``AVR Options'' in the main manual
98999d8b 1952@end ifhtml
ca52d046 1953for the list of supported MCU types.
b8df899a 1954
161d7b59 1955Use @samp{configure --target=avr --enable-languages="c"} to configure GCC@.
f42974dc
DW
1956
1957Further installation notes and other useful information about AVR tools
1958can also be obtained from:
1959
1960@itemize @bullet
1961@item
1962@uref{http://home.overta.ru/users/denisc,,http://home.overta.ru/users/denisc}
1963@item
63708ffc 1964@uref{http://www.amelek.gda.pl/avr,,http://www.amelek.gda.pl/avr}
f42974dc
DW
1965@end itemize
1966
20293b4c 1967We @emph{strongly} recommend using binutils 2.11 or newer.
f42974dc
DW
1968
1969The following error:
1970@example
1971 Error: register required
1972@end example
1973
1974indicates that you should upgrade to a newer version of the binutils.
1975
0132e321
MH
1976@html
1977</p>
1978<hr>
1979@end html
1980@heading @anchor{c4x}c4x
1981
1982Texas Instruments TMS320C3x and TMS320C4x Floating Point Digital Signal
1983Processors. These are used in embedded applications. There are no
d8393f64
GP
1984standard Unix configurations.
1985@ifnothtml
1986@xref{TMS320C3x/C4x Options,, TMS320C3x/C4x Options, gcc, Using and
1987Porting the GNU Compiler Collection (GCC)},
1988@end ifnothtml
98999d8b 1989@ifhtml
d8393f64 1990See ``TMS320C3x/C4x Options'' in the main manual
98999d8b 1991@end ifhtml
d8393f64 1992for the list of supported MCU types.
0132e321
MH
1993
1994GCC can be configured as a cross compiler for both the C3x and C4x
1995architectures on the same system. Use @samp{configure --target=c4x
1996--enable-languages="c,c++"} to configure.
1997
1998
1999Further installation notes and other useful information about C4x tools
2000can also be obtained from:
2001
2002@itemize @bullet
2003@item
d8393f64 2004@uref{http://www.elec.canterbury.ac.nz/c4x/,,http://www.elec.canterbury.ac.nz/c4x/}
0132e321
MH
2005@end itemize
2006
0b85d816
HPN
2007@html
2008</p>
2009<hr>
2010@end html
2011@heading @anchor{cris}CRIS
2012
2013CRIS is the CPU architecture in Axis Communications ETRAX system-on-a-chip
2014series. These are used in embedded applications.
2015
2016@ifnothtml
2017@xref{CRIS Options,, CRIS Options, gcc, Using and Porting the GNU Compiler
2018Collection (GCC)},
2019@end ifnothtml
2020@ifhtml
2021See ``CRIS Options'' in the main manual
2022@end ifhtml
2023for a list of CRIS-specific options.
2024
2025There are a few different CRIS targets:
2026@table @code
2027@item cris-axis-aout
2028Old target. Includes a multilib for the @samp{elinux} a.out-based
2029target. No multilibs for newer architecture variants.
2030@item cris-axis-elf
2031Mainly for monolithic embedded systems. Includes a multilib for the
2032@samp{v10} core used in @samp{ETRAX 100 LX}.
2033@item cris-axis-linux-gnu
2034A GNU/Linux port for the CRIS architecture, currently targeting
2035@samp{ETRAX 100 LX} by default.
2036@end table
2037
2038For @code{cris-axis-aout} and @code{cris-axis-elf} you need binutils 2.11
2039or newer. For @code{cris-axis-linux-gnu} you need binutils 2.12 or newer.
2040
2041Pre-packaged tools can be obtained from
2042@uref{ftp://ftp.axis.com/pub/axis/tools/cris/compiler-kit/}. More
2043information about this platform is available at
2044@uref{http://developer.axis.com/}.
2045
f42974dc
DW
2046@html
2047</p>
2048<hr>
f42974dc 2049@end html
ef88b07d 2050@heading @anchor{dos}DOS
f42974dc
DW
2051
2052Please have a look at our @uref{binaries.html,,binaries page}.
2053
f0523f02 2054You cannot install GCC by itself on MSDOS; it will not compile under
f85b8d1a
JM
2055any MSDOS compiler except itself. You need to get the complete
2056compilation package DJGPP, which includes binaries as well as sources,
2057and includes all the necessary compilation tools and libraries.
2058
b8df899a
JM
2059@html
2060</p>
2061<hr>
2062@end html
2063@heading @anchor{dsp16xx}dsp16xx
2064A port to the AT&T DSP1610 family of processors.
2065
021c4bfd
RO
2066@html
2067</p>
2068<hr>
2069@end html
2070@heading @anchor{*-*-freebsd*}*-*-freebsd*
2071
2072The version of binutils installed in @file{/usr/bin} is known to work unless
2073otherwise specified in any per-architecture notes. However, binutils
6b976d99 20742.12.1 or greater is known to improve overall testsuite results.
021c4bfd
RO
2075
2076For FreeBSD 1, FreeBSD 2 or any mutant a.out versions of FreeBSD 3: All
2077configuration support and files as shipped with GCC 2.95 are still in
2078place. FreeBSD 2.2.7 has been known to bootstrap completely; however,
2079it is unknown which version of binutils was used (it is assumed that it
2080was the system copy in @file{/usr/bin}) and C++ EH failures were noted.
2081
9340544b
ZW
2082Support for FreeBSD 1 is obsoleted in GCC 3.1.
2083
021c4bfd
RO
2084For FreeBSD using the ELF file format: DWARF 2 debugging is now the
2085default for all CPU architectures. It had been the default on
2086FreeBSD/alpha since its inception. You may use @option{-gstabs} instead
2087of @option{-g}, if you really want the old debugging format. There are
2088no known issues with mixing object files and libraries with different
2089debugging formats. Otherwise, this release of GCC should now match more
2090of the configuration used in the stock FreeBSD configuration of GCC. In
2091particular, @option{--enable-threads} is now configured by default.
2092However, as a general user, do not attempt to replace the system
2093compiler with this release. Known to bootstrap and check with good
46fc709d
LR
2094results on FreeBSD 3.0, 3.4, 4.0, 4.2, 4.3, 4.4, 4.5-STABLE and 5-CURRENT@.
2095
2096In principle, @option{--enable-threads} is now compatible with
2097@option{--enable-libgcj} on FreeBSD@. However, it has only been built
6b976d99
LR
2098and tested on i386-*-freebsd4.5 and alpha-*-freebsd5.0. The static
2099library may be incorrectly built (symbols are missing at link time).
2100There is a rare timing-based startup hang (probably involves an
2101assupmtion about the thread library). Multi-threaded boehm-gc (required for
46fc709d
LR
2102libjava) exposes severe threaded signal-handling bugs on FreeBSD before
21034.5-RELEASE. The alpha port may not fully bootstrap without some manual
2104intervention: gcjh will crash with a floating-point exception while
2105generating @file{java/lang/Double.h} (just copy the version built on
2106i386-*-freebsd* and rerun the top-level gmake with no arguments and it
2107should properly complete the bootstrap). Other CPU architectures
2108supported by FreeBSD will require additional configuration tuning in, at
2109the very least, both boehm-gc and libffi.
021c4bfd 2110
bc3a44db
LR
2111Shared @file{libgcc_s.so} is now built and installed by default.
2112
b8df899a
JM
2113@html
2114</p>
2115<hr>
2116@end html
2117@heading @anchor{elxsi-elxsi-bsd}elxsi-elxsi-bsd
2118The Elxsi's C compiler has known limitations that prevent it from
f6df5bd2 2119compiling GCC@. Please contact @email{mrs@@wrs.com} for more details.
b8df899a 2120
9340544b
ZW
2121Support for this processor is obsoleted in GCC 3.1.
2122
f42974dc
DW
2123@html
2124</p>
2125<hr>
f42974dc 2126@end html
ef88b07d 2127@heading @anchor{h8300-hms}h8300-hms
b8df899a 2128Hitachi H8/300 series of processors.
f42974dc
DW
2129
2130Please have a look at our @uref{binaries.html,,binaries page}.
2131
b8df899a
JM
2132The calling convention and structure layout has changed in release 2.6.
2133All code must be recompiled. The calling convention now passes the
2134first three arguments in function calls in registers. Structures are no
2135longer a multiple of 2 bytes.
2136
f42974dc
DW
2137@html
2138</p>
2139<hr>
f42974dc 2140@end html
ef88b07d 2141@heading @anchor{hppa*-hp-hpux*}hppa*-hp-hpux*
f42974dc 2142
021c4bfd 2143We @emph{highly} recommend using gas/binutils 2.8 or newer on all hppa
f9047ed3 2144platforms; you may encounter a variety of problems when using the HP
f42974dc
DW
2145assembler.
2146
2147Specifically, @option{-g} does not work on HP-UX (since that system
2148uses a peculiar debugging format which GCC does not know about), unless you
38209993
LG
2149use GAS and GDB and configure GCC with the
2150@uref{./configure.html#with-gnu-as,,@option{--with-gnu-as}} and
6cfb3f16 2151@option{--with-as=@dots{}} options.
f42974dc
DW
2152
2153If you wish to use pa-risc 2.0 architecture support, you must use either
021c4bfd 2154the HP assembler, gas/binutils 2.11 or a recent
f42974dc
DW
2155@uref{ftp://sources.redhat.com/pub/binutils/snapshots,,snapshot of gas}.
2156
021c4bfd 2157More specific information to @samp{hppa*-hp-hpux*} targets follows.
f42974dc
DW
2158
2159@html
2160</p>
2161<hr>
f42974dc 2162@end html
ef88b07d 2163@heading @anchor{hppa*-hp-hpux9}hppa*-hp-hpux9
f42974dc
DW
2164
2165The HP assembler has major problems on this platform. We've tried to work
2166around the worst of the problems. However, those workarounds may be causing
2167linker crashes in some circumstances; the workarounds also probably prevent
2168shared libraries from working. Use the GNU assembler to avoid these problems.
2169
2170
2171The configuration scripts for GCC will also trigger a bug in the hpux9
38209993
LG
2172shell. To avoid this problem set @env{CONFIG_SHELL} to @file{/bin/ksh}
2173and @env{SHELL} to @file{/bin/ksh} in your environment.
f42974dc
DW
2174
2175
2176@html
2177</p>
2178<hr>
f42974dc 2179@end html
ef88b07d 2180@heading @anchor{hppa*-hp-hpux10}hppa*-hp-hpux10
f42974dc 2181
f9047ed3 2182For hpux10.20, we @emph{highly} recommend you pick up the latest sed patch
161d7b59 2183@code{PHCO_19798} from HP@. HP has two sites which provide patches free of
f42974dc
DW
2184charge:
2185
2186@itemize @bullet
2187@item
2188@html
2189<a href="http://us-support.external.hp.com">US, Canada, Asia-Pacific, and
2190Latin-America</a>
2191@end html
2192@ifnothtml
2193@uref{http://us-support.external.hp.com,,}US, Canada, Asia-Pacific, and
2194Latin-America
2195@end ifnothtml
2196@item
2197@uref{http://europe-support.external.hp.com,,Europe}
2198@end itemize
2199
2200The HP assembler on these systems is much better than the hpux9 assembler,
2201but still has some problems. Most notably the assembler inserts timestamps
2202into each object file it creates, causing the 3-stage comparison test to fail
f9047ed3
JM
2203during a @samp{make bootstrap}. You should be able to continue by
2204saying @samp{make all} after getting the failure from @samp{make
38209993 2205bootstrap}.
f42974dc
DW
2206
2207
2208@html
2209</p>
2210<hr>
f42974dc 2211@end html
ef88b07d 2212@heading @anchor{hppa*-hp-hpux11}hppa*-hp-hpux11
f42974dc 2213
975c6e4e 2214GCC 3.0 and up support HP-UX 11. You must use GNU binutils 2.11 or above on
f282ffb3 2215this platform. Thread support is not currently implemented for this
751a1458
CR
2216platform, so @option{--enable-threads} does not work.
2217See @uref{http://gcc.gnu.org/ml/gcc-prs/2002-01/msg00551.html}
2218and @uref{http://gcc.gnu.org/ml/gcc-bugs/2002-01/msg00663.html}.
6f2a28d7 2219GCC 2.95.x is not supported under HP-UX 11 and cannot be used to
975c6e4e
RO
2220compile GCC 3.0 and up. Refer to @uref{binaries.html,,binaries} for
2221information about obtaining precompiled GCC binaries for HP-UX.
f42974dc 2222
b8df899a
JM
2223@html
2224</p>
2225<hr>
2226@end html
2227@heading @anchor{i370-*-*}i370-*-*
2228This port is very preliminary and has many known bugs. We hope to
2229have a higher-quality port for this machine soon.
2230
f42974dc
DW
2231@html
2232</p>
2233<hr>
f42974dc 2234@end html
ef88b07d 2235@heading @anchor{*-*-linux-gnu}*-*-linux-gnu
f42974dc
DW
2236
2237If you use glibc 2.2 (or 2.1.9x), GCC 2.95.2 won't install
021c4bfd 2238out-of-the-box. You'll get compile errors while building @samp{libstdc++}.
f42974dc
DW
2239The patch @uref{glibc-2.2.patch,,glibc-2.2.patch}, that is to be
2240applied in the GCC source tree, fixes the compatibility problems.
2241
e15ed790
AJ
2242@html
2243</p>
2244@end html
2245
2246@html
2247<p>
2248@end html
2249
2250Currently Glibc 2.2.3 (and older releases) and GCC 3.0 are out of sync
161d7b59 2251since the latest exception handling changes for GCC@. Compiling glibc
e15ed790
AJ
2252with GCC 3.0 will give a binary incompatible glibc and therefore cause
2253lots of problems and might make your system completly unusable. This
161d7b59 2254will definitly need fixes in glibc but might also need fixes in GCC@. We
e15ed790
AJ
2255strongly advise to wait for glibc 2.2.4 and to read the release notes of
2256glibc 2.2.4 whether patches for GCC 3.0 are needed. You can use glibc
22572.2.3 with GCC 3.0, just do not try to recompile it.
2258
b8df899a
JM
2259@html
2260</p>
2261<hr>
2262@end html
2263@heading @anchor{ix86-*-linux*oldld}i?86-*-linux*oldld
2264Use this configuration to generate @file{a.out} binaries on Linux-based
2265GNU systems if you do not have gas/binutils version 2.5.2 or later
9340544b
ZW
2266installed.
2267
2268This configuration is obsoleted in GCC 3.1.
b8df899a
JM
2269
2270@html
2271</p>
2272<hr>
2273@end html
2274@heading @anchor{ix86-*-linux*aout}i?86-*-linux*aout
2275Use this configuration to generate @file{a.out} binaries on Linux-based
767094dd 2276GNU systems. This configuration is being superseded. You must use
b8df899a
JM
2277gas/binutils version 2.5.2 or later.
2278
f42974dc
DW
2279@html
2280</p>
2281<hr>
f42974dc 2282@end html
ef88b07d 2283@heading @anchor{ix86-*-linux*}i?86-*-linux*
f42974dc 2284
021c4bfd 2285You will need binutils 2.9.1.0.15 or newer for exception handling to work.
f42974dc
DW
2286
2287If you receive Signal 11 errors when building on GNU/Linux, then it is
2288possible you have a hardware problem. Further information on this can be
2289found on @uref{http://www.bitwizard.nl/sig11/,,www.bitwizard.nl}.
2290
b8df899a
JM
2291@html
2292</p>
2293<hr>
2294@end html
2295@heading @anchor{ix86-*-sco}i?86-*-sco
2296Compilation with RCC is recommended. Also, it may be a good idea to
2297link with GNU malloc instead of the malloc that comes with the system.
2298
2299@html
2300</p>
2301<hr>
2302@end html
2303@heading @anchor{ix86-*-sco3.2v4}i?86-*-sco3.2v4
2304Use this configuration for SCO release 3.2 version 4.
2305
f42974dc
DW
2306@html
2307</p>
2308<hr>
f42974dc 2309@end html
ef88b07d 2310@heading @anchor{ix86-*-sco3.2v5*}i?86-*-sco3.2v5*
b8df899a 2311Use this for the SCO OpenServer Release 5 family of operating systems.
f42974dc
DW
2312
2313Unlike earlier versions of GCC, the ability to generate COFF with this
2314target is no longer provided.
2315
021c4bfd 2316Earlier versions of GCC emitted DWARF 1 when generating ELF to allow
f42974dc 2317the system debugger to be used. That support was too burdensome to
021c4bfd 2318maintain. GCC now emits only DWARF 2 for this target. This means you
f42974dc 2319may use either the UDK debugger or GDB to debug programs built by this
161d7b59 2320version of GCC@.
f42974dc 2321
021c4bfd 2322Use of the @option{-march=pentiumpro} flag can result in
f42974dc 2323unrecognized opcodes when using the native assembler on OS versions before
767094dd 23245.0.6. (Support for P6 opcodes was added to the native ELF assembler in
f9047ed3 2325that version.) While it's rather rare to see these emitted by GCC yet,
f42974dc
DW
2326errors of the basic form:
2327
2328@example
2329 /usr/tmp/ccaNlqBc.s:22:unknown instruction: fcomip
2330 /usr/tmp/ccaNlqBc.s:50:unknown instruction: fucomip
2331@end example
2332
2333are symptoms of this problem. You may work around this by not
2334building affected files with that flag, by using the GNU assembler, or
161d7b59 2335by using the assembler provided with the current version of the OS@.
f42974dc
DW
2336Users of GNU assembler should see the note below for hazards on doing
2337so.
2338
2339The native SCO assembler that is provided with the OS at no
2340charge is normally required. If, however, you must be able to use
2341the GNU assembler (perhaps you're compiling code with asms that
2342require GAS syntax) you may configure this package using the flags
38209993
LG
2343@uref{./configure.html#with-gnu-as,,@option{--with-gnu-as}}. You must
2344use a recent version of GNU binutils; versions past 2.9.1 seem to work
2345well.
f42974dc
DW
2346
2347In general, the @option{--with-gnu-as} option isn't as well tested
2348as the native assembler.
2349
6cfb3f16 2350Look in @file{gcc/config/i386/sco5.h} (search for ``messy'') for
f42974dc
DW
2351additional OpenServer-specific flags.
2352
38209993 2353Systems based on OpenServer before 5.0.4 (@samp{uname -X}
021c4bfd
RO
2354will tell you what you're running) require TLS597 from
2355@uref{ftp://ftp.sco.com/TLS/,,ftp://ftp.sco.com/TLS/}
f42974dc
DW
2356for C++ constructors and destructors to work right.
2357
2358The system linker in (at least) 5.0.4 and 5.0.5 will sometimes
2359do the wrong thing for a construct that GCC will emit for PIC
2360code. This can be seen as execution testsuite failures when using
6cfb3f16 2361@option{-fPIC} on @file{921215-1.c}, @file{931002-1.c}, @file{nestfunc-1.c}, and @file{gcov-1.c}.
f42974dc 2362For 5.0.5, an updated linker that will cure this problem is
f9047ed3 2363available. You must install both
38209993 2364@uref{ftp://ftp.sco.com/Supplements/rs505a/,,ftp://ftp.sco.com/Supplements/rs505a/}
f42974dc
DW
2365and @uref{ftp://ftp.sco.com/SLS/,,OSS499A}.
2366
2367The dynamic linker in OpenServer 5.0.5 (earlier versions may show
021c4bfd 2368the same problem) aborts on certain G77-compiled programs. It's particularly
f42974dc
DW
2369likely to be triggered by building Fortran code with the @option{-fPIC} flag.
2370Although it's conceivable that the error could be triggered by other
2371code, only G77-compiled code has been observed to cause this abort.
2372If you are getting core dumps immediately upon execution of your
021c4bfd
RO
2373G77 program---and especially if it's compiled with @option{-fPIC}---try applying
2374@uref{sco_osr5_g77.patch,,@file{sco_osr5_g77.patch}} to your @samp{libf2c} and
161d7b59 2375rebuilding GCC@.
f42974dc
DW
2376Affected faults, when analyzed in a debugger, will show a stack
2377backtrace with a fault occurring in @code{rtld()} and the program
f9047ed3 2378running as @file{/usr/lib/ld.so.1}. This problem has been reported to SCO
f42974dc
DW
2379engineering and will hopefully be addressed in later releases.
2380
2381
f42974dc
DW
2382@html
2383</p>
2384<hr>
f42974dc 2385@end html
ef88b07d 2386@heading @anchor{ix86-*-udk}i?86-*-udk
f42974dc
DW
2387
2388This target emulates the SCO Universal Development Kit and requires that
f9047ed3
JM
2389package be installed. (If it is installed, you will have a
2390@file{/udk/usr/ccs/bin/cc} file present.) It's very much like the
b953cc4b 2391@samp{i?86-*-unixware7*} target
f42974dc
DW
2392but is meant to be used when hosting on a system where UDK isn't the
2393default compiler such as OpenServer 5 or Unixware 2. This target will
f9047ed3 2394generate binaries that will run on OpenServer, Unixware 2, or Unixware 7,
161d7b59 2395with the same warnings and caveats as the SCO UDK@.
f42974dc 2396
f42974dc
DW
2397This target is a little tricky to build because we have to distinguish
2398it from the native tools (so it gets headers, startups, and libraries
f9047ed3 2399from the right place) while making the tools not think we're actually
f42974dc
DW
2400building a cross compiler. The easiest way to do this is with a configure
2401command like this:
2402
f9047ed3 2403@samp{CC=/udk/usr/ccs/bin/cc @var{/your/path/to}/gcc/configure
f42974dc
DW
2404--host=i686-pc-udk --target=i686-pc-udk --program-prefix=udk-}
2405
6cfb3f16 2406@emph{You should substitute @samp{i686} in the above command with the appropriate
f42974dc
DW
2407processor for your host.}
2408
021c4bfd
RO
2409After the usual @samp{make bootstrap} and
2410@samp{make install}, you can then access the UDK-targeted GCC
38209993
LG
2411tools by adding @command{udk-} before the commonly known name. For
2412example, to invoke the C compiler, you would use @command{udk-gcc}.
2413They will coexist peacefully with any native-target GCC tools you may
2414have installed.
f42974dc
DW
2415
2416
b8df899a
JM
2417@html
2418</p>
2419<hr>
2420@end html
2421@heading @anchor{ix86-*-isc}i?86-*-isc
9340544b
ZW
2422This configuration is obsoleted in GCC 3.1.
2423
b8df899a
JM
2424It may be a good idea to link with GNU malloc instead of the malloc that
2425comes with the system.
2426
6cfb3f16
JM
2427In ISC version 4.1, @command{sed} core dumps when building
2428@file{deduced.h}. Use the version of @command{sed} from version 4.0.
b8df899a 2429
b8df899a
JM
2430@html
2431</p>
2432<hr>
2433@end html
2434@heading @anchor{ix86-ibm-aix}i?86-ibm-aix
9340544b
ZW
2435This configuration is obsoleted in GCC 3.1.
2436
b8df899a
JM
2437You need to use GAS version 2.1 or later, and LD from
2438GNU binutils version 2.2 or later.
2439
2440@html
2441</p>
2442<hr>
2443@end html
2444@heading @anchor{ix86-sequent-bsd}i?86-sequent-bsd
9340544b
ZW
2445This configuration is obsoleted in GCC 3.1.
2446
b8df899a
JM
2447Go to the Berkeley universe before compiling.
2448
2449@html
2450</p>
2451<hr>
2452@end html
9340544b
ZW
2453@heading @anchor{ix86-sequent-ptx1*}i?86-sequent-ptx1*, i?86-sequent-ptx2*, i?86-sequent-sysv3*
2454This configuration is obsoleted in GCC 3.1.
2455
021c4bfd 2456You must install GNU @command{sed} before running @command{configure}.
b8df899a 2457
b8df899a
JM
2458The @code{fixproto} shell script may trigger a bug in the system shell.
2459If you encounter this problem, upgrade your operating system or
021c4bfd 2460use @command{bash} (the GNU shell) to run @code{fixproto}.
b8df899a 2461
b8df899a
JM
2462@html
2463</p>
2464<hr>
2465@end html
2466@heading @anchor{i860-intel-osf*}i860-intel-osf*
9340544b
ZW
2467All support for the i860 processor is obsoleted in GCC 3.1.
2468
b8df899a
JM
2469On the Intel Paragon (an i860 machine), if you are using operating
2470system version 1.0, you will get warnings or errors about redefinition
161d7b59 2471of @code{va_arg} when you build GCC@.
b8df899a
JM
2472
2473If this happens, then you need to link most programs with the library
2474@file{iclib.a}. You must also modify @file{stdio.h} as follows: before
2475the lines
2476
2477@example
2478#if defined(__i860__) && !defined(_VA_LIST)
2479#include <va_list.h>
2480@end example
2481
2482@noindent
2483insert the line
2484
2485@example
2486#if __PGC__
2487@end example
2488
2489@noindent
2490and after the lines
2491
2492@example
2493extern int vprintf(const char *, va_list );
2494extern int vsprintf(char *, const char *, va_list );
2495#endif
2496@end example
2497
2498@noindent
2499insert the line
2500
2501@example
2502#endif /* __PGC__ */
2503@end example
2504
2505These problems don't exist in operating system version 1.1.
2506
b499d9ab
JJ
2507@html
2508</p>
2509<hr>
2510@end html
2511@heading @anchor{ia64-*-linux}ia64-*-linux
2512IA-64 processor (also known as IPF, or Itanium Processor Family)
2513running GNU/Linux.
2514
2515The toolchain is not completely finished, so requirements will continue
2516to change.
2517GCC 3.0.1 and later require glibc 2.2.4.
2518GCC 3.0.2 requires binutils from 2001-09-05 or later.
2519GCC 3.0.1 requires binutils 2.11.1 or later.
2520
2521None of the following versions of GCC has an ABI that is compatible
2522with any of the other versions in this list, with the exception that
2523Red Hat 2.96 and Trillian 000171 are compatible with each other:
25243.0.2, 3.0.1, 3.0, Red Hat 2.96, and Trillian 000717.
2525This primarily affects C++ programs and programs that create shared libraries.
2526Because of these ABI incompatibilities, GCC 3.0.2 is not recommended for
2527user programs on GNU/Linux systems built using earlier compiler releases.
2528GCC 3.0.2 is recommended for compiling linux, the kernel.
2529GCC 3.0.2 is believed to be fully ABI compliant, and hence no more major
2530ABI changes are expected.
2531
b8df899a
JM
2532@html
2533</p>
2534<hr>
2535@end html
2536@heading @anchor{*-lynx-lynxos}*-lynx-lynxos
f0523f02 2537LynxOS 2.2 and earlier comes with GCC 1.x already installed as
b8df899a 2538@file{/bin/gcc}. You should compile with this instead of @file{/bin/cc}.
f0523f02 2539You can tell GCC to use the GNU assembler and linker, by specifying
b8df899a 2540@samp{--with-gnu-as --with-gnu-ld} when configuring. These will produce
f0523f02 2541COFF format object files and executables; otherwise GCC will use the
b8df899a
JM
2542installed tools, which produce @file{a.out} format executables.
2543
f42974dc
DW
2544@html
2545</p>
2546<hr>
f42974dc
DW
2547<!-- rs6000-ibm-aix*, powerpc-ibm-aix* -->
2548@end html
ef88b07d 2549@heading @anchor{*-ibm-aix*}*-ibm-aix*
f42974dc
DW
2550
2551AIX Make frequently has problems with GCC makefiles. GNU Make 3.76 or
2552newer is recommended to build on this platform.
2553
6cfb3f16 2554Errors involving @code{alloca} when building GCC generally are due
021c4bfd 2555to an incorrect definition of @code{CC} in the Makefile or mixing files
161d7b59 2556compiled with the native C compiler and GCC@. During the stage1 phase of
6cfb3f16
JM
2557the build, the native AIX compiler @strong{must} be invoked as @command{cc}
2558(not @command{xlc}). Once @command{configure} has been informed of
2559@command{xlc}, one needs to use @samp{make distclean} to remove the
38209993 2560configure cache files and ensure that @env{CC} environment variable
f42974dc
DW
2561does not provide a definition that will confuse @command{configure}.
2562If this error occurs during stage2 or later, then the problem most likely
2563is the version of Make (see above).
2564
2705baf5
DE
2565The GNU Assembler incorrectly reports that it supports WEAK symbols on
2566AIX which causes GCC to try to utilize weak symbol functionality which
2567is not really supported on the platform. The native @command{as} and
2568@command{ld} still are recommended. The native AIX tools do
161d7b59 2569interoperate with GCC@.
df002c7d 2570
2705baf5
DE
2571Building @file{libstdc++.a} requires a fix for a AIX Assembler bug
2572APAR IY26685 (AIX 4.3) or APAR IY25528 (AIX 5.1).
2573
df002c7d
DE
2574Linking executables and shared libraries may produce warnings of
2575duplicate symbols. The assembly files generated by GCC for AIX always
2576have included multiple symbol definitions for certain global variable
2577and function declarations in the original program. The warnings should
2578not prevent the linker from producing a correct library or runnable
2579executable.
2580
6cfb3f16 2581AIX 4.3 utilizes a ``large format'' archive to support both 32-bit and
df002c7d
DE
258264-bit object modules. The routines provided in AIX 4.3.0 and AIX 4.3.1
2583to parse archive libraries did not handle the new format correctly.
2584These routines are used by GCC and result in error messages during
6cfb3f16 2585linking such as ``not a COFF file''. The version of the routines shipped
df002c7d
DE
2586with AIX 4.3.1 should work for a 32-bit environment. The @option{-g}
2587option of the archive command may be used to create archives of 32-bit
6cfb3f16 2588objects using the original ``small format''. A correct version of the
d5d8d540 2589routines is shipped with AIX 4.3.2 and above.
df002c7d 2590
f42974dc
DW
2591Some versions of the AIX binder (linker) can fail with a relocation
2592overflow severe error when the @option{-bbigtoc} option is used to link
161d7b59 2593GCC-produced object files into an executable that overflows the TOC@. A fix
f42974dc
DW
2594for APAR IX75823 (OVERFLOW DURING LINK WHEN USING GCC AND -BBIGTOC) is
2595available from IBM Customer Support and from its
d5d8d540 2596@uref{http://techsupport.services.ibm.com/,,techsupport.services.ibm.com}
f42974dc
DW
2597website as PTF U455193.
2598
df002c7d 2599The AIX 4.3.2.1 linker (bos.rte.bind_cmds Level 4.3.2.1) will dump core
161d7b59 2600with a segmentation fault when invoked by any version of GCC@. A fix for
df002c7d 2601APAR IX87327 is available from IBM Customer Support and from its
d5d8d540 2602@uref{http://techsupport.services.ibm.com/,,techsupport.services.ibm.com}
df002c7d 2603website as PTF U461879. This fix is incorporated in AIX 4.3.3 and above.
f42974dc
DW
2604
2605The initial assembler shipped with AIX 4.3.0 generates incorrect object
2606files. A fix for APAR IX74254 (64BIT DISASSEMBLED OUTPUT FROM COMPILER FAILS
2607TO ASSEMBLE/BIND) is available from IBM Customer Support and from its
d5d8d540 2608@uref{http://techsupport.services.ibm.com/,,techsupport.services.ibm.com}
f42974dc
DW
2609website as PTF U453956. This fix is incorporated in AIX 4.3.1 and above.
2610
161d7b59 2611AIX provides National Language Support (NLS)@. Compilers and assemblers
df002c7d 2612use NLS to support locale-specific representations of various data
6cfb3f16 2613formats including floating-point numbers (e.g., @samp{.} vs @samp{,} for
df002c7d
DE
2614separating decimal fractions). There have been problems reported where
2615GCC does not produce the same floating-point formats that the assembler
c771326b 2616expects. If one encounters this problem, set the @env{LANG}
6cfb3f16 2617environment variable to @samp{C} or @samp{En_US}.
f42974dc 2618
5791e6da
DE
2619By default, GCC for AIX 4.1 and above produces code that can be used on
2620both Power or PowerPC processors.
2621
d5d8d540
DE
2622A default can be specified with the @option{-mcpu=@var{cpu_type}}
2623switch and using the configure option @option{--with-cpu-@var{cpu_type}}.
f42974dc 2624
b8df899a
JM
2625@html
2626</p>
2627<hr>
2628@end html
2629@heading @anchor{m32r-*-elf}m32r-*-elf
2630Mitsubishi M32R processor.
2631This configuration is intended for embedded systems.
2632
2633@html
2634</p>
2635<hr>
2636@end html
2637@heading @anchor{m68000-hp-bsd}m68000-hp-bsd
161d7b59 2638HP 9000 series 200 running BSD@. Note that the C compiler that comes
f0523f02
JM
2639with this system cannot compile GCC; contact @email{law@@cygnus.com}
2640to get binaries of GCC for bootstrapping.
b8df899a
JM
2641
2642@html
2643</p>
2644<hr>
2645@end html
2646@heading @anchor{m6811-elf}m6811-elf
2647Motorola 68HC11 family micro controllers. These are used in embedded
2648applications. There are no standard Unix configurations.
2649
2650@html
2651</p>
2652<hr>
2653@end html
2654@heading @anchor{m6812-elf}m6812-elf
2655Motorola 68HC12 family micro controllers. These are used in embedded
2656applications. There are no standard Unix configurations.
2657
2658@html
2659</p>
2660<hr>
2661@end html
2662@heading @anchor{m68k-altos}m68k-altos
9340544b
ZW
2663Altos 3068. This configuration is obsoleted in GCC 3.1.
2664
2665You must use the GNU assembler, linker and debugger.
021c4bfd 2666Also, you must fix a kernel bug.
b8df899a
JM
2667
2668@html
2669</p>
2670<hr>
2671@end html
2672@heading @anchor{m68k-apple-aux}m68k-apple-aux
161d7b59 2673Apple Macintosh running A/UX@.
9340544b
ZW
2674This configuration is obsoleted in GCC 3.1.
2675
b8df899a
JM
2676You may configure GCC to use either the system assembler and
2677linker or the GNU assembler and linker. You should use the GNU configuration
021c4bfd
RO
2678if you can, especially if you also want to use G++. You enable
2679that configuration with the @option{--with-gnu-as} and @option{--with-gnu-ld}
b8df899a
JM
2680options to @code{configure}.
2681
2682Note the C compiler that comes
161d7b59 2683with this system cannot compile GCC@. You can find binaries of GCC
b8df899a
JM
2684for bootstrapping on @code{jagubox.gsfc.nasa.gov}.
2685You will also a patched version of @file{/bin/ld} there that
2686raises some of the arbitrary limits found in the original.
2687
2688@html
2689</p>
2690<hr>
2691@end html
2692@heading @anchor{m68k-att-sysv}m68k-att-sysv
161d7b59 2693AT&T 3b1, a.k.a.@: 7300 PC@. This version of GCC cannot
b8df899a
JM
2694be compiled with the system C compiler, which is too buggy.
2695You will need to get a previous version of GCC and use it to
2696bootstrap. Binaries are available from the OSU-CIS archive, at
2697@uref{ftp://archive.cis.ohio-state.edu/pub/att7300/}.
2698
2699@html
2700</p>
2701<hr>
2702@end html
2703@heading @anchor{m68k-bull-sysv}m68k-bull-sysv
9340544b
ZW
2704Bull DPX/2 series 200 and 300 with BOS-2.00.45 up to BOS-2.01.
2705This configuration is obsoleted in GCC 3.1.
2706
2707GCC works
767094dd 2708either with native assembler or GNU assembler. You can use
021c4bfd
RO
2709GNU assembler with native COFF generation by providing @option{--with-gnu-as} to
2710the configure script or use GNU assembler with stabs-in-COFF encapsulation
2711by providing @samp{--with-gnu-as --stabs}. For any problem with the native
b8df899a
JM
2712assembler or for availability of the DPX/2 port of GAS, contact
2713@email{F.Pierresteguy@@frcl.bull.fr}.
2714
2715@html
2716</p>
2717<hr>
2718@end html
9340544b 2719@heading @anchor{m68k-crds-unos}m68k-crds-unos
b8df899a
JM
2720Use @samp{configure unos} for building on Unos.
2721
2722The Unos assembler is named @code{casm} instead of @code{as}. For some
2723strange reason linking @file{/bin/as} to @file{/bin/casm} changes the
f0523f02 2724behavior, and does not work. So, when installing GCC, you should
b8df899a
JM
2725install the following script as @file{as} in the subdirectory where
2726the passes of GCC are installed:
2727
2728@example
2729#!/bin/sh
2730casm $*
2731@end example
2732
2733The default Unos library is named @file{libunos.a} instead of
f0523f02 2734@file{libc.a}. To allow GCC to function, either change all
6cfb3f16 2735references to @option{-lc} in @file{gcc.c} to @option{-lunos} or link
b8df899a
JM
2736@file{/lib/libc.a} to @file{/lib/libunos.a}.
2737
2738@cindex @code{alloca}, for Unos
f0523f02 2739When compiling GCC with the standard compiler, to overcome bugs in
6cfb3f16
JM
2740the support of @code{alloca}, do not use @option{-O} when making stage 2.
2741Then use the stage 2 compiler with @option{-O} to make the stage 3
b8df899a
JM
2742compiler. This compiler will have the same characteristics as the usual
2743stage 2 compiler on other systems. Use it to make a stage 4 compiler
2744and compare that with stage 3 to verify proper compilation.
2745
2746(Perhaps simply defining @code{ALLOCA} in @file{x-crds} as described in
2747the comments there will make the above paragraph superfluous. Please
2748inform us of whether this works.)
2749
2750Unos uses memory segmentation instead of demand paging, so you will need
2751a lot of memory. 5 Mb is barely enough if no other tasks are running.
2752If linking @file{cc1} fails, try putting the object files into a library
2753and linking from that library.
2754
2755@html
2756</p>
2757<hr>
2758@end html
2759@heading @anchor{m68k-hp-hpux}m68k-hp-hpux
161d7b59
JM
2760HP 9000 series 300 or 400 running HP-UX@. HP-UX version 8.0 has a bug in
2761the assembler that prevents compilation of GCC@. This
b8df899a
JM
2762bug manifests itself during the first stage of compilation, while
2763building @file{libgcc2.a}:
2764
2765@smallexample
2766_floatdisf
2767cc1: warning: `-g' option not supported on this version of GCC
2768cc1: warning: `-g1' option not supported on this version of GCC
2769./xgcc: Internal compiler error: program as got fatal signal 11
2770@end smallexample
2771
2772A patched version of the assembler is available as the file
2773@uref{ftp://altdorf.ai.mit.edu/archive/cph/hpux-8.0-assembler}. If you
2774have HP software support, the patch can also be obtained directly from
2775HP, as described in the following note:
2776
2777@quotation
2778This is the patched assembler, to patch SR#1653-010439, where the
2779assembler aborts on floating point constants.
2780
2781The bug is not really in the assembler, but in the shared library
2782version of the function ``cvtnum(3c)''. The bug on ``cvtnum(3c)'' is
2783SR#4701-078451. Anyway, the attached assembler uses the archive
2784library version of ``cvtnum(3c)'' and thus does not exhibit the bug.
2785@end quotation
2786
2787This patch is also known as PHCO_4484.
2788
021c4bfd 2789In addition, if you wish to use gas, you must use
b8df899a
JM
2790gas version 2.1 or later, and you must use the GNU linker version 2.1 or
2791later. Earlier versions of gas relied upon a program which converted the
2792gas output into the native HP-UX format, but that program has not been
2793kept up to date. gdb does not understand that native HP-UX format, so
2794you must use gas if you wish to use gdb.
2795
2796On HP-UX version 8.05, but not on 8.07 or more recent versions, the
2797@code{fixproto} shell script triggers a bug in the system shell. If you
2798encounter this problem, upgrade your operating system or use BASH (the
2799GNU shell) to run @code{fixproto}. This bug will cause the fixproto
2800program to report an error of the form:
2801
2802@example
2803./fixproto: sh internal 1K buffer overflow
2804@end example
2805
2806To fix this, you can also change the first line of the fixproto script
2807to look like:
2808
2809@example
2810#!/bin/ksh
2811@end example
2812
2813
f42974dc
DW
2814@html
2815</p>
2816<hr>
f42974dc 2817@end html
ef88b07d 2818@heading @anchor{m68k-*-nextstep*}m68k-*-nextstep*
9340544b 2819These configurations are obsoleted in GCC 3.1.
f42974dc 2820
b8df899a
JM
2821Current GCC versions probably do not work on version 2 of the NeXT
2822operating system.
2823
2147b154 2824On NeXTStep 3.0, the Objective-C compiler does not work, due,
b8df899a
JM
2825apparently, to a kernel bug that it happens to trigger. This problem
2826does not happen on 3.1.
2827
f42974dc
DW
2828You absolutely @strong{must} use GNU sed and GNU make on this platform.
2829
2830
f282ffb3 2831On NeXTSTEP 3.x where x < 3 the build of GCC will abort during
f42974dc
DW
2832stage1 with an error message like this:
2833
2834@example
2835 _eh
2836 /usr/tmp/ccbbsZ0U.s:987:Unknown pseudo-op: .section
2837 /usr/tmp/ccbbsZ0U.s:987:Rest of line ignored. 1st junk character
2838 valued 95 (_).
2839@end example
2840
f9047ed3 2841The reason for this is the fact that NeXT's assembler for these
6cfb3f16 2842versions of the operating system does not support the @samp{.section}
f42974dc
DW
2843pseudo op that's needed for full C++ exception functionality.
2844
f9047ed3
JM
2845As NeXT's assembler is a derived work from GNU as, a free
2846replacement that does can be obtained at
f42974dc
DW
2847@uref{ftp://ftp.next.peak.org:/next-ftp/next/apps/devtools/as.3.3.NIHS.s.tar.gz,,ftp://ftp.next.peak.org:/next-ftp/next/apps/devtools/as.3.3.NIHS.s.tar.gz}.
2848
2849If you try to build the integrated C++ & C++ runtime libraries on this system
2850you will run into trouble with include files. The way to get around this is
2851to use the following sequence. Note you must have write permission to
38209993 2852the directory @var{prefix} you specified in the configuration process of GCC
f42974dc
DW
2853for this sequence to work.
2854
2855@example
2856 cd bld-gcc
2857 make all-texinfo all-bison all-byacc all-binutils all-gas all-ld
2858 cd gcc
2859 make bootstrap
2860 make install-headers-tar
2861 cd ..
2862 make bootstrap3
2863@end example
2864
b8df899a
JM
2865@html
2866</p>
2867<hr>
2868@end html
2869@heading @anchor{m68k-ncr-*}m68k-ncr-*
2870On the Tower models 4@var{n}0 and 6@var{n}0, by default a process is not
2871allowed to have more than one megabyte of memory. GCC cannot compile
6cfb3f16 2872itself (or many other programs) with @option{-O} in that much memory.
b8df899a
JM
2873
2874To solve this problem, reconfigure the kernel adding the following line
2875to the configuration file:
2876
2877@smallexample
2878MAXUMEM = 4096
2879@end smallexample
2880
2881
2882@html
2883</p>
2884<hr>
2885@end html
2886@heading @anchor{m68k-sun}m68k-sun
2887Sun 3. We do not provide a configuration file to use the Sun FPA by
2888default, because programs that establish signal handlers for floating
161d7b59 2889point traps inherently cannot work with the FPA@.
f42974dc
DW
2890
2891@html
2892</p>
2893<hr>
f42974dc 2894@end html
ef88b07d 2895@heading @anchor{m68k-sun-sunos4.1.1}m68k-sun-sunos4.1.1
f42974dc
DW
2896
2897It is reported that you may need the GNU assembler on this platform.
2898
2899
b8df899a
JM
2900@html
2901</p>
2902<hr>
2903@end html
2904@heading @anchor{m88k-*-svr3}m88k-*-svr3
2905Motorola m88k running the AT&T/Unisoft/Motorola V.3 reference port.
9340544b
ZW
2906These configurations are obsoleted in GCC 3.1.
2907
b8df899a
JM
2908These systems tend to use the Green Hills C, revision 1.8.5, as the
2909standard C compiler. There are apparently bugs in this compiler that
2910result in object files differences between stage 2 and stage 3. If this
2911happens, make the stage 4 compiler and compare it to the stage 3
2912compiler. If the stage 3 and stage 4 object files are identical, this
2913suggests you encountered a problem with the standard C compiler; the
2914stage 3 and 4 compilers may be usable.
2915
f0523f02 2916It is best, however, to use an older version of GCC for bootstrapping
b8df899a
JM
2917if you have one.
2918
2919@html
2920</p>
2921<hr>
2922@end html
2923@heading @anchor{m88k-*-dgux}m88k-*-dgux
9340544b
ZW
2924Motorola m88k running DG/UX@.
2925These configurations are obsoleted in GCC 3.1.
2926
2927To build 88open BCS native or cross
b8df899a
JM
2928compilers on DG/UX, specify the configuration name as
2929@samp{m88k-*-dguxbcs} and build in the 88open BCS software development
2930environment. To build ELF native or cross compilers on DG/UX, specify
2931@samp{m88k-*-dgux} and build in the DG/UX ELF development environment.
2932You set the software development environment by issuing
2933@samp{sde-target} command and specifying either @samp{m88kbcs} or
2934@samp{m88kdguxelf} as the operand.
2935
2936If you do not specify a configuration name, @file{configure} guesses the
2937configuration based on the current software development environment.
2938
2939@html
2940</p>
2941<hr>
2942@end html
2943@heading @anchor{m88k-tektronix-sysv3}m88k-tektronix-sysv3
9340544b
ZW
2944Tektronix XD88 running UTekV 3.2e.
2945These configurations are obsoleted in GCC 3.1.
2946
2947Do not turn on
b8df899a 2948optimization while building stage1 if you bootstrap with
021c4bfd 2949the buggy Green Hills compiler. Also, the bundled LAI
b8df899a
JM
2950System V NFS is buggy so if you build in an NFS mounted
2951directory, start from a fresh reboot, or avoid NFS all together.
2952Otherwise you may have trouble getting clean comparisons
2953between stages.
2954
2955@html
2956</p>
2957<hr>
2958@end html
2959@heading @anchor{mips-*-*}mips-*-*
2960If you use the 1.31 version of the MIPS assembler (such as was shipped
6cfb3f16 2961with Ultrix 3.1), you will need to use the @option{-fno-delayed-branch} switch
b8df899a
JM
2962when optimizing floating point code. Otherwise, the assembler will
2963complain when the GCC compiler fills a branch delay slot with a
2964floating point instruction, such as @code{add.d}.
2965
2966If on a MIPS system you get an error message saying ``does not have gp
2967sections for all it's [sic] sectons [sic]'', don't worry about it. This
2968happens whenever you use GAS with the MIPS linker, but there is not
2969really anything wrong, and it is okay to use the output file. You can
2970stop such warnings by installing the GNU linker.
2971
2972It would be nice to extend GAS to produce the gp tables, but they are
2973optional, and there should not be a warning about their absence.
2974
2975Users have reported some problems with version 2.0 of the MIPS
2976compiler tools that were shipped with Ultrix 4.1. Version 2.10
2977which came with Ultrix 4.2 seems to work fine.
2978
2979Users have also reported some problems with version 2.20 of the
2980MIPS compiler tools that were shipped with RISC/os 4.x. The earlier
2981version 2.11 seems to work fine.
2982
2983Some versions of the MIPS linker will issue an assertion failure
2984when linking code that uses @code{alloca} against shared
2985libraries on RISC-OS 5.0, and DEC's OSF/1 systems. This is a bug
2986in the linker, that is supposed to be fixed in future revisions.
6cfb3f16
JM
2987To protect against this, GCC passes @option{-non_shared} to the
2988linker unless you pass an explicit @option{-shared} or
2989@option{-call_shared} switch.
b8df899a
JM
2990
2991@heading @anchor{mips-mips-bsd}mips-mips-bsd
9340544b
ZW
2992MIPS machines running the MIPS operating system in BSD mode.
2993These configurations are obsoleted in GCC 3.1.
2994
2995It's possible that some old versions of the system lack the functions
b8df899a
JM
2996@code{memcpy}, @code{memmove}, @code{memcmp}, and @code{memset}. If your
2997system lacks these, you must remove or undo the definition of
2998@code{TARGET_MEM_FUNCTIONS} in @file{mips-bsd.h}.
2999
021c4bfd
RO
3000If you use the MIPS C compiler to bootstrap, it may be necessary
3001to increase its table size for switch statements with the
3002@option{-Wf,-XNg1500} option. If you use the @option{-O2}
3003optimization option, you also need to use @option{-Olimit 3000}.
3004Both of these options are automatically generated in the
3005@file{Makefile} that the shell script @file{configure} builds.
3006If you override the @code{CC} make variable and use the MIPS
3007compilers, you may need to add @option{-Wf,-XNg1500 -Olimit 3000}.
3008
3009@html
3010</p>
3011<hr>
3012@end html
3013@heading @anchor{mips-dec-*}mips-dec-*
9340544b
ZW
3014These configurations are obsoleted in GCC 3.1.
3015
021c4bfd
RO
3016MIPS-based DECstations can support three different personalities:
3017Ultrix, DEC OSF/1, and OSF/rose. (Alpha-based DECstation products have
3018a configuration name beginning with @samp{alpha*-dec}.) To configure GCC
3019for these platforms use the following configurations:
3020
3021@table @samp
3022@item mips-dec-ultrix
3023Ultrix configuration.
3024
3025@item mips-dec-osf1
3026DEC's version of OSF/1.
3027
3028@item mips-dec-osfrose
3029Open Software Foundation reference port of OSF/1 which uses the
3030OSF/rose object file format instead of ECOFF@. Normally, you
3031would not select this configuration.
3032@end table
3033
3034If you use the MIPS C compiler to bootstrap, it may be necessary
3035to increase its table size for switch statements with the
3036@option{-Wf,-XNg1500} option. If you use the @option{-O2}
6cfb3f16 3037optimization option, you also need to use @option{-Olimit 3000}.
b8df899a
JM
3038Both of these options are automatically generated in the
3039@file{Makefile} that the shell script @file{configure} builds.
3040If you override the @code{CC} make variable and use the MIPS
6cfb3f16 3041compilers, you may need to add @option{-Wf,-XNg1500 -Olimit 3000}.
b8df899a
JM
3042
3043@html
3044</p>
3045<hr>
3046@end html
3047@heading @anchor{mips-mips-riscos*}mips-mips-riscos*
9340544b
ZW
3048These configurations are obsoleted in GCC 3.1.
3049
021c4bfd
RO
3050If you use the MIPS C compiler to bootstrap, it may be necessary
3051to increase its table size for switch statements with the
3052@option{-Wf,-XNg1500} option. If you use the @option{-O2}
6cfb3f16 3053optimization option, you also need to use @option{-Olimit 3000}.
b8df899a
JM
3054Both of these options are automatically generated in the
3055@file{Makefile} that the shell script @file{configure} builds.
3056If you override the @code{CC} make variable and use the MIPS
3057compilers, you may need to add @samp{-Wf,-XNg1500 -Olimit 3000}.
3058
3059MIPS computers running RISC-OS can support four different
3060personalities: default, BSD 4.3, System V.3, and System V.4
3061(older versions of RISC-OS don't support V.4). To configure GCC
3062for these platforms use the following configurations:
3063
3064@table @samp
021c4bfd
RO
3065@item mips-mips-riscos@var{rev}
3066Default configuration for RISC-OS, revision @var{rev}.
b8df899a 3067
021c4bfd
RO
3068@item mips-mips-riscos@var{rev}bsd
3069BSD 4.3 configuration for RISC-OS, revision @var{rev}.
b8df899a 3070
021c4bfd
RO
3071@item mips-mips-riscos@var{rev}sysv4
3072System V.4 configuration for RISC-OS, revision @var{rev}.
b8df899a
JM
3073
3074@html
3075</p>
3076<hr>
3077@end html
021c4bfd
RO
3078@item mips-mips-riscos@var{rev}sysv
3079System V.3 configuration for RISC-OS, revision @var{rev}.
b8df899a
JM
3080@end table
3081
3082The revision @code{rev} mentioned above is the revision of
3083RISC-OS to use. You must reconfigure GCC when going from a
3084RISC-OS revision 4 to RISC-OS revision 5. This has the effect of
3085avoiding a linker bug.
3086
f42974dc
DW
3087@html
3088</p>
3089<hr>
f42974dc 3090@end html
b953cc4b 3091@heading @anchor{mips-sgi-irix4}mips-sgi-irix4
9340544b 3092This configuration is obsoleted in GCC 3.1.
f42974dc 3093
6cfb3f16 3094In order to compile GCC on an SGI running IRIX 4, the ``c.hdr.lib''
b8df899a
JM
3095option must be installed from the CD-ROM supplied from Silicon Graphics.
3096This is found on the 2nd CD in release 4.0.1.
3097
213ba345 3098On IRIX version 4.0.5F, and perhaps on some other versions as well,
b8df899a
JM
3099there is an assembler bug that reorders instructions incorrectly. To
3100work around it, specify the target configuration
3101@samp{mips-sgi-irix4loser}. This configuration inhibits assembler
3102optimization.
3103
3104In a compiler configured with target @samp{mips-sgi-irix4}, you can turn
6cfb3f16
JM
3105off assembler optimization by using the @option{-noasmopt} option. This
3106compiler option passes the option @option{-O0} to the assembler, to
b8df899a
JM
3107inhibit reordering.
3108
6cfb3f16 3109The @option{-noasmopt} option can be useful for testing whether a problem
b8df899a 3110is due to erroneous assembler reordering. Even if a problem does not go
6cfb3f16 3111away with @option{-noasmopt}, it may still be due to assembler
f0523f02 3112reordering---perhaps GCC itself was miscompiled as a result.
b8df899a 3113
213ba345
RO
3114You may get the following warning on IRIX 4 platforms, it can be safely
3115ignored.
3116@example
3117 warning: foo.o does not have gp tables for all its sections.
3118@end example
b8df899a 3119
213ba345
RO
3120@html
3121</p>
3122<hr>
3123@end html
b953cc4b
RO
3124@heading @anchor{mips-sgi-irix5}mips-sgi-irix5
3125
3126This configuration has considerable problems, which will be fixed in a
3127future release.
f42974dc 3128
213ba345
RO
3129In order to compile GCC on an SGI running IRIX 5, the ``compiler_dev.hdr''
3130subsystem must be installed from the IDO CD-ROM supplied by Silicon
3131Graphics. It is also available for download from
3132@uref{http://www.sgi.com/developers/devtools/apis/ido.html,,http://www.sgi.com/developers/devtools/apis/ido.html}.
f42974dc 3133
213ba345
RO
3134@code{make compare} may fail on version 5 of IRIX unless you add
3135@option{-save-temps} to @code{CFLAGS}. On these systems, the name of the
3136assembler input file is stored in the object file, and that makes
3137comparison fail if it differs between the @code{stage1} and
3138@code{stage2} compilations. The option @option{-save-temps} forces a
3139fixed name to be used for the assembler input file, instead of a
3140randomly chosen name in @file{/tmp}. Do not add @option{-save-temps}
3141unless the comparisons fail without that option. If you do you
3142@option{-save-temps}, you will have to manually delete the @samp{.i} and
3143@samp{.s} files after each series of compilations.
f42974dc 3144
213ba345
RO
3145If you use the MIPS C compiler to bootstrap, it may be necessary
3146to increase its table size for switch statements with the
3147@option{-Wf,-XNg1500} option. If you use the @option{-O2}
3148optimization option, you also need to use @option{-Olimit 3000}.
f42974dc 3149
b953cc4b 3150To enable debugging under IRIX 5, you must use GNU @command{as} 2.11.2
f282ffb3 3151or later,
213ba345
RO
3152and use the @option{--with-gnu-as} configure option when configuring GCC.
3153GNU @command{as} is distributed as part of the binutils package.
f282ffb3 3154When using release 2.11.2, you need to apply a patch
b953cc4b
RO
3155@uref{http://sources.redhat.com/ml/binutils/2001-07/msg00352.html,,http://sources.redhat.com/ml/binutils/2001-07/msg00352.html}
3156which will be included in the next release of binutils.
f42974dc 3157
213ba345
RO
3158When building GCC, the build process loops rebuilding @command{cc1} over
3159and over again. This happens on @samp{mips-sgi-irix5.2}, and possibly
3160other platforms. It has been reported that this is a known bug in the
3161@command{make} shipped with IRIX 5.2. We recommend you use GNU
3162@command{make} instead of the vendor supplied @command{make} program;
3163however, you may have success with @command{smake} on IRIX 5.2 if you do
3164not have GNU @command{make} available.
f42974dc
DW
3165
3166@html
3167</p>
3168<hr>
f42974dc 3169@end html
b953cc4b 3170@heading @anchor{mips-sgi-irix6}mips-sgi-irix6
f42974dc 3171
213ba345 3172If you are using IRIX @command{cc} as your bootstrap compiler, you must
f42974dc
DW
3173ensure that the N32 ABI is in use. To test this, compile a simple C
3174file with @command{cc} and then run @command{file} on the
3175resulting object file. The output should look like:
3176
3177@example
213ba345 3178test.o: ELF N32 MSB @dots{}
f42974dc
DW
3179@end example
3180
3181If you see:
213ba345
RO
3182
3183@example
3184test.o: ELF 32-bit MSB @dots{}
3185@end example
3186
3187or
3188
f42974dc 3189@example
213ba345 3190test.o: ELF 64-bit MSB @dots{}
f42974dc
DW
3191@end example
3192
213ba345 3193then your version of @command{cc} uses the O32 or N64 ABI by default. You
38209993 3194should set the environment variable @env{CC} to @samp{cc -n32}
161d7b59 3195before configuring GCC@.
f42974dc 3196
213ba345
RO
3197GCC on IRIX 6 is usually built to support both the N32 and N64 ABIs. If
3198you build GCC on a system that doesn't have the N64 libraries installed,
3199you need to configure with @option{--disable-multilib} so GCC doesn't
3200try to use them. Look for @file{/usr/lib64/libc.so.1} to see if you
3201have the 64-bit libraries installed.
3202
3203You must @emph{not} use GNU @command{as} (which isn't built anyway as of
3204binutils 2.11.2) on IRIX 6 platforms; doing so will only cause problems.
3205
f42974dc 3206GCC does not currently support generating O32 ABI binaries in the
b953cc4b 3207@samp{mips-sgi-irix6} configurations. It is possible to create a GCC
213ba345 3208with O32 ABI only support by configuring it for the @samp{mips-sgi-irix5}
b953cc4b
RO
3209target and using a patched GNU @command{as} 2.11.2 as documented in the
3210@uref{#mips-sgi-irix5,,@samp{mips-sgi-irix5}} section above. Using the
3211native assembler requires patches to GCC which will be included in a
3212future release. It is
213ba345 3213expected that O32 ABI support will be available again in a future release.
f42974dc 3214
b953cc4b
RO
3215The @option{--enable-threads} option doesn't currently work, a patch is
3216in preparation for a future release. The @option{--enable-libgcj}
3217option is disabled by default: IRIX 6 uses a very low default limit
3218(20480) for the command line length. Although libtool contains a
3219workaround for this problem, at least the N64 @samp{libgcj} is known not
3220to build despite this, running into an internal error of the native
3221@command{ld}. A sure fix is to increase this limit (@samp{ncargs}) to
3222its maximum of 262144 bytes. If you have root access, you can use the
3223@command{systune} command to do this.
3224
f42974dc 3225GCC does not correctly pass/return structures which are
767094dd
JM
3226smaller than 16 bytes and which are not 8 bytes. The problem is very
3227involved and difficult to fix. It affects a number of other targets also,
f42974dc 3228but IRIX 6 is affected the most, because it is a 64 bit target, and 4 byte
767094dd 3229structures are common. The exact problem is that structures are being padded
e979f9e8 3230at the wrong end, e.g.@: a 4 byte structure is loaded into the lower 4 bytes
f42974dc
DW
3231of the register when it should be loaded into the upper 4 bytes of the
3232register.
3233
3234GCC is consistent with itself, but not consistent with the SGI C compiler
3235(and the SGI supplied runtime libraries), so the only failures that can
3236happen are when there are library functions that take/return such
213ba345
RO
3237structures. There are very few such library functions. Currently this
3238is known to affect @code{inet_ntoa}, @code{inet_lnaof},
46d2e8d7
RO
3239@code{inet_netof}, @code{inet_makeaddr}, and @code{semctl}. Until the
3240bug is fixed, GCC contains workarounds for the known affected functions.
f42974dc 3241
3aa8219e
GP
3242See @uref{http://freeware.sgi.com/,,http://freeware.sgi.com/} for more
3243information about using GCC on IRIX platforms.
f42974dc 3244
b8df899a
JM
3245@html
3246</p>
3247<hr>
3248@end html
3249@heading @anchor{mips-sony-sysv}mips-sony-sysv
9340544b 3250Sony MIPS NEWS@. This configuration is obsoleted in GCC 3.1.
b8df899a 3251
9340544b
ZW
3252This works in NEWSOS 5.0.1, but not in 5.0.2 (which uses ELF instead of
3253COFF)@. In particular, the linker does not like the code generated by
3254GCC when shared libraries are linked in.
b8df899a
JM
3255
3256@html
3257</p>
3258<hr>
3259@end html
3260@heading @anchor{ns32k-encore}ns32k-encore
9340544b
ZW
3261This configuration is obsoleted in GCC 3.1.
3262
161d7b59 3263Encore ns32000 system. Encore systems are supported only under BSD@.
b8df899a
JM
3264
3265@html
3266</p>
3267<hr>
3268@end html
3269@heading @anchor{ns32k-*-genix}ns32k-*-genix
9340544b
ZW
3270National Semiconductor ns32000 system. This configuration is obsoleted
3271in GCC 3.1.
3272
3273Genix has bugs in @code{alloca} and @code{malloc}; you must get the
3274compiled versions of these from GNU Emacs.
b8df899a
JM
3275
3276@html
3277</p>
3278<hr>
3279@end html
3280@heading @anchor{ns32k-sequent}ns32k-sequent
9340544b
ZW
3281This configuration is obsoleted in GCC 3.1.
3282
b8df899a
JM
3283Go to the Berkeley universe before compiling.
3284
3285@html
3286</p>
3287<hr>
3288@end html
3289@heading @anchor{ns32k-utek}ns32k-utek
9340544b
ZW
3290UTEK ns32000 system (``merlin''). This configuration is obsoleted in
3291GCC 3.1.
3292
3293The C compiler that comes with this system cannot compile GCC; contact
3294@samp{tektronix!reed!mason} to get binaries of GCC for bootstrapping.
b8df899a
JM
3295
3296
b8df899a
JM
3297@html
3298</p>
3299<hr>
3300@end html
021c4bfd 3301@heading @anchor{powerpc*-*-*}powerpc-*-*
b8df899a 3302
6cfb3f16
JM
3303You can specify a default version for the @option{-mcpu=@var{cpu_type}}
3304switch by using the configure option @option{--with-cpu-@var{cpu_type}}.
b8df899a 3305
4f2b1139
SS
3306@html
3307</p>
3308<hr>
3309@end html
3310@heading @anchor{powerpc-*-darwin*}powerpc-*-darwin*
3311PowerPC running Darwin (Mac OS X kernel).
3312
3313GCC 3.0 does not support Darwin, but 3.1 and later releases will work.
3314
3315Pre-installed versions of Mac OS X may not include any developer tools,
3316meaning that you will not be able to build GCC from source. Tool
3317binaries are available at
3318@uref{http://www.opensource.apple.com/projects/darwin} (free
3319registration required).
3320
3321Versions of the assembler prior to ``cctools-364'' cannot handle the
33224-argument form of rlwinm and related mask-using instructions. Darwin
33231.3 (Mac OS X 10.0) uses cctools-353 for instance. To get cctools-364,
3324check out @file{cctools} with tag @samp{Apple-364}, build it, and
3325install the assembler as @file{usr/bin/as}. See
3326@uref{http://www.opensource.apple.com/tools/cvs/docs.html} for details.
3327
3328Also, the default stack limit of 512K is too small, and a bootstrap will
3329typically fail when self-compiling @file{expr.c}. Set the stack to 800K
3330or more, for instance by doing @samp{limit stack 800}. It's also
3331convenient to use the GNU preprocessor instead of Apple's during the
3332first stage of bootstrapping; this is automatic when doing @samp{make
3333bootstrap}, but to do it from the toplevel objdir you will need to say
3334@samp{make CC='cc -no-cpp-precomp' bootstrap}.
3335
3336Note that the version of GCC shipped by Apple typically includes a
3337number of extensions not available in a standard GCC release. These
3338extensions are generally specific to Mac programming.
3339
021c4bfd
RO
3340@html
3341</p>
3342<hr>
3343@end html
3344@heading @anchor{powerpc-*-elf}powerpc-*-elf, powerpc-*-sysv4
3345PowerPC system in big endian mode, running System V.4.
3346
f42974dc
DW
3347@html
3348</p>
3349<hr>
f42974dc 3350@end html
ef88b07d 3351@heading @anchor{powerpc-*-linux-gnu*}powerpc-*-linux-gnu*
f42974dc 3352
f9047ed3 3353You will need
021c4bfd 3354@uref{ftp://ftp.varesearch.com/pub/support/hjl/binutils,,binutils 2.9.4.0.8}
161d7b59 3355or newer for a working GCC@. It is strongly recommended to recompile binutils
f42974dc
DW
3356if you initially built it with gcc-2.7.2.x.
3357
edf1b3f3
AC
3358@html
3359</p>
3360<hr>
3361@end html
3362@heading @anchor{powerpc-*-netbsd*}powerpc-*-netbsd*
3363PowerPC system in big endian mode running NetBSD@. To build the
dda78254 3364documentation you will need Texinfo version 4.1 (NetBSD 1.5.1 included
edf1b3f3
AC
3365Texinfo version 3.12).
3366
b8df899a
JM
3367@html
3368</p>
3369<hr>
3370@end html
3371@heading @anchor{powerpc-*-eabiaix}powerpc-*-eabiaix
6cfb3f16 3372Embedded PowerPC system in big endian mode with @option{-mcall-aix} selected as
b8df899a
JM
3373the default.
3374
b8df899a
JM
3375@html
3376</p>
3377<hr>
3378@end html
3379@heading @anchor{powerpc-*-eabisim}powerpc-*-eabisim
3380Embedded PowerPC system in big endian mode for use in running under the
3381PSIM simulator.
3382
b8df899a
JM
3383@html
3384</p>
3385<hr>
3386@end html
3387@heading @anchor{powerpc-*-eabi}powerpc-*-eabi
3388Embedded PowerPC system in big endian mode.
3389
b8df899a
JM
3390@html
3391</p>
3392<hr>
3393@end html
3394@heading @anchor{powerpcle-*-elf}powerpcle-*-elf, powerpcle-*-sysv4
3395PowerPC system in little endian mode, running System V.4.
3396
b8df899a
JM
3397@html
3398</p>
3399<hr>
3400@end html
3401@heading @anchor{powerpcle-*-eabisim}powerpcle-*-eabisim
3402Embedded PowerPC system in little endian mode for use in running under
3403the PSIM simulator.
3404
3405@html
3406</p>
3407<hr>
3408@end html
3409@heading @anchor{powerpcle-*-eabi}powerpcle-*-eabi
3410Embedded PowerPC system in little endian mode.
3411
b8df899a
JM
3412@html
3413</p>
3414<hr>
3415@end html
3416@heading @anchor{powerpcle-*-winnt}powerpcle-*-winnt, powerpcle-*-pe
161d7b59 3417PowerPC system in little endian mode running Windows NT@.
b8df899a 3418
b8df899a
JM
3419@html
3420</p>
3421<hr>
3422@end html
3423@heading @anchor{romp-*-aos}romp-*-aos, romp-*-mach
9340544b
ZW
3424These configurations are obsoleted in GCC 3.1.
3425
3426We recommend you compile GCC with an earlier version of itself; if you
3427compile GCC with @command{hc}, the Metaware compiler, it will work, but
3428you will get mismatches between the stage 2 and stage 3 compilers in
3429various files. These errors are minor differences in some
3430floating-point constants and can be safely ignored; the stage 3 compiler
3431is correct.
f42974dc 3432
91abf72d
HP
3433@html
3434</p>
3435<hr>
3436@end html
3437@heading @anchor{s390-*-linux*}s390-*-linux*
f282ffb3 3438S/390 system running Linux for S/390@.
91abf72d
HP
3439
3440@html
3441</p>
3442<hr>
3443@end html
3444@heading @anchor{s390x-*-linux*}s390x-*-linux*
f282ffb3 3445zSeries system (64 Bit) running Linux for zSeries@.
91abf72d 3446
f42974dc
DW
3447@html
3448</p>
3449<hr>
f42974dc 3450@end html
250d5688
RO
3451@c Please use Solaris 2 to refer to all release of Solaris, starting
3452@c with 2.0 until 2.6, 7, and 8. Solaris 1 was a marketing name for
3453@c SunOS 4 releases which we don't use to avoid confusion. Solaris
3454@c alone is too unspecific and must be avoided.
3455@heading @anchor{*-*-solaris2*}*-*-solaris2*
f42974dc 3456
250d5688 3457Sun does not ship a C compiler with Solaris 2. To bootstrap and install
dbd210ef
KC
3458GCC you first have to install a pre-built compiler, see our
3459@uref{binaries.html,,binaries page} for details.
f42974dc 3460
250d5688
RO
3461The Solaris 2 @command{/bin/sh} will often fail to configure
3462@file{libstdc++-v3}, @file{boehm-gc} or
021c4bfd 3463@file{libjava}. If you encounter this problem, set @env{CONFIG_SHELL} to
250d5688 3464@command{/bin/ksh} in your environment and run @command{make bootstrap} again.
37324a54 3465Another possibility that sometimes helps is to remove
250d5688 3466@file{*-*-solaris2*/config.cache}.
e6855a2d 3467
b8df899a 3468Solaris 2 comes with a number of optional OS packages. Some of these
dbd210ef
KC
3469packages are needed to use GCC fully, namely @code{SUNWarc},
3470@code{SUNWbtool}, @code{SUNWesu}, @code{SUNWhea}, @code{SUNWlibm},
3471@code{SUNWsprot}, and @code{SUNWtoo}. If you did not install all
250d5688 3472optional packages when installing Solaris 2, you will need to verify that
b8df899a
JM
3473the packages that GCC needs are installed.
3474
3475To check whether an optional package is installed, use
dbd210ef 3476the @command{pkginfo} command. To add an optional package, use the
250d5688 3477@command{pkgadd} command. For further details, see the Solaris 2
b8df899a
JM
3478documentation.
3479
250d5688 3480Trying to use the linker and other tools in
b8df899a
JM
3481@file{/usr/ucb} to install GCC has been observed to cause trouble.
3482For example, the linker may hang indefinitely. The fix is to remove
250d5688 3483@file{/usr/ucb} from your @env{PATH}.
f42974dc 3484
021c4bfd
RO
3485All releases of GNU binutils prior to 2.11.2 have known bugs on this
3486platform. We recommend the use of GNU binutils 2.11.2 or the vendor
3487tools (Sun @command{as}, Sun @command{ld}).
f42974dc 3488
250d5688
RO
3489Sun bug 4296832 turns up when compiling X11 headers with GCC 2.95 or
3490newer: @command{g++} will complain that types are missing. These headers assume
3491that omitting the type means @code{int}; this assumption worked for C89 but
3492is wrong for C++, and is now wrong for C99 also.
3493
13ba36b4 3494@command{g++} accepts such (invalid) constructs with the option
250d5688
RO
3495@option{-fpermissive}; it
3496will assume that any missing type is @code{int} (as defined by C89).
3497
3498There are patches for Solaris 2.6 (105633-56 or newer for SPARC,
3499106248-42 or newer for Intel), Solaris 7 (108376-21 or newer for SPARC,
3500108377-20 for Intel), and Solaris 8 (108652-24 or newer for SPARC,
3501108653-22 for Intel) that fix this bug.
f42974dc 3502
dbd210ef
KC
3503@html
3504</p>
3505<hr>
3506@end html
250d5688 3507@heading @anchor{sparc-sun-solaris2*}sparc-sun-solaris2*
dbd210ef 3508
1405141b
DN
3509When GCC is configured to use binutils 2.11.2 or later the binaries
3510produced are smaller than the ones produced using Sun's native tools;
3511this difference is quite significant for binaries containing debugging
3512information.
3513
250d5688 3514Sun @command{as} 4.x is broken in that it cannot cope with long symbol names.
dbd210ef
KC
3515A typical error message might look similar to the following:
3516
3517@samp{/usr/ccs/bin/as: "/var/tmp/ccMsw135.s", line 11041:
3518error: can't compute value of an expression involving an external symbol.}
3519
250d5688
RO
3520This is Sun bug 4237974. This is fixed with patch 108908-02 for Solaris
35212.6 and has been fixed in later (5.x) versions of the assembler,
3522starting with Solaris 7.
dbd210ef 3523
03b272d2 3524Starting with Solaris 7, the operating system is capable of executing
975c6e4e
RO
352564-bit SPARC V9 binaries. GCC 3.1 and later properly supports
3526this; the @option{-m64} option enables 64-bit code generation.
3527However, if all you want is code tuned for the UltraSPARC CPU, you
3528should try the @option{-mtune=ultrasparc} option instead, which produces
3529code that, unlike full 64-bit code, can still run on non-UltraSPARC
edf1c8df 3530machines.
03b272d2 3531
975c6e4e 3532When configuring on a Solaris 7 or later system that is running a kernel
8947df0c
RH
3533that supports only 32-bit binaries, one must configure with
3534@option{--disable-multilib}, since we will not be able to build the
353564-bit target libraries.
3fc602a0 3536
f42974dc
DW
3537@html
3538</p>
3539<hr>
f42974dc 3540@end html
ef88b07d 3541@heading @anchor{sparc-sun-solaris2.7}sparc-sun-solaris2.7
f42974dc 3542
250d5688 3543Sun patch 107058-01 (1999-01-13) for Solaris 7/SPARC triggers a bug in
f42974dc
DW
3544the dynamic linker. This problem (Sun bug 4210064) affects GCC 2.8
3545and later, including all EGCS releases. Sun formerly recommended
3546107058-01 for all Solaris 7 users, but around 1999-09-01 it started to
3547recommend it only for people who use Sun's compilers.
f9047ed3 3548
f42974dc
DW
3549Here are some workarounds to this problem:
3550@itemize @bullet
3551@item
3552Do not install Sun patch 107058-01 until after Sun releases a
3553complete patch for bug 4210064. This is the simplest course to take,
3554unless you must also use Sun's C compiler. Unfortunately 107058-01
250d5688 3555is preinstalled on some new Solaris 7-based hosts, so you may have to
f42974dc 3556back it out.
f9047ed3 3557
f42974dc
DW
3558@item
3559Copy the original, unpatched Solaris 7
3560@command{/usr/ccs/bin/as} into
975c6e4e 3561@command{/usr/local/lib/gcc-lib/sparc-sun-solaris2.7/3.1/as},
f42974dc
DW
3562adjusting the latter name to fit your local conventions and software
3563version numbers.
3564
3565@item
3566Install Sun patch 106950-03 (1999-05-25) or later. Nobody with
3567both 107058-01 and 106950-03 installed has reported the bug with GCC
3568and Sun's dynamic linker. This last course of action is riskiest,
3569for two reasons. First, you must install 106950 on all hosts that
3570run code generated by GCC; it doesn't suffice to install it only on
3571the hosts that run GCC itself. Second, Sun says that 106950-03 is
3572only a partial fix for bug 4210064, but Sun doesn't know whether the
161d7b59 3573partial fix is adequate for GCC@. Revision -08 or later should fix
250d5688 3574the bug. The current (as of 2001-09-24) revision is -14, and is included in
f282ffb3 3575the Solaris 7 Recommended Patch Cluster.
f9047ed3 3576@end itemize
f42974dc
DW
3577
3578
f42974dc
DW
3579@html
3580<p>
3581<hr>
f42974dc 3582@end html
250d5688 3583@heading @anchor{sparc-sun-sunos4*}sparc-sun-sunos4*
f42974dc 3584
021c4bfd 3585A bug in the SunOS 4 linker will cause it to crash when linking
6cfb3f16 3586@option{-fPIC} compiled objects (and will therefore not allow you to build
f42974dc
DW
3587shared libraries).
3588
3589To fix this problem you can either use the most recent version of
021c4bfd 3590binutils or get the latest SunOS 4 linker patch (patch ID 100170-10)
f42974dc
DW
3591from Sun's patch site.
3592
dbd210ef
KC
3593Sometimes on a Sun 4 you may observe a crash in the program
3594@command{genflags} or @command{genoutput} while building GCC. This is said to
3595be due to a bug in @command{sh}. You can probably get around it by running
3596@command{genflags} or @command{genoutput} manually and then retrying the
3597@command{make}.
f42974dc
DW
3598
3599@html
3600</p>
3601<hr>
f42974dc 3602@end html
ef88b07d 3603@heading @anchor{sparc-unknown-linux-gnulibc1}sparc-unknown-linux-gnulibc1
f42974dc 3604
f9047ed3 3605It has been reported that you might need
021c4bfd 3606@uref{ftp://ftp.yggdrasil.com/private/hjl,,binutils 2.8.1.0.23}
f42974dc
DW
3607for this platform, too.
3608
3609
c6fa9728
JS
3610@html
3611</p>
3612<hr>
3613@end html
3614@heading @anchor{sparc-*-linux*}sparc-*-linux*
3615
3616GCC versions 3.0 and higher require binutils 2.11.2 and glibc 2.2.4
3617or newer on this platform. All earlier binutils and glibc
3618releases mishandled unaligned relocations on @code{sparc-*-*} targets.
3619
3620
f42974dc
DW
3621@html
3622</p>
3623<hr>
f42974dc 3624@end html
ef88b07d 3625@heading @anchor{sparc64-*-*}sparc64-*-*
f42974dc
DW
3626
3627GCC version 2.95 is not able to compile code correctly for
3628@code{sparc64} targets. Users of the Linux kernel, at least,
e9d21442 3629can use the @code{sparc32} program to start up a new shell
f42974dc 3630invocation with an environment that causes @command{configure} to
021c4bfd 3631recognize (via @samp{uname -a}) the system as @samp{sparc-*-*} instead.
f42974dc 3632
e403b4bc
CR
3633@html
3634</p>
3635<hr>
3636@end html
3637@heading @anchor{sparcv9-*-solaris2*}sparcv9-*-solaris2*
3638
3639The following compiler flags must be specified in the configure
3640step in order to bootstrap this target with the Sun compiler:
3641
3642@example
3643 % CC="cc -xildoff -xarch=v9" @var{srcdir}/configure [@var{options}] [@var{target}]
3644@end example
3645
3646@option{-xildoff} turns off the incremental linker, and @option{-xarch=v9}
3647specifies the v9 architecture to the Sun linker and assembler.
f42974dc 3648
b8df899a
JM
3649@html
3650</p>
3651<hr>
3652@end html
3653@heading @anchor{#*-*-sysv*}*-*-sysv*
3654On System V release 3, you may get this error message
3655while linking:
3656
3657@smallexample
3658ld fatal: failed to write symbol name @var{something}
3659 in strings table for file @var{whatever}
3660@end smallexample
3661
021c4bfd 3662This probably indicates that the disk is full or your ulimit won't allow
b8df899a
JM
3663the file to be as large as it needs to be.
3664
3665This problem can also result because the kernel parameter @code{MAXUMEM}
3666is too small. If so, you must regenerate the kernel and make the value
3667much larger. The default value is reported to be 1024; a value of 32768
3668is said to work. Smaller values may also work.
3669
3670On System V, if you get an error like this,
3671
3672@example
3673/usr/local/lib/bison.simple: In function `yyparse':
3674/usr/local/lib/bison.simple:625: virtual memory exhausted
3675@end example
3676
3677@noindent
021c4bfd 3678that too indicates a problem with disk space, ulimit, or @code{MAXUMEM}.
b8df899a 3679
f85b8d1a
JM
3680On a System V release 4 system, make sure @file{/usr/bin} precedes
3681@file{/usr/ucb} in @code{PATH}. The @code{cc} command in
3682@file{/usr/ucb} uses libraries which have bugs.
b8df899a
JM
3683
3684@html
3685</p>
3686<hr>
3687@end html
3688@heading @anchor{vax-dec-ultrix}vax-dec-ultrix
8aeea6e6 3689Don't try compiling with VAX C (@code{vcc}). It produces incorrect code
b8df899a
JM
3690in some cases (for example, when @code{alloca} is used).
3691
b8df899a
JM
3692@html
3693</p>
3694<hr>
3695@end html
3696@heading @anchor{we32k-*-*}we32k-*-*
3697These computers are also known as the 3b2, 3b5, 3b20 and other similar
3698names. (However, the 3b1 is actually a 68000.)
9340544b 3699These configurations are obsoleted in GCC 3.1.
b8df899a 3700
6cfb3f16 3701Don't use @option{-g} when compiling with the system's compiler. The
b8df899a
JM
3702system's linker seems to be unable to handle such a large program with
3703debugging information.
3704
3705The system's compiler runs out of capacity when compiling @file{stmt.c}
161d7b59 3706in GCC@. You can work around this by building @file{cpp} in GCC
b8df899a
JM
3707first, then use that instead of the system's preprocessor with the
3708system's C compiler to compile @file{stmt.c}. Here is how:
3709
3710@smallexample
3711mv /lib/cpp /lib/cpp.att
3712cp cpp /lib/cpp.gnu
3713echo '/lib/cpp.gnu -traditional $@{1+"$@@"@}' > /lib/cpp
3714chmod +x /lib/cpp
3715@end smallexample
3716
f0523f02 3717The system's compiler produces bad code for some of the GCC
b8df899a
JM
3718optimization files. So you must build the stage 2 compiler without
3719optimization. Then build a stage 3 compiler with optimization.
3720That executable should work. Here are the necessary commands:
3721
3722@smallexample
3723make LANGUAGES=c CC=stage1/xgcc CFLAGS="-Bstage1/ -g"
3724make stage2
3725make CC=stage2/xgcc CFLAGS="-Bstage2/ -g -O"
3726@end smallexample
3727
3728You may need to raise the ULIMIT setting to build a C++ compiler,
3729as the file @file{cc1plus} is larger than one megabyte.
3730
fd29f6ea
BW
3731@html
3732</p>
3733<hr>
3734@end html
3735@heading @anchor{xtensa-*-elf}xtensa-*-elf
3736
3737This target is intended for embedded Xtensa systems using the
3738@samp{newlib} C library. It uses ELF but does not support shared
3739objects. Designed-defined instructions specified via the
3740Tensilica Instruction Extension (TIE) language are only supported
3741through inline assembly.
3742
3743The Xtensa configuration information must be specified prior to
3744building GCC@. The @file{gcc/config/xtensa/xtensa-config.h} header
3745file contains the configuration information. If you created your
3746own Xtensa configuration with the Xtensa Processor Generator, the
3747downloaded files include a customized copy of this header file,
3748which you can use to replace the default header file.
3749
3750@html
3751</p>
3752<hr>
3753@end html
3754@heading @anchor{xtensa-*-linux*}xtensa-*-linux*
3755
3756This target is for Xtensa systems running GNU/Linux. It supports ELF
3757shared objects and the GNU C library (glibc). It also generates
3758position-independent code (PIC) regardless of whether the
3759@option{-fpic} or @option{-fPIC} options are used. In other
f282ffb3 3760respects, this target is the same as the
fd29f6ea
BW
3761@uref{#xtensa-*-elf,,@samp{xtensa-*-elf}} target.
3762
f42974dc
DW
3763@html
3764</p>
3765<hr>
f42974dc 3766@end html
ef88b07d 3767@heading @anchor{windows}Microsoft Windows (32 bit)
f42974dc 3768
f9047ed3 3769A port of GCC 2.95.x is included with the
f42974dc
DW
3770@uref{http://www.cygwin.com/,,Cygwin environment}.
3771
3772Current (as of early 2001) snapshots of GCC will build under Cygwin
3773without modification.
3774
3775@html
3776</p>
3777<hr>
f42974dc 3778@end html
ef88b07d 3779@heading @anchor{os2}OS/2
f42974dc
DW
3780
3781GCC does not currently support OS/2. However, Andrew Zabolotny has been
14976c58 3782working on a generic OS/2 port with pgcc. The current code can be found
f42974dc
DW
3783at @uref{http://www.goof.com/pcg/os2/,,http://www.goof.com/pcg/os2/}.
3784
f9047ed3 3785An older copy of GCC 2.8.1 is included with the EMX tools available at
f42974dc
DW
3786@uref{ftp://ftp.leo.org/pub/comp/os/os2/leo/devtools/emx+gcc/,,
3787ftp://ftp.leo.org/pub/comp/os/os2/leo/devtools/emx+gcc/}.
3788
3789@html
3790</p>
3791<hr>
f42974dc 3792@end html
ef88b07d 3793@heading @anchor{older}Older systems
f9047ed3
JM
3794
3795GCC contains support files for many older (1980s and early
37961990s) Unix variants. For the most part, support for these systems
3797has not been deliberately removed, but it has not been maintained for
3798several years and may suffer from bitrot. Support from some systems
3799has been removed from GCC 3: fx80, ns32-ns-genix, pyramid, tahoe,
3800gmicro, spur; most of these targets had not been updated since GCC
f42974dc 3801version 1.
f9047ed3 3802
9340544b
ZW
3803We are planning to remove support for more older systems, starting in
3804GCC 3.1. Each release will have a list of ``obsoleted'' systems.
3805Support for these systems is still present in that release, but
3806@command{configure} will fail unless the @option{--enable-obsolete}
3807option is given. Unless a maintainer steps forward, support for
3808these systems will be removed from the next release of GCC@.
3809
f9047ed3
JM
3810Support for older systems as targets for cross-compilation is less
3811problematic than support for them as hosts for GCC; if an enthusiast
3812wishes to make such a target work again (including resurrecting any
3813of the targets that never worked with GCC 2, starting from the last
3814CVS version before they were removed), patches
3815@uref{../contribute.html,,following the usual requirements}
3816would be likely to be accepted, since they should not affect the
f42974dc 3817support for more modern targets.
f9047ed3
JM
3818
3819Support for old systems as hosts for GCC can cause problems if the
3820workarounds for compiler, library and operating system bugs affect the
161d7b59 3821cleanliness or maintainability of the rest of GCC@. In some cases, to
f9047ed3
JM
3822bring GCC up on such a system, if still possible with current GCC, may
3823require first installing an old version of GCC which did work on that
3824system, and using it to compile a more recent GCC, to avoid bugs in
3825the vendor compiler. Old releases of GCC 1 and GCC 2 are available in
021c4bfd 3826the @file{old-releases} directory on the
f9047ed3 3827@uref{../mirrors.html,,GCC mirror sites}. Header bugs may generally
38209993
LG
3828be avoided using @command{fixincludes}, but bugs or deficiencies in
3829libraries and the operating system may still cause problems.
f9047ed3
JM
3830
3831For some systems, old versions of GNU binutils may also be useful,
021c4bfd 3832and are available from @file{pub/binutils/old-releases} on
f42974dc 3833@uref{http://sources.redhat.com/mirrors.html,,sources.redhat.com mirror sites}.
f9047ed3
JM
3834
3835Some of the information on specific systems above relates to
3836such older systems, but much of the information
3837about GCC on such systems (which may no longer be applicable to
f42974dc 3838current GCC) is to be found in the GCC texinfo manual.
f9047ed3 3839
f42974dc
DW
3840@html
3841</p>
3842<hr>
f42974dc 3843@end html
250d5688 3844@heading @anchor{elf_targets}all ELF targets (SVR4, Solaris 2, etc.)
f42974dc 3845
38209993
LG
3846C++ support is significantly better on ELF targets if you use the
3847@uref{./configure.html#with-gnu-ld,,GNU linker}; duplicate copies of
3848inlines, vtables and template instantiations will be discarded
3849automatically.
f42974dc
DW
3850
3851
3852@html
3853</p>
3854<hr>
3855<p>
3856@end html
3857@ifhtml
3858@uref{./index.html,,Return to the GCC Installation page}
3859@end ifhtml
3860@end ifset
3861
73e2155a
JM
3862@c ***Old documentation******************************************************
3863@ifset oldhtml
3864@include install-old.texi
3865@html
3866</p>
3867<hr>
3868<p>
3869@end html
3870@ifhtml
3871@uref{./index.html,,Return to the GCC Installation page}
3872@end ifhtml
3873@end ifset
3874
aed5964b
JM
3875@c ***GFDL********************************************************************
3876@ifset gfdlhtml
3877@include fdl.texi
3878@html
3879</p>
3880<hr>
3881<p>
3882@end html
3883@ifhtml
3884@uref{./index.html,,Return to the GCC Installation page}
3885@end ifhtml
3886@end ifset
3887
f42974dc
DW
3888@c ***************************************************************************
3889@c Part 6 The End of the Document
3890@ifinfo
3891@comment node-name, next, previous, up
aed5964b 3892@node Concept Index, , GNU Free Documentation License, Top
f42974dc
DW
3893@end ifinfo
3894
3895@ifinfo
3896@unnumbered Concept Index
3897
3898@printindex cp
3899
3900@contents
3901@end ifinfo
3902@bye