]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/doc/install.texi
re PR c/13110 (error message includes extra blank line)
[thirdparty/gcc.git] / gcc / doc / install.texi
CommitLineData
f42974dc
DW
1\input texinfo.tex @c -*-texinfo-*-
2@c @ifnothtml
3@c %**start of header
d7f8491b 4@setfilename gccinstall.info
f42974dc
DW
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
67b1fbb9
KG
17@ifset prerequisiteshtml
18@settitle Prerequisites for GCC
19@end ifset
f42974dc
DW
20@ifset downloadhtml
21@settitle Downloading GCC
22@end ifset
23@ifset configurehtml
24@settitle Installing GCC: Configuration
25@end ifset
26@ifset buildhtml
27@settitle Installing GCC: Building
28@end ifset
29@ifset testhtml
30@settitle Installing GCC: Testing
31@end ifset
32@ifset finalinstallhtml
33@settitle Installing GCC: Final installation
34@end ifset
35@ifset binarieshtml
36@settitle Installing GCC: Binaries
37@end ifset
73e2155a
JM
38@ifset oldhtml
39@settitle Installing GCC: Old documentation
40@end ifset
aed5964b
JM
41@ifset gfdlhtml
42@settitle Installing GCC: GNU Free Documentation License
43@end ifset
f42974dc 44
aed5964b 45@c Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
01e97976 46@c 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
f42974dc
DW
47@c *** Converted to texinfo by Dean Wakerley, dean@wakerley.com
48
49@c Include everything if we're not making html
50@ifnothtml
51@set indexhtml
52@set specifichtml
67b1fbb9 53@set prerequisiteshtml
f42974dc
DW
54@set downloadhtml
55@set configurehtml
56@set buildhtml
57@set testhtml
58@set finalinstallhtml
59@set binarieshtml
73e2155a 60@set oldhtml
aed5964b 61@set gfdlhtml
f42974dc
DW
62@end ifnothtml
63
64@c Part 2 Summary Description and Copyright
bdefb2ab 65@copying
aed5964b 66Copyright @copyright{} 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
b3a8389d 671999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
aed5964b
JM
68@sp 1
69Permission is granted to copy, distribute and/or modify this document
b3a8389d 70under the terms of the GNU Free Documentation License, Version 1.2 or
aed5964b
JM
71any later version published by the Free Software Foundation; with no
72Invariant Sections, the Front-Cover texts being (a) (see below), and
73with the Back-Cover Texts being (b) (see below). A copy of the
74license is included in the section entitled ``@uref{./gfdl.html,,GNU
75Free Documentation License}''.
76
77(a) The FSF's Front-Cover Text is:
78
79 A GNU Manual
80
81(b) The FSF's Back-Cover Text is:
82
83 You have freedom to copy and modify this GNU Manual, like GNU
84 software. Copies published by the Free Software Foundation raise
85 funds for GNU development.
bdefb2ab 86@end copying
f42974dc 87@ifinfo
bdefb2ab 88@insertcopying
f42974dc
DW
89@end ifinfo
90
91@c Part 3 Titlepage and Copyright
92@titlepage
93@sp 10
94@comment The title is printed in a large font.
ef88b07d 95@center @titlefont{Installing GCC}
f42974dc
DW
96
97@c The following two commands start the copyright page.
98@page
ef88b07d 99@vskip 0pt plus 1filll
bdefb2ab 100@insertcopying
f42974dc
DW
101@end titlepage
102
103@c Part 4 Top node and Master Menu
104@ifinfo
105@node Top, , , (dir)
106@comment node-name, next, Previous, up
107
108@menu
109* Installing GCC:: This document describes the generic installation
110 procedure for GCC as well as detailing some target
f9047ed3 111 specific installation instructions.
f42974dc
DW
112
113* Specific:: Host/target specific installation notes for GCC.
114* Binaries:: Where to get pre-compiled binaries.
115
73e2155a
JM
116* Old:: Old installation documentation.
117
aed5964b 118* GNU Free Documentation License:: How you can copy and share this manual.
f42974dc
DW
119* Concept Index:: This index has two entries.
120@end menu
121@end ifinfo
122
123@c Part 5 The Body of the Document
124@c ***Installing GCC**********************************************************
6cfb3f16 125@ifnothtml
f42974dc
DW
126@comment node-name, next, previous, up
127@node Installing GCC, Binaries, , Top
6cfb3f16 128@end ifnothtml
f42974dc 129@ifset indexhtml
f42974dc
DW
130@ifnothtml
131@chapter Installing GCC
132@end ifnothtml
133
134The latest version of this document is always available at
f9047ed3 135@uref{http://gcc.gnu.org/install/,,http://gcc.gnu.org/install/}.
f42974dc
DW
136
137This document describes the generic installation procedure for GCC as well
f9047ed3 138as detailing some target specific installation instructions.
f42974dc 139
f9047ed3
JM
140GCC includes several components that previously were separate distributions
141with their own installation instructions. This document supersedes all
eea81d3e 142package specific installation instructions.
f42974dc 143
f9047ed3 144@emph{Before} starting the build/install procedure please check the
f42974dc 145@ifnothtml
eea81d3e 146@ref{Specific, host/target specific installation notes}.
f42974dc 147@end ifnothtml
c009f01f 148@ifhtml
f9047ed3 149@uref{specific.html,,host/target specific installation notes}.
c009f01f 150@end ifhtml
f9047ed3 151We recommend you browse the entire generic installation instructions before
f42974dc
DW
152you proceed.
153
c009f01f 154Lists of successful builds for released versions of GCC are
b58bbfbb 155available at @uref{http://gcc.gnu.org/buildstat.html}.
c009f01f
JJ
156These lists are updated as new information becomes available.
157
f9047ed3 158The installation procedure itself is broken into five steps.
f42974dc
DW
159
160@ifinfo
161@menu
67b1fbb9 162* Prerequisites::
f42974dc
DW
163* Downloading the source::
164* Configuration::
165* Building::
166* Testing:: (optional)
167* Final install::
168@end menu
169@end ifinfo
c009f01f 170@ifhtml
f42974dc 171@enumerate
f9047ed3 172@item
67b1fbb9
KG
173@uref{prerequisites.html,,Prerequisites}
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 200@html
b8db17af 201<hr />
f42974dc
DW
202<p>
203@end html
204@ifhtml
205@uref{./index.html,,Return to the GCC Installation page}
aed5964b 206
bdefb2ab 207@insertcopying
f42974dc
DW
208@end ifhtml
209@end ifset
210
67b1fbb9
KG
211@c ***Prerequisites**************************************************
212@ifnothtml
213@comment node-name, next, previous, up
214@node Prerequisites, Downloading the source, , Installing GCC
215@end ifnothtml
216@ifset prerequisiteshtml
217@ifnothtml
218@chapter Prerequisites
219@end ifnothtml
220@cindex Prerequisites
221
222GCC requires that various tools and packages be available for use in the
223build procedure. Modifying GCC sources requires additional tools
224described below.
225
226@heading Tools/packages necessary for building GCC
227@table @asis
228@item ISO C90 compiler
229Necessary to bootstrap the GCC package, although versions of GCC prior
230to 3.4 also allow bootstrapping with a traditional (K&R) C compiler.
231
232To make all languages in a cross-compiler or other configuration where
2333-stage bootstrap is not performed, you need to start with an existing
234GCC binary (version 2.95 or later) because source code for language
235frontends other than C might use GCC extensions.
236
237@item GNAT
238
239In order to build the Ada compiler (GNAT) you must already have GNAT
240installed because portions of the Ada frontend are written in Ada (with
241GNAT extensions.) Refer to the Ada installation instructions for more
242specific information.
243
244@item A ``working'' POSIX compatible shell, or GNU bash
245
246Necessary when running @command{configure} because some
247@command{/bin/sh} shells have bugs and may crash when configuring the
248target libraries. In other cases, @command{/bin/sh} or even some
249@command{ksh} have disastrous corner-case performance problems. This
250can cause target @command{configure} runs to literally take days to
251complete in some cases.
252
253So on some platforms @command{/bin/ksh} is sufficient, on others it
254isn't. See the host/target specific instructions for your platform, or
255use @command{bash} to be sure. Then set @env{CONFIG_SHELL} in your
256environment to your ``good'' shell prior to running
257@command{configure}/@command{make}.
258
a755e3c5
AP
259@command{zsh} is not a fully compliant POSIX shell and will not
260work when configuring GCC.
1b49d06f 261
67b1fbb9
KG
262@item GNU binutils
263
264Necessary in some circumstances, optional in others. See the
265host/target specific instructions for your platform for the exact
266requirements.
267
268@item gzip version 1.2.4 (or later) or
269@itemx bzip2 version 1.0.2 (or later)
270
271Necessary to uncompress GCC @command{tar} files when source code is
272obtained via FTP mirror sites.
273
e158a5fb
MM
274@item GNU make version 3.79.1 (or later)
275
276You must have GNU make installed to build GCC.
277
67b1fbb9
KG
278@item GNU tar version 1.12 (or later)
279
280Necessary (only on some platforms) to untar the source code. Many
281systems' @command{tar} programs will also work, only try GNU
282@command{tar} if you have problems.
283
284@end table
285
286
287@heading Tools/packages necessary for modifying GCC
288@table @asis
289
4f3ce03f 290@item autoconf versions 2.13 and 2.57
67b1fbb9
KG
291@itemx GNU m4 version 1.4 (or later)
292
293Necessary when modifying @file{configure.in}, @file{aclocal.m4}, etc.@:
4f3ce03f 294to regenerate @file{configure} and @file{config.in} files. Most
53d60c04 295directories require autoconf 2.13 (exactly), but @file{libiberty},
8bb1e63e 296@file{fastjar}, and @file{libstdc++-v3} require autoconf 2.57 (exactly).
67b1fbb9 297
4f3ce03f 298@item automake versions 1.4-p? and 1.7.?
67b1fbb9
KG
299
300Necessary when modifying a @file{Makefile.am} file to regenerate its
4f3ce03f 301associated @file{Makefile.in}. Most directories require a 1.4 series
53d60c04
KC
302automake; @file{libstdc++-v3} and @file{fastjar} requires a 1.7 series
303automake.
4f3ce03f
JM
304
305@item gettext version 0.12 (or later)
306
307Needed to regenerate @file{gcc.pot}.
67b1fbb9
KG
308
309@item gperf version 2.7.2 (or later)
310
311Necessary when modifying @command{gperf} input files, e.g.@:
312@file{gcc/cp/cfns.gperf} to regenerate its associated header file, e.g.@:
313@file{gcc/cp/cfns.h}.
314
315@item expect version ???
316@itemx tcl version ???
317@itemx dejagnu version ???
318
319Necessary to run the GCC testsuite.
320
321@item autogen version 5.5.4 (or later) and
322@itemx guile version 1.4.1 (or later)
323
324Necessary to regenerate @file{fixinc/fixincl.x} from
325@file{fixinc/inclhack.def} and @file{fixinc/*.tpl}.
326
327Necessary to run the @file{fixinc} @command{make check}.
328
329Necessary to regenerate the top level @file{Makefile.am} files from
330@file{Makefile.tpl} and @file{Makefile.def}.
331
332@item GNU Bison version 1.28 (or later)
333Berkeley @command{yacc} (@command{byacc}) is also reported to work other
334than for java.
335
336Necessary when modifying @file{*.y} files.
337
338Necessary to build GCC during development because the generated output
339files are not included in the CVS repository. They are included in
340releases.
341
342@item Flex version 2.5.4 (or later)
343
344Necessary when modifying @file{*.l} files.
345
346Necessary to build GCC during development because the generated output
347files are not included in the CVS repository. They are included in
348releases.
349
350@item Texinfo version 4.2 (or later)
351
352Necessary for running @command{makeinfo} when modifying @file{*.texi}
353files to test your changes.
354
355Necessary to build GCC documentation during development because the
356generated output files are not included in the CVS repository. They are
357included in releases.
358
359@item @TeX{} (any working version)
360
361Necessary for running @command{texi2dvi}, used when running
362@command{make dvi} to create DVI files.
363
364@item cvs version 1.10 (or later)
365@itemx ssh (any version)
366
367Necessary to access the CVS repository. Public releases and weekly
368snapshots of the development sources are also available via FTP.
369
370@item perl version 5.6.1 (or later)
371
372Necessary when regenerating @file{Makefile} dependencies in libiberty.
4f3ce03f
JM
373Necessary when regenerating @file{libiberty/functions.texi}.
374Necessary when generating manpages from Texinfo manuals.
375Used by various scripts to generate some files included in CVS (mainly
376Unicode-related and rarely changing) from source tables.
67b1fbb9
KG
377
378@item GNU diffutils version 2.7 (or later)
379
380Necessary when creating changes to GCC source code to submit for review.
381
382@item patch version 2.5.4 (or later)
383
384Necessary when applying patches, created with @command{diff}, to one's
385own sources.
386
387@end table
388
389@html
390<hr />
391<p>
392@end html
393@ifhtml
394@uref{./index.html,,Return to the GCC Installation page}
395@end ifhtml
396@end ifset
397
f42974dc 398@c ***Downloading the source**************************************************
6cfb3f16 399@ifnothtml
f42974dc 400@comment node-name, next, previous, up
67b1fbb9 401@node Downloading the source, Configuration, Prerequisites, Installing GCC
6cfb3f16 402@end ifnothtml
f42974dc 403@ifset downloadhtml
f42974dc
DW
404@ifnothtml
405@chapter Downloading GCC
406@end ifnothtml
407@cindex Downloading GCC
408@cindex Downloading the Source
409
eea81d3e
RO
410GCC is distributed via @uref{http://gcc.gnu.org/cvs.html,,CVS} and FTP
411tarballs compressed with @command{gzip} or
6cfb3f16 412@command{bzip2}. It is possible to download a full distribution or specific
f42974dc
DW
413components.
414
415Please refer to our @uref{http://gcc.gnu.org/releases.html,,releases web page}
161d7b59 416for information on how to obtain GCC@.
f42974dc
DW
417
418The full distribution includes the C, C++, Objective-C, Fortran, Java,
8ecab453
GP
419and Ada (in case of GCC 3.1 and later) compilers. The full distribution
420also includes runtime libraries for C++, Objective-C, Fortran, and Java.
421In GCC 3.0 and later versions, GNU compiler testsuites are also included
422in the full distribution.
f42974dc
DW
423
424If you choose to download specific components, you must download the core
eea81d3e 425GCC distribution plus any language specific distributions you wish to
6c0a4eab 426use. The core distribution includes the C language front end as well as the
767094dd 427shared components. Each language has a tarball which includes the language
6c0a4eab 428front end as well as the language runtime (when appropriate).
f42974dc
DW
429
430Unpack the core distribution as well as any language specific
431distributions in the same directory.
432
433If you also intend to build binutils (either to upgrade an existing
434installation or for use in place of the corresponding tools of your
435OS), unpack the binutils distribution either in the same directory or
436a separate one. In the latter case, add symbolic links to any
437components of the binutils you intend to build alongside the compiler
6cfb3f16
JM
438(@file{bfd}, @file{binutils}, @file{gas}, @file{gprof}, @file{ld},
439@file{opcodes}, @dots{}) to the directory containing the GCC sources.
f42974dc
DW
440
441@html
b8db17af 442<hr />
f42974dc
DW
443<p>
444@end html
445@ifhtml
446@uref{./index.html,,Return to the GCC Installation page}
447@end ifhtml
448@end ifset
449
450@c ***Configuration***********************************************************
6cfb3f16 451@ifnothtml
f42974dc
DW
452@comment node-name, next, previous, up
453@node Configuration, Building, Downloading the source, Installing GCC
6cfb3f16 454@end ifnothtml
f42974dc 455@ifset configurehtml
f42974dc
DW
456@ifnothtml
457@chapter Installing GCC: Configuration
458@end ifnothtml
459@cindex Configuration
460@cindex Installing GCC: Configuration
461
462Like most GNU software, GCC must be configured before it can be built.
463This document describes the recommended configuration procedure
464for both native and cross targets.
465
38209993
LG
466We use @var{srcdir} to refer to the toplevel source directory for
467GCC; we use @var{objdir} to refer to the toplevel build/object directory.
468
469If you obtained the sources via CVS, @var{srcdir} must refer to the top
470@file{gcc} directory, the one where the @file{MAINTAINERS} can be found,
471and not its @file{gcc} subdirectory, otherwise the build will fail.
f42974dc 472
b4b0fb02
RO
473If either @var{srcdir} or @var{objdir} is located on an automounted NFS
474file system, the shell's built-in @command{pwd} command will return
475temporary pathnames. Using these can lead to various sorts of build
476problems. To avoid this issue, set the @env{PWDCMD} environment
477variable to an automounter-aware @command{pwd} command, e.g.,
7ba4ca63 478@command{pawd} or @samp{amq -w}, during the configuration and build
b4b0fb02
RO
479phases.
480
102b60d1
GP
481First, we @strong{highly} recommend that GCC be built into a
482separate directory than the sources which does @strong{not} reside
483within the source tree. This is how we generally build GCC; building
484where @var{srcdir} == @var{objdir} should still work, but doesn't
485get extensive testing; building where @var{objdir} is a subdirectory
486of @var{srcdir} is unsupported.
f42974dc 487
eea81d3e 488If you have previously built GCC in the same directory for a
f85b8d1a 489different target machine, do @samp{make distclean} to delete all files
377dfc82
GP
490that might be invalid. One of the files this deletes is @file{Makefile};
491if @samp{make distclean} complains that @file{Makefile} does not exist
492or issues a message like ``don't know how to make distclean'' it probably
493means that the directory is already suitably clean. However, with the
494recommended method of building in a separate @var{objdir}, you should
495simply use a different @var{objdir} for each target.
f85b8d1a 496
38209993
LG
497Second, when configuring a native system, either @command{cc} or
498@command{gcc} must be in your path or you must set @env{CC} in
df002c7d
DE
499your environment before running configure. Otherwise the configuration
500scripts may fail.
f42974dc 501
eea81d3e
RO
502Note that the bootstrap compiler and the resulting GCC must be link
503compatible, else the bootstrap will fail with linker errors about
504incompatible object file formats. Several multilibed targets are
e69aa433
GP
505affected by this requirement, see
506@ifnothtml
507@ref{Specific, host/target specific installation notes}.
508@end ifnothtml
c009f01f 509@ifhtml
e69aa433 510@uref{specific.html,,host/target specific installation notes}.
c009f01f 511@end ifhtml
eea81d3e 512
f42974dc
DW
513To configure GCC:
514
515@example
38209993
LG
516 % mkdir @var{objdir}
517 % cd @var{objdir}
eea81d3e 518 % @var{srcdir}/configure [@var{options}] [@var{target}]
f42974dc
DW
519@end example
520
521
ef88b07d 522@heading Target specification
f42974dc
DW
523@itemize @bullet
524@item
38209993 525GCC has code to correctly determine the correct value for @var{target}
f9047ed3 526for nearly all native systems. Therefore, we highly recommend you not
f42974dc
DW
527provide a configure target when configuring a native compiler.
528
529@item
6cfb3f16 530@var{target} must be specified as @option{--target=@var{target}}
f9047ed3 531when configuring a cross compiler; examples of valid targets would be
f42974dc
DW
532i960-rtems, m68k-coff, sh-elf, etc.
533
534@item
6cfb3f16 535Specifying just @var{target} instead of @option{--target=@var{target}}
38209993 536implies that the host defaults to @var{target}.
f42974dc
DW
537@end itemize
538
539
ef88b07d 540@heading Options specification
f42974dc 541
ef88b07d 542Use @var{options} to override several configure time options for
7ba4ca63 543GCC@. A list of supported @var{options} follows; @samp{configure
80f9249a
JM
544--help} may list other options, but those not listed below may not
545work and should not normally be used.
f42974dc 546
ef88b07d
JM
547@table @code
548@item --prefix=@var{dirname}
549Specify the toplevel installation
f42974dc
DW
550directory. This is the recommended way to install the tools into a directory
551other than the default. The toplevel installation directory defaults to
6cfb3f16 552@file{/usr/local}.
f42974dc 553
38209993 554We @strong{highly} recommend against @var{dirname} being the same or a
a7582c8c
BE
555subdirectory of @var{objdir} or vice versa. If specifying a directory
556beneath a user's home directory tree, some shells will not expand
557@var{dirname} correctly if it contains the @samp{~} metacharacter; use
558@env{$HOME} instead.
f42974dc 559
8e5f33ff
GK
560The following standard @command{autoconf} options are supported. Normally you
561should not need to use these options.
ef88b07d 562@table @code
ab130aa5
JM
563@item --exec-prefix=@var{dirname}
564Specify the toplevel installation directory for architecture-dependent
565files. The default is @file{@var{prefix}}.
566
567@item --bindir=@var{dirname}
568Specify the installation directory for the executables called by users
569(such as @command{gcc} and @command{g++}). The default is
570@file{@var{exec-prefix}/bin}.
571
572@item --libdir=@var{dirname}
573Specify the installation directory for object code libraries and
8e5f33ff
GK
574internal data files of GCC@. The default is @file{@var{exec-prefix}/lib}.
575
576@item --libexecdir=@var{dirname}
577Specify the installation directory for internal executables of GCC@.
578 The default is @file{@var{exec-prefix}/libexec}.
ab130aa5
JM
579
580@item --with-slibdir=@var{dirname}
581Specify the installation directory for the shared libgcc library. The
582default is @file{@var{libdir}}.
583
584@item --infodir=@var{dirname}
585Specify the installation directory for documentation in info format.
586The default is @file{@var{prefix}/info}.
587
8567c70f
TT
588@item --datadir=@var{dirname}
589Specify the installation directory for some architecture-independent
590data files referenced by GCC@. The default is @file{@var{prefix}/share}.
591
ab130aa5
JM
592@item --mandir=@var{dirname}
593Specify the installation directory for manual pages. The default is
594@file{@var{prefix}/man}. (Note that the manual pages are only extracts from
8e9a4a45 595the full GCC manuals, which are provided in Texinfo format. The manpages
ab130aa5
JM
596are derived by an automatic conversion process from parts of the full
597manual.)
598
ef88b07d
JM
599@item --with-gxx-include-dir=@var{dirname}
600Specify
eea81d3e 601the installation directory for G++ header files. The default is
ecb7d6b3
JM
602@file{@var{prefix}/include/g++-v3}.
603
ef88b07d 604@end table
f42974dc 605
b21d216c
AF
606@item --program-prefix=@var{prefix}
607GCC supports some transformations of the names of its programs when
608installing them. This option prepends @var{prefix} to the names of
609programs to install in @var{bindir} (see above). For example, specifying
610@option{--program-prefix=foo-} would result in @samp{gcc}
611being installed as @file{/usr/local/bin/foo-gcc}.
612
613@item --program-suffix=@var{suffix}
614Appends @var{suffix} to the names of programs to install in @var{bindir}
615(see above). For example, specifying @option{--program-suffix=-3.1}
616would result in @samp{gcc} being installed as
617@file{/usr/local/bin/gcc-3.1}.
618
619@item --program-transform-name=@var{pattern}
620Applies the @samp{sed} script @var{pattern} to be applied to the names
621of programs to install in @var{bindir} (see above). @var{pattern} has to
622consist of one or more basic @samp{sed} editing commands, separated by
623semicolons. For example, if you want the @samp{gcc} program name to be
624transformed to the installed program @file{/usr/local/bin/myowngcc} and
625the @samp{g++} program name to be transformed to
626@file{/usr/local/bin/gspecial++} without changing other program names,
627you could use the pattern
628@option{--program-transform-name='s/^gcc$/myowngcc/; s/^g++$/gspecial++/'}
629to achieve this effect.
630
631All three options can be combined and used together, resulting in more
632complex conversion patterns. As a basic rule, @var{prefix} (and
633@var{suffix}) are prepended (appended) before further transformations
634can happen with a special transformation script @var{pattern}.
635
8c085f6f 636As currently implemented, this option only takes effect for native
b21d216c 637builds; cross compiler binaries' names are not transformed even when a
8c085f6f 638transformation is explicitly asked for by one of these options.
b21d216c
AF
639
640For native builds, some of the installed programs are also installed
641with the target alias in front of their name, as in
642@samp{i686-pc-linux-gnu-gcc}. All of the above transformations happen
643before the target alias is prepended to the name - so, specifying
644@option{--program-prefix=foo-} and @option{program-suffix=-3.1}, the
645resulting binary would be installed as
646@file{/usr/local/bin/i686-pc-linux-gnu-foo-gcc-3.1}.
647
8ecab453 648As a last shortcoming, none of the installed Ada programs are
b21d216c
AF
649transformed yet, which will be fixed in some time.
650
ef88b07d
JM
651@item --with-local-prefix=@var{dirname}
652Specify the
6ac48571
JM
653installation directory for local include files. The default is
654@file{/usr/local}. Specify this option if you want the compiler to
655search directory @file{@var{dirname}/include} for locally installed
656header files @emph{instead} of @file{/usr/local/include}.
657
658You should specify @option{--with-local-prefix} @strong{only} if your
659site has a different convention (not @file{/usr/local}) for where to put
660site-specific files.
661
662The default value for @option{--with-local-prefix} is @file{/usr/local}
663regardless of the value of @option{--prefix}. Specifying
664@option{--prefix} has no effect on which directory GCC searches for
665local header files. This may seem counterintuitive, but actually it is
666logical.
667
668The purpose of @option{--prefix} is to specify where to @emph{install
669GCC}. The local header files in @file{/usr/local/include}---if you put
161d7b59 670any in that directory---are not part of GCC@. They are part of other
6ac48571
JM
671programs---perhaps many others. (GCC installs its own header files in
672another directory which is based on the @option{--prefix} value.)
673
48209ce5
JDA
674Both the local-prefix include directory and the GCC-prefix include
675directory are part of GCC's "system include" directories. Although these
676two directories are not fixed, they need to be searched in the proper
677order for the correct processing of the include_next directive. The
678local-prefix include directory is searched before the GCC-prefix
679include directory. Another characteristic of system include directories
680is that pedantic warnings are turned off for headers in these directories.
681
682Some autoconf macros add @option{-I @var{directory}} options to the
683compiler command line, to ensure that directories containing installed
684packages' headers are searched. When @var{directory} is one of GCC's
685system include directories, GCC will ignore the option so that system
686directories continue to be processed in the correct order. This
687may result in a search order different from what was specified but the
688directory will still be searched.
689
690GCC automatically searches for ordinary libraries using
691@env{GCC_EXEC_PREFIX}. Thus, when the same installation prefix is
692used for both GCC and packages, GCC will automatically search for
693both headers and libraries. This provides a configuration that is
694easy to use. GCC behaves in a manner similar to that when it is
695installed as a system compiler in @file{/usr}.
696
697Sites that need to install multiple versions of GCC may not want to
698use the above simple configuration. It is possible to use the
699@option{--program-prefix}, @option{--program-suffix} and
700@option{--program-transform-name} options to install multiple versions
701into a single directory, but it may be simpler to use different prefixes
702and the @option{--with-local-prefix} option to specify the location of the
703site-specific files for each version. It will then be necessary for
704users to specify explicitly the location of local site libraries
705(e.g., with @env{LIBRARY_PATH}).
706
707The same value can be used for both @option{--with-local-prefix} and
708@option{--prefix} provided it is not @file{/usr}. This can be used
709to avoid the default search of @file{/usr/local/include}.
710
6ac48571
JM
711@strong{Do not} specify @file{/usr} as the @option{--with-local-prefix}!
712The directory you use for @option{--with-local-prefix} @strong{must not}
713contain any of the system's standard header files. If it did contain
714them, certain programs would be miscompiled (including GNU Emacs, on
715certain targets), because this would override and nullify the header
4c64396e 716file corrections made by the @command{fixincludes} script.
6ac48571
JM
717
718Indications are that people who use this option use it based on mistaken
719ideas of what it is for. People use it as if it specified where to
161d7b59 720install part of GCC@. Perhaps they make this assumption because
6ac48571
JM
721installing GCC creates the directory.
722
6cfb3f16 723@item --enable-shared[=@var{package}[,@dots{}]]
0cb98517
AO
724Build shared versions of libraries, if shared libraries are supported on
725the target platform. Unlike GCC 2.95.x and earlier, shared libraries
eea81d3e
RO
726are enabled by default on all platforms that support shared libraries,
727except for @samp{libobjc} which is built as a static library only by
728default.
0cb98517
AO
729
730If a list of packages is given as an argument, build shared libraries
731only for the listed packages. For other packages, only static libraries
732will be built. Package names currently recognized in the GCC tree are
733@samp{libgcc} (also known as @samp{gcc}), @samp{libstdc++} (not
734@samp{libstdc++-v3}), @samp{libffi}, @samp{zlib}, @samp{boehm-gc} and
735@samp{libjava}. Note that @samp{libobjc} does not recognize itself by
736any name, so, if you list package names in @option{--enable-shared},
eea81d3e 737you will only get static Objective-C libraries. @samp{libf2c} and
0cb98517
AO
738@samp{libiberty} do not support shared libraries at all.
739
740Use @option{--disable-shared} to build only static libraries. Note that
741@option{--disable-shared} does not accept a list of package names as
742argument, only @option{--enable-shared} does.
f42974dc 743
ef88b07d
JM
744@item @anchor{with-gnu-as}--with-gnu-as
745Specify that the compiler should assume that the
767094dd 746assembler it finds is the GNU assembler. However, this does not modify
377dfc82
GP
747the rules to find an assembler and will result in confusion if the
748assembler found is not actually the GNU assembler. (Confusion may also
8c26c999
JM
749result if the compiler finds the GNU assembler but has not been
750configured with @option{--with-gnu-as}.) If you have more than one
38209993 751assembler installed on your system, you may want to use this option in
eea81d3e 752connection with @option{--with-as=@var{pathname}}.
38209993 753
8c085f6f
JJ
754The following systems are the only ones where it makes a difference
755whether you use the GNU assembler. On any other system,
756@option{--with-gnu-as} has no effect.
757
2ff16718 758@itemize @bullet
8c085f6f
JJ
759@item @samp{hppa1.0-@var{any}-@var{any}}
760@item @samp{hppa1.1-@var{any}-@var{any}}
761@item @samp{i386-@var{any}-sysv}
8c085f6f
JJ
762@item @samp{m68k-bull-sysv}
763@item @samp{m68k-hp-hpux}
8c085f6f
JJ
764@item @samp{m68000-hp-hpux}
765@item @samp{m68000-att-sysv}
766@item @samp{@var{any}-lynx-lynxos}
767@item @samp{mips-@var{any}}
8f2afc21
EB
768@item @samp{sparc-sun-solaris2.@var{any}}
769@item @samp{sparc64-@var{any}-solaris2.@var{any}}
8c085f6f 770@end itemize
8c26c999 771
8f2afc21
EB
772On the systems listed above (except for the HP-PA, the SPARC, for ISC on
773the 386, and for @samp{mips-sgi-irix5.*}), if you use the GNU assembler,
8c26c999
JM
774you should also use the GNU linker (and specify @option{--with-gnu-ld}).
775
8f2afc21 776@item @anchor{with-as}--with-as=@var{pathname}
ef88b07d 777Specify that the
38209993
LG
778compiler should use the assembler pointed to by @var{pathname}, rather
779than the one found by the standard rules to find an assembler, which
780are:
f42974dc
DW
781@itemize @bullet
782@item
8e5f33ff
GK
783Check the @file{@var{libexec}/gcc/@var{target}/@var{version}}
784directory, where @var{libexec} defaults to
785@file{@var{exec-prefix}/libexec} and @var{exec-prefix} defaults to
786@var{prefix} which defaults to @file{/usr/local} unless overridden by
787the @option{--prefix=@var{pathname}} switch described
788above. @var{target} is the target system triple, such as
789@samp{sparc-sun-solaris2.7}, and @var{version} denotes the GCC
790version, such as 3.0.
f42974dc 791@item
e979f9e8 792Check operating system specific directories (e.g.@: @file{/usr/ccs/bin} on
250d5688 793Sun Solaris 2).
f42974dc 794@end itemize
767094dd 795Note that these rules do not check for the value of @env{PATH}. You may
38209993
LG
796want to use @option{--with-as} if no assembler is installed in the
797directories listed above, or if you have multiple assemblers installed
798and want to choose one that is not found by the above rules.
f42974dc 799
ef88b07d
JM
800@item @anchor{with-gnu-ld}--with-gnu-ld
801Same as @uref{#with-gnu-as,,@option{--with-gnu-as}}
8f2afc21 802but for the linker.
f42974dc 803
eea81d3e 804@item --with-ld=@var{pathname}
8f2afc21
EB
805Same as @uref{#with-as,,@option{--with-as}}
806but for the linker.
f42974dc 807
ef88b07d
JM
808@item --with-stabs
809Specify that stabs debugging
38209993
LG
810information should be used instead of whatever format the host normally
811uses. Normally GCC uses the same debug format as the host system.
f42974dc 812
8c26c999
JM
813On MIPS based systems and on Alphas, you must specify whether you want
814GCC to create the normal ECOFF debugging format, or to use BSD-style
815stabs passed through the ECOFF symbol table. The normal ECOFF debug
161d7b59
JM
816format cannot fully handle languages other than C@. BSD stabs format can
817handle other languages, but it only works with the GNU debugger GDB@.
8c26c999
JM
818
819Normally, GCC uses the ECOFF debugging format by default; if you
161d7b59 820prefer BSD stabs, specify @option{--with-stabs} when you configure GCC@.
8c26c999
JM
821
822No matter which default you choose when you configure GCC, the user
823can use the @option{-gcoff} and @option{-gstabs+} options to specify explicitly
824the debug format for a particular compilation.
825
826@option{--with-stabs} is meaningful on the ISC system on the 386, also, if
827@option{--with-gas} is used. It selects use of stabs debugging
828information embedded in COFF output. This kind of debugging information
829supports C++ well; ordinary COFF debugging information does not.
830
831@option{--with-stabs} is also meaningful on 386 systems running SVR4. It
832selects use of stabs debugging information embedded in ELF output. The
833C++ compiler currently (2.6.0) does not support the DWARF debugging
834information normally used on 386 SVR4 platforms; stabs provide a
835workable alternative. This requires gas and gdb, as the normal SVR4
836tools can not generate or interpret stabs.
837
eea81d3e 838@item --disable-multilib
ef88b07d 839Specify that multiple target
eea81d3e
RO
840libraries to support different target variants, calling
841conventions, etc should not be built. The default is to build a
842predefined set of them.
f42974dc 843
e8515283
DE
844Some targets provide finer-grained control over which multilibs are built
845(e.g., @option{--disable-softfloat}):
846@table @code
e8515283
DE
847@item arc-*-elf*
848biendian.
849
850@item arm-*-*
851fpu, 26bit, underscore, interwork, biendian, nofmult.
852
853@item m68*-*-*
854softfloat, m68881, m68000, m68020.
855
856@item mips*-*-*
857single-float, biendian, softfloat.
858
859@item powerpc*-*-*, rs6000*-*-*
860aix64, pthread, softfloat, powercpu, powerpccpu, powerpcos, biendian,
f282ffb3 861sysv, aix.
e8515283
DE
862
863@end table
864
ef88b07d
JM
865@item --enable-threads
866Specify that the target
38209993
LG
867supports threads. This affects the Objective-C compiler and runtime
868library, and exception handling for other languages like C++ and Java.
6ac48571 869On some systems, this is the default.
f42974dc 870
f6160ed5
LR
871In general, the best (and, in many cases, the only known) threading
872model available will be configured for use. Beware that on some
873systems, gcc has not been taught what threading models are generally
3c6bb1db
LR
874available for the system. In this case, @option{--enable-threads} is an
875alias for @option{--enable-threads=single}.
f6160ed5
LR
876
877@item --disable-threads
878Specify that threading support should be disabled for the system.
3c6bb1db 879This is an alias for @option{--enable-threads=single}.
f6160ed5 880
ef88b07d
JM
881@item --enable-threads=@var{lib}
882Specify that
38209993
LG
883@var{lib} is the thread support library. This affects the Objective-C
884compiler and runtime library, and exception handling for other languages
f85b8d1a
JM
885like C++ and Java. The possibilities for @var{lib} are:
886
887@table @code
888@item aix
889AIX thread support.
890@item dce
891DCE thread support.
4c80872c
RK
892@item gnat
893Ada tasking support. For non-Ada programs, this setting is equivalent
894to @samp{single}. When used in conjunction with the Ada run time, it
895causes GCC to use the same thread primitives as Ada uses. This option
896is necessary when using both Ada and the back end exception handling,
897which is the default for most Ada targets.
f85b8d1a 898@item mach
eea81d3e 899Generic MACH thread support, known to work on NeXTSTEP@. (Please note
3c6bb1db 900that the file needed to support this configuration, @file{gthr-mach.h}, is
f6160ed5
LR
901missing and thus this setting will cause a known bootstrap failure.)
902@item no
903This is an alias for @samp{single}.
f85b8d1a 904@item posix
c771326b 905Generic POSIX thread support.
f6160ed5
LR
906@item rtems
907RTEMS thread support.
f85b8d1a
JM
908@item single
909Disable thread support, should work for all platforms.
910@item solaris
eea81d3e 911Sun Solaris 2 thread support.
f85b8d1a
JM
912@item vxworks
913VxWorks thread support.
914@item win32
915Microsoft Win32 API thread support.
916@end table
f42974dc 917
ef88b07d 918@item --with-cpu=@var{cpu}
7816bea0
DJ
919Specify which cpu variant the compiler should generate code for by default.
920@var{cpu} will be used as the default value of the @option{-mcpu=} switch.
921This option is only supported on some targets, including ARM, i386, PowerPC,
922and SPARC@.
923
924@item --with-schedule=@var{cpu}
925@itemx --with-arch=@var{cpu}
926@itemx --with-tune=@var{cpu}
927@itemx --with-abi=@var{abi}
928@itemx --with-float=@var{type}
929These configure options provide default values for the @option{-mschedule=},
930@option{-march=}, @option{-mtune=}, and @option{-mabi=} options and for
931@option{-mhard-float} or @option{-msoft-float}. As with @option{--with-cpu},
932which switches will be accepted and acceptable values of the arguments depend
933on the target.
f42974dc 934
a004eb82
AH
935@item --enable-altivec
936Specify that the target supports AltiVec vector enhancements. This
937option will adjust the ABI for AltiVec enhancements, as well as generate
938AltiVec code when appropriate. This option is only available for
939PowerPC systems.
940
ef88b07d
JM
941@item --enable-target-optspace
942Specify that target
38209993
LG
943libraries should be optimized for code space instead of code speed.
944This is the default for the m32r platform.
f42974dc 945
ab130aa5
JM
946@item --disable-cpp
947Specify that a user visible @command{cpp} program should not be installed.
948
949@item --with-cpp-install-dir=@var{dirname}
950Specify that the user visible @command{cpp} program should be installed
951in @file{@var{prefix}/@var{dirname}/cpp}, in addition to @var{bindir}.
f42974dc 952
07cf4226
DM
953@item --enable-initfini-array
954Force the use of sections @code{.init_array} and @code{.fini_array}
955(instead of @code{.init} and @code{.fini}) for constructors and
956destructors. Option @option{--disable-initfini-array} has the
957opposite effect. If neither option is specified, the configure script
958will try to guess whether the @code{.init_array} and
959@code{.fini_array} sections are supported and, if they are, use them.
960
ef88b07d
JM
961@item --enable-maintainer-mode
962The build rules that
6cfb3f16 963regenerate the GCC master message catalog @file{gcc.pot} are normally
767094dd
JM
964disabled. This is because it can only be rebuilt if the complete source
965tree is present. If you have changed the sources and want to rebuild the
6ac48571 966catalog, configuring with @option{--enable-maintainer-mode} will enable
767094dd 967this. Note that you need a recent version of the @code{gettext} tools
6ac48571
JM
968to do so.
969
51b9ff45
KC
970@item --enable-generated-files-in-srcdir
971Neither the .c and .h files that are generated from bison and flex nor the
972info manuals and man pages that are built from the .texi files are present
973in the CVS development tree. When building GCC from that development tree,
974or from a snapshot which are created from CVS, then those generated files
975are placed in your build directory, which allows for the source to be in a
976readonly directory.
977
978If you configure with @option{--enable-generated-files-in-srcdir} then those
979generated files will go into the source directory. This is mainly intended
980for generating release or prerelease tarballs of the GCC sources, since it
981is not a requirement that the users of source releases to have flex, bison, or
982makeinfo.
983
ef88b07d
JM
984@item --enable-version-specific-runtime-libs
985Specify
38209993 986that runtime libraries should be installed in the compiler specific
8e5f33ff
GK
987subdirectory (@file{@var{libdir}/gcc}) rather than the usual places. In
988addition, @samp{libstdc++}'s include files will be installed into
989@file{@var{libdir}} unless you overruled it by using
6cfb3f16 990@option{--with-gxx-include-dir=@var{dirname}}. Using this option is
38209993 991particularly useful if you intend to use several versions of GCC in
eea81d3e
RO
992parallel. This is currently supported by @samp{libf2c} and
993@samp{libstdc++}, and is the default for @samp{libobjc} which cannot be
994changed in this case.
38209993 995
ef88b07d
JM
996@item --enable-languages=@var{lang1},@var{lang2},@dots{}
997Specify that only a particular subset of compilers and
767094dd 998their runtime libraries should be built. For a list of valid values for
6cfb3f16 999@var{langN} you can issue the following command in the
eea81d3e
RO
1000@file{gcc} directory of your GCC source tree:@*
1001@example
1002grep language= */config-lang.in
1003@end example
1004Currently, you can use any of the following:
e23381df 1005@code{ada}, @code{c}, @code{c++}, @code{f77}, @code{java}, @code{objc}.
8ecab453 1006Building the Ada compiler has special requirements, see below.@*
38209993 1007If you do not pass this flag, all languages available in the @file{gcc}
6cfb3f16 1008sub-tree will be configured. Re-defining @code{LANGUAGES} when calling
ef88b07d 1009@samp{make bootstrap} @strong{does not} work anymore, as those
38209993 1010language sub-directories might not have been configured!
f42974dc 1011
ef88b07d
JM
1012@item --disable-libgcj
1013Specify that the run-time libraries
f42974dc
DW
1014used by GCJ should not be built. This is useful in case you intend
1015to use GCJ with some other run-time, or you're going to install it
1016separately, or it just happens not to build on your particular
6c0a4eab 1017machine. In general, if the Java front end is enabled, the GCJ
f42974dc 1018libraries will be enabled too, unless they're known to not work on
eea81d3e 1019the target platform. If GCJ is enabled but @samp{libgcj} isn't built, you
f42974dc 1020may need to port it; in this case, before modifying the top-level
eea81d3e 1021@file{configure.in} so that @samp{libgcj} is enabled by default on this platform,
f42974dc
DW
1022you may use @option{--enable-libgcj} to override the default.
1023
ef88b07d
JM
1024@item --with-dwarf2
1025Specify that the compiler should
eea81d3e 1026use DWARF 2 debugging information as the default.
f85b8d1a
JM
1027
1028@item --enable-win32-registry
eea81d3e 1029@itemx --enable-win32-registry=@var{key}
f85b8d1a 1030@itemx --disable-win32-registry
6cfb3f16 1031The @option{--enable-win32-registry} option enables Windows-hosted GCC
f85b8d1a
JM
1032to look up installations paths in the registry using the following key:
1033
1034@smallexample
eea81d3e 1035@code{HKEY_LOCAL_MACHINE\SOFTWARE\Free Software Foundation\@var{key}}
f85b8d1a
JM
1036@end smallexample
1037
eea81d3e
RO
1038@var{key} defaults to GCC version number, and can be overridden by the
1039@option{--enable-win32-registry=@var{key}} option. Vendors and distributors
f85b8d1a
JM
1040who use custom installers are encouraged to provide a different key,
1041perhaps one comprised of vendor name and GCC version number, to
767094dd 1042avoid conflict with existing installations. This feature is enabled
6cfb3f16 1043by default, and can be disabled by @option{--disable-win32-registry}
f85b8d1a
JM
1044option. This option has no effect on the other hosts.
1045
1046@item --nfp
1047Specify that the machine does not have a floating point unit. This
c9693e96
LH
1048option only applies to @samp{m68k-sun-sunos@var{n}}. On any other
1049system, @option{--nfp} has no effect.
f85b8d1a 1050
dd859b8a
KG
1051@item --enable-werror
1052@itemx --disable-werror
1053@itemx --enable-werror=yes
1054@itemx --enable-werror=no
1055When you specify this option, it controls whether certain files in the
1056compiler are built with @option{-Werror} in bootstrap stage2 and later.
1057If you don't specify it, @option{-Werror} is turned on for the main
1058development trunk. However it defaults to off for release branches and
1059final releases. The specific files which get @option{-Werror} are
1060controlled by the Makefiles.
1061
f85b8d1a
JM
1062@item --enable-checking
1063@itemx --enable-checking=@var{list}
1064When you specify this option, the compiler is built to perform checking
1065of tree node types when referencing fields of that node, and some other
1066internal consistency checks. This does not change the generated code,
1067but adds error checking within the compiler. This will slow down the
1068compiler and may only work properly if you are building the compiler
161d7b59 1069with GCC@. This is on by default when building from CVS or snapshots,
f85b8d1a
JM
1070but off for releases. More control over the checks may be had by
1071specifying @var{list}; the categories of checks available are
c2f82a84 1072@samp{misc}, @samp{tree}, @samp{gc}, @samp{rtl}, @samp{rtlflag},
5dfa45d0
JJ
1073@samp{fold}, @samp{gcac} and @samp{valgrind}. The check @samp{valgrind}
1074requires the external @command{valgrind} simulator, available from
e0c99e15 1075@uref{http://valgrind.kde.org/}. The default when @var{list} is
c2f82a84
HPN
1076not specified is @samp{misc,tree,gc,rtlflag}; the checks @samp{rtl},
1077@samp{gcac} and @samp{valgrind} are very expensive.
f85b8d1a 1078
22aa533e
NS
1079@item --enable-coverage
1080@item --enable-coverage=@var{level}
1081With this option, the compiler is built to collect self coverage
1082information, every time it is run. This is for internal development
1083purposes, and only works when the compiler is being built with gcc. The
1084@var{level} argument controls whether the compiler is built optimized or
1085not, values are @samp{opt} and @samp{noopt}. For coverage analysis you
1086want to disable optimization, for performance analysis you want to
1087enable optimization. When coverage is enabled, the default level is
1088without optimization.
1089
f85b8d1a
JM
1090@item --enable-nls
1091@itemx --disable-nls
6cfb3f16 1092The @option{--enable-nls} option enables Native Language Support (NLS),
f85b8d1a 1093which lets GCC output diagnostics in languages other than American
767094dd 1094English. Native Language Support is enabled by default if not doing a
161d7b59 1095canadian cross build. The @option{--disable-nls} option disables NLS@.
f85b8d1a
JM
1096
1097@item --with-included-gettext
c771326b 1098If NLS is enabled, the @option{--with-included-gettext} option causes the build
021c4bfd 1099procedure to prefer its copy of GNU @command{gettext}.
f85b8d1a
JM
1100
1101@item --with-catgets
1102If NLS is enabled, and if the host lacks @code{gettext} but has the
1103inferior @code{catgets} interface, the GCC build procedure normally
1104ignores @code{catgets} and instead uses GCC's copy of the GNU
6cfb3f16 1105@code{gettext} library. The @option{--with-catgets} option causes the
f85b8d1a 1106build procedure to use the host's @code{catgets} in this situation.
80f9249a 1107
5304400d
CR
1108@item --with-libiconv-prefix=@var{dir}
1109Search for libiconv header files in @file{@var{dir}/include} and
1110libiconv library files in @file{@var{dir}/lib}.
1111
80f9249a
JM
1112@item --with-system-zlib
1113Use installed zlib rather than that included with GCC@. This option
1114only applies if the Java front end is being built.
9340544b
ZW
1115
1116@item --enable-obsolete
1117Enable configuration for an obsoleted system. If you attempt to
1118configure GCC for a system (build, host, or target) which has been
1119obsoleted, and you do not specify this flag, configure will halt with an
1120error message.
1121
1122All support for systems which have been obsoleted in one release of GCC
1123is removed entirely in the next major release, unless someone steps
1124forward to maintain the port.
ef88b07d 1125@end table
f42974dc
DW
1126
1127Some options which only apply to building cross compilers:
ef88b07d 1128@table @code
4977bab6
ZW
1129@item --with-sysroot
1130@itemx --with-sysroot=@var{dir}
1131Tells GCC to consider @var{dir} as the root of a tree that contains a
1132(subset of) the root filesystem of the target operating system.
1133Target system headers, libraries and run-time object files will be
1134searched in there. The specified directory is not copied into the
1135install tree, unlike the options @option{--with-headers} and
1136@option{--with-libs} that this option obsoletes. The default value,
1137in case @option{--with-sysroot} is not given an argument, is
047d636f
DJ
1138@option{$@{gcc_tooldir@}/sys-root}. If the specified directory is a
1139subdirectory of @option{$@{exec_prefix@}}, then it will be found relative to
1140the GCC binaries if the installation tree is moved.
4977bab6 1141
65a824f6
JT
1142@item --with-headers
1143@itemx --with-headers=@var{dir}
4977bab6 1144Deprecated in favor of @option{--with-sysroot}.
65a824f6
JT
1145Specifies that target headers are available when building a cross compiler.
1146The @var{dir} argument specifies a directory which has the target include
1147files. These include files will be copied into the @file{gcc} install
1148directory. @emph{This option with the @var{dir} argument is required} when
1149building a cross compiler, if @file{@var{prefix}/@var{target}/sys-include}
1150doesn't pre-exist. If @file{@var{prefix}/@var{target}/sys-include} does
1151pre-exist, the @var{dir} argument may be omitted. @command{fixincludes}
1152will be run on these files to make them compatible with GCC.
264d65c1
AP
1153
1154@item --without-headers
1155Tells GCC not use any target headers from a libc when building a cross
1156compiler. When crossing to GNU/Linux, you need the headers so gcc
1157can build the exception handling for libgcc.
1158See @uref{http://www.objsw.com/CrossGCC/,,CrossGCC} for more information
1159on this option.
1160
65a824f6
JT
1161@item --with-libs
1162@itemx --with-libs=``@var{dir1} @var{dir2} @dots{} @var{dirN}''
4977bab6 1163Deprecated in favor of @option{--with-sysroot}.
38209993
LG
1164Specifies a list of directories which contain the target runtime
1165libraries. These libraries will be copied into the @file{gcc} install
65a824f6
JT
1166directory. If the directory list is omitted, this option has no
1167effect.
ef88b07d 1168@item --with-newlib
eea81d3e 1169Specifies that @samp{newlib} is
38209993 1170being used as the target C library. This causes @code{__eprintf} to be
eea81d3e
RO
1171omitted from @file{libgcc.a} on the assumption that it will be provided by
1172@samp{newlib}.
ef88b07d 1173@end table
f9047ed3 1174
38209993
LG
1175Note that each @option{--enable} option has a corresponding
1176@option{--disable} option and that each @option{--with} option has a
1177corresponding @option{--without} option.
f42974dc
DW
1178
1179@html
b8db17af 1180<hr />
f42974dc
DW
1181<p>
1182@end html
1183@ifhtml
1184@uref{./index.html,,Return to the GCC Installation page}
1185@end ifhtml
1186@end ifset
1187
1188@c ***Building****************************************************************
6cfb3f16 1189@ifnothtml
f42974dc
DW
1190@comment node-name, next, previous, up
1191@node Building, Testing, Configuration, Installing GCC
6cfb3f16 1192@end ifnothtml
f42974dc 1193@ifset buildhtml
f42974dc
DW
1194@ifnothtml
1195@chapter Building
1196@end ifnothtml
1197@cindex Installing GCC: Building
1198
1199Now that GCC is configured, you are ready to build the compiler and
1200runtime libraries.
1201
58db9d1a 1202We @strong{highly} recommend that GCC be built using GNU make;
f282ffb3 1203other versions may work, then again they might not.
58db9d1a
AH
1204GNU make is required for compiling GNAT (the Ada compiler) and the Java
1205runtime library.
f42974dc
DW
1206
1207(For example, many broken versions of make will fail if you use the
b8df899a
JM
1208recommended setup where @var{objdir} is different from @var{srcdir}.
1209Other broken versions may recompile parts of the compiler when
1210installing the compiler.)
f42974dc 1211
b8df899a 1212Some commands executed when making the compiler may fail (return a
7ba4ca63 1213nonzero status) and be ignored by @command{make}. These failures, which
b8df899a
JM
1214are often due to files that were not found, are expected, and can safely
1215be ignored.
1216
1217It is normal to have compiler warnings when compiling certain files.
1218Unless you are a GCC developer, you can generally ignore these warnings
dd859b8a
KG
1219unless they cause compilation to fail. Developers should attempt to fix
1220any warnings encountered, however they can temporarily continue past
1221warnings-as-errors by specifying the configure flag
1222@option{--disable-werror}.
b8df899a
JM
1223
1224On certain old systems, defining certain environment variables such as
6cfb3f16 1225@env{CC} can interfere with the functioning of @command{make}.
b8df899a
JM
1226
1227If you encounter seemingly strange errors when trying to build the
1228compiler in a directory other than the source directory, it could be
1229because you have previously configured the compiler in the source
1230directory. Make sure you have done all the necessary preparations.
1231
1232If you build GCC on a BSD system using a directory stored in an old System
4c64396e 1233V file system, problems may occur in running @command{fixincludes} if the
b8df899a
JM
1234System V file system doesn't support symbolic links. These problems
1235result in a failure to fix the declaration of @code{size_t} in
1236@file{sys/types.h}. If you find that @code{size_t} is a signed type and
1237that type mismatches occur, this could be the cause.
1238
161d7b59 1239The solution is not to use such a directory for building GCC@.
f42974dc 1240
f85b8d1a
JM
1241When building from CVS or snapshots, or if you modify parser sources,
1242you need the Bison parser generator installed. Any version 1.25 or
1243later should work; older versions may also work. If you do not modify
1244parser sources, releases contain the Bison-generated files and you do
1245not need Bison installed to build them.
1246
1247When building from CVS or snapshots, or if you modify Texinfo
a38f87a9 1248documentation, you need version 4.2 or later of Texinfo installed if you
f85b8d1a
JM
1249want Info documentation to be regenerated. Releases contain Info
1250documentation pre-built for the unmodified documentation in the release.
1251
f42974dc
DW
1252@section Building a native compiler
1253
f9047ed3 1254For a native build issue the command @samp{make bootstrap}. This
f42974dc
DW
1255will build the entire GCC system, which includes the following steps:
1256
1257@itemize @bullet
1258@item
1259Build host tools necessary to build the compiler such as texinfo, bison,
1260gperf.
1261
1262@item
1263Build target tools for use by the compiler such as binutils (bfd,
eea81d3e 1264binutils, gas, gprof, ld, and opcodes)
f282ffb3 1265if they have been individually linked
f42974dc
DW
1266or moved into the top level GCC source tree before configuring.
1267
1268@item
1269Perform a 3-stage bootstrap of the compiler.
1270
1271@item
1272Perform a comparison test of the stage2 and stage3 compilers.
1273
1274@item
1275Build runtime libraries using the stage3 compiler from the previous step.
f9047ed3 1276
f42974dc
DW
1277@end itemize
1278
38209993
LG
1279If you are short on disk space you might consider @samp{make
1280bootstrap-lean} instead. This is identical to @samp{make
1281bootstrap} except that object files from the stage1 and
f42974dc
DW
1282stage2 of the 3-stage bootstrap of the compiler are deleted as
1283soon as they are no longer needed.
1284
f42974dc
DW
1285If you want to save additional space during the bootstrap and in
1286the final installation as well, you can build the compiler binaries
8c085f6f 1287without debugging information as in the following example. This will save
f42974dc
DW
1288roughly 40% of disk space both for the bootstrap and the final installation.
1289(Libraries will still contain debugging information.)
1290
8c085f6f
JJ
1291@example
1292 make CFLAGS='-O' LIBCFLAGS='-g -O2' \
1293 LIBCXXFLAGS='-g -O2 -fno-implicit-templates' bootstrap
1294@end example
1295
eea81d3e
RO
1296If you wish to use non-default GCC flags when compiling the stage2 and
1297stage3 compilers, set @code{BOOT_CFLAGS} on the command line when doing
f85b8d1a
JM
1298@samp{make bootstrap}. Non-default optimization flags are less well
1299tested here than the default of @samp{-g -O2}, but should still work.
1300In a few cases, you may find that you need to specify special flags such
1301as @option{-msoft-float} here to complete the bootstrap; or, if the
1302native compiler miscompiles the stage1 compiler, you may need to work
1303around this, by choosing @code{BOOT_CFLAGS} to avoid the parts of the
1304stage1 compiler that were miscompiled, or by using @samp{make
1305bootstrap4} to increase the number of stages of bootstrap.
1306
6cfb3f16 1307If you used the flag @option{--enable-languages=@dots{}} to restrict
f42974dc 1308the compilers to be built, only those you've actually enabled will be
767094dd 1309built. This will of course only build those runtime libraries, for
f42974dc 1310which the particular compiler has been built. Please note,
eea81d3e 1311that re-defining @env{LANGUAGES} when calling @samp{make bootstrap}
ef88b07d 1312@strong{does not} work anymore!
f42974dc 1313
f85b8d1a 1314If the comparison of stage2 and stage3 fails, this normally indicates
eea81d3e 1315that the stage2 compiler has compiled GCC incorrectly, and is therefore
f85b8d1a
JM
1316a potentially serious bug which you should investigate and report. (On
1317a few systems, meaningful comparison of object files is impossible; they
1318always appear ``different''. If you encounter this problem, you will
1319need to disable comparison in the @file{Makefile}.)
f42974dc
DW
1320
1321@section Building a cross compiler
1322
1323We recommend reading the
1324@uref{http://www.objsw.com/CrossGCC/,,crossgcc FAQ}
1325for information about building cross compilers.
1326
1327When building a cross compiler, it is not generally possible to do a
13283-stage bootstrap of the compiler. This makes for an interesting problem
161d7b59 1329as parts of GCC can only be built with GCC@.
f42974dc
DW
1330
1331To build a cross compiler, we first recommend building and installing a
1332native compiler. You can then use the native GCC compiler to build the
635771af
JM
1333cross compiler. The installed native compiler needs to be GCC version
13342.95 or later.
f42974dc
DW
1335
1336Assuming you have already installed a native copy of GCC and configured
6cfb3f16 1337your cross compiler, issue the command @command{make}, which performs the
f42974dc
DW
1338following steps:
1339
1340@itemize @bullet
1341@item
1342Build host tools necessary to build the compiler such as texinfo, bison,
1343gperf.
1344
1345@item
1346Build target tools for use by the compiler such as binutils (bfd,
1347binutils, gas, gprof, ld, and opcodes)
1348if they have been individually linked or moved into the top level GCC source
1349tree before configuring.
1350
1351@item
1352Build the compiler (single stage only).
1353
1354@item
1355Build runtime libraries using the compiler from the previous step.
1356@end itemize
1357
1358Note that if an error occurs in any step the make process will exit.
1359
01e97976
JM
1360If you are not building GNU binutils in the same source tree as GCC,
1361you will need a cross-assembler and cross-linker installed before
1362configuring GCC@. Put them in the directory
1363@file{@var{prefix}/@var{target}/bin}. Here is a table of the tools
1364you should put in this directory:
1365
1366@table @file
1367@item as
1368This should be the cross-assembler.
1369
1370@item ld
1371This should be the cross-linker.
1372
1373@item ar
1374This should be the cross-archiver: a program which can manipulate
1375archive files (linker libraries) in the target machine's format.
1376
1377@item ranlib
1378This should be a program to construct a symbol table in an archive file.
1379@end table
1380
1381The installation of GCC will find these programs in that directory,
1382and copy or link them to the proper place to for the cross-compiler to
1383find them when run later.
1384
1385The easiest way to provide these files is to build the Binutils package.
1386Configure it with the same @option{--host} and @option{--target}
1387options that you use for configuring GCC, then build and install
1388them. They install their executables automatically into the proper
1389directory. Alas, they do not support all the targets that GCC
1390supports.
1391
1392If you are not building a C library in the same source tree as GCC,
1393you should also provide the target libraries and headers before
1394configuring GCC, specifying the directories with
1395@option{--with-sysroot} or @option{--with-headers} and
1396@option{--with-libs}. Many targets also require ``start files'' such
1397as @file{crt0.o} and
1398@file{crtn.o} which are linked into each executable. There may be several
1399alternatives for @file{crt0.o}, for use with profiling or other
1400compilation options. Check your target's definition of
1401@code{STARTFILE_SPEC} to find out what start files it uses.
1402
f42974dc
DW
1403@section Building in parallel
1404
27a3e494
DE
1405You can use @samp{make bootstrap MAKE="make -j 2" -j 2}, or just
1406@samp{make -j 2 bootstrap} for GNU Make 3.79 and above, instead of
1407@samp{make bootstrap} to build GCC in parallel.
1408You can also specify a bigger number, and in most cases using a value
1409greater than the number of processors in your machine will result in
1410fewer and shorter I/O latency hits, thus improving overall throughput;
1411this is especially true for slow drives and network filesystems.
f42974dc 1412
e23381df
GB
1413@section Building the Ada compiler
1414
1415In order to build GNAT, the Ada compiler, you need a working GNAT
3e98a119 1416compiler (GNAT version 3.14 or later, or GCC version 3.1 or later),
af5734de 1417including GNAT tools such as @command{gnatmake} and @command{gnatlink},
38e23049 1418since the Ada front end is written in Ada (with some
e23381df
GB
1419GNAT-specific extensions), and GNU make.
1420
38e23049
JM
1421@command{configure} does not test whether the GNAT installation works
1422and has a sufficiently recent version; if too old a GNAT version is
1423installed, the build will fail unless @option{--enable-languages} is
1424used to disable building the Ada front end.
e23381df 1425
e23381df 1426At the moment, the GNAT library and several tools for GNAT are not built
436d7715 1427by @samp{make bootstrap}. For a native build, you have to invoke
e23381df
GB
1428@samp{make gnatlib_and_tools} in the @file{@var{objdir}/gcc}
1429subdirectory before proceeding with the next steps.
436d7715 1430For a cross build, you need to invoke
e9da8a5a
AS
1431@samp{make gnatlib cross-gnattools ada.all.cross}. For a canadian
1432cross you only need to invoke @samp{make cross-gnattools}; the GNAT
1433library would be the same as the one built for the cross compiler.
e23381df
GB
1434
1435For example, you can build a native Ada compiler by issuing the
1436following commands (assuming @command{make} is GNU make):
1437
1438@example
1439 cd @var{objdir}
f282ffb3 1440 @var{srcdir}/configure --enable-languages=c,ada
f282ffb3 1441 cd @var{objdir}
e23381df
GB
1442 make bootstrap
1443 cd gcc
1444 make gnatlib_and_tools
1445 cd ..
1446@end example
1447
1448Currently, when compiling the Ada front end, you cannot use the parallel
1449build feature described in the previous section.
1450
8f231b5d
JH
1451@section Building with profile feedback
1452
1453It is possible to use profile feedback to optimize the compiler itself. This
1454should result in a faster compiler binary. Experiments done on x86 using gcc
14553.3 showed approximately 7 percent speedup on compiling C programs. To
1456bootstrap compiler with profile feedback, use @code{make profiledbootstrap}.
1457
1458When @samp{make profiledbootstrap} is run, it will first build a @code{stage1}
1459compiler. This compiler is used to build a @code{stageprofile} compiler
1460instrumented to collect execution counts of instruction and branch
1461probabilities. Then runtime libraries are compiled with profile collected.
1462Finally a @code{stagefeedback} compiler is built using the information collected.
1463
1464Unlike @samp{make bootstrap} several additional restrictions apply. The
1465compiler used to build @code{stage1} needs to support a 64-bit integral type.
1466It is recommended to only use GCC for this. Also parallel make is currently
1467not supported since collisions in profile collecting may occur.
1468
f42974dc 1469@html
b8db17af 1470<hr />
f42974dc
DW
1471<p>
1472@end html
1473@ifhtml
1474@uref{./index.html,,Return to the GCC Installation page}
1475@end ifhtml
1476@end ifset
1477
1478@c ***Testing*****************************************************************
6cfb3f16 1479@ifnothtml
f42974dc
DW
1480@comment node-name, next, previous, up
1481@node Testing, Final install, Building, Installing GCC
6cfb3f16 1482@end ifnothtml
f42974dc 1483@ifset testhtml
f42974dc
DW
1484@ifnothtml
1485@chapter Installing GCC: Testing
1486@end ifnothtml
1487@cindex Testing
1488@cindex Installing GCC: Testing
1489@cindex Testsuite
1490
f97903cc
JJ
1491Before you install GCC, we encourage you to run the testsuites and to
1492compare your results with results from a similar configuration that have
1493been submitted to the
1494@uref{http://gcc.gnu.org/ml/gcc-testresults/,,gcc-testresults mailing list}.
05253aed
JJ
1495Some of these archived results are linked from the build status lists
1496at @uref{http://gcc.gnu.org/buildstat.html}, although not everyone who
1497reports a successful build runs the testsuites and submits the results.
f97903cc
JJ
1498This step is optional and may require you to download additional software,
1499but it can give you confidence in your new GCC installation or point out
1500problems before you install and start using your new GCC.
f42974dc 1501
f9047ed3 1502First, you must have @uref{download.html,,downloaded the testsuites}.
f97903cc
JJ
1503These are part of the full distribution, but if you downloaded the
1504``core'' compiler plus any front ends, you must download the testsuites
1505separately.
f42974dc 1506
f97903cc 1507Second, you must have the testing tools installed. This includes
6cbf57c9
GP
1508@uref{http://www.gnu.org/software/dejagnu/,,DejaGnu} 1.4.1 or 1.4.3
1509and later, Tcl, and Expect; the DejaGnu site has links to these.
f42974dc 1510
8cacda7c
GP
1511If the directories where @command{runtest} and @command{expect} were
1512installed are not in the @env{PATH}, you may need to set the following
1513environment variables appropriately, as in the following example (which
1514assumes that DejaGnu has been installed under @file{/usr/local}):
f42974dc
DW
1515
1516@example
1517 TCL_LIBRARY = /usr/local/share/tcl8.0
1518 DEJAGNULIBS = /usr/local/share/dejagnu
1519@end example
1520
8cacda7c 1521(On systems such as Cygwin, these paths are required to be actual
f42974dc 1522paths, not mounts or links; presumably this is due to some lack of
8cacda7c 1523portability in the DejaGnu code.)
ecb7d6b3 1524
f42974dc
DW
1525
1526Finally, you can run the testsuite (which may take a long time):
1527@example
ef88b07d 1528 cd @var{objdir}; make -k check
f42974dc
DW
1529@end example
1530
794aca5d
WB
1531This will test various components of GCC, such as compiler
1532front ends and runtime libraries. While running the testsuite, DejaGnu
1533might emit some harmless messages resembling
06809951 1534@samp{WARNING: Couldn't find the global config file.} or
794aca5d 1535@samp{WARNING: Couldn't find tool init file} that can be ignored.
06809951 1536
f42974dc
DW
1537@section How can I run the test suite on selected tests?
1538
794aca5d
WB
1539In order to run sets of tests selectively, there are targets
1540@samp{make check-gcc} and @samp{make check-g++}
1541in the @file{gcc} subdirectory of the object directory. You can also
1542just run @samp{make check} in a subdirectory of the object directory.
1543
1544
1545A more selective way to just run all @command{gcc} execute tests in the
1546testsuite is to use
f42974dc
DW
1547
1548@example
6cfb3f16 1549 make check-gcc RUNTESTFLAGS="execute.exp @var{other-options}"
f42974dc
DW
1550@end example
1551
794aca5d
WB
1552Likewise, in order to run only the @command{g++} ``old-deja'' tests in
1553the testsuite with filenames matching @samp{9805*}, you would use
f42974dc
DW
1554
1555@example
6cfb3f16 1556 make check-g++ RUNTESTFLAGS="old-deja.exp=9805* @var{other-options}"
f42974dc
DW
1557@end example
1558
6cfb3f16
JM
1559The @file{*.exp} files are located in the testsuite directories of the GCC
1560source, the most important ones being @file{compile.exp},
1561@file{execute.exp}, @file{dg.exp} and @file{old-deja.exp}.
1562To get a list of the possible @file{*.exp} files, pipe the
38209993 1563output of @samp{make check} into a file and look at the
6cfb3f16 1564@samp{Running @dots{} .exp} lines.
f42974dc 1565
e08737dc
PE
1566@section Passing options and running multiple testsuites
1567
1568You can pass multiple options to the testsuite using the
1569@samp{--target_board} option of DejaGNU, either passed as part of
1570@samp{RUNTESTFLAGS}, or directly to @command{runtest} if you prefer to
1571work outside the makefiles. For example,
1572
1573@example
1574 make check-g++ RUNTESTFLAGS="--target_board=unix/-O3/-fno-strength-reduce"
1575@end example
1576
1577will run the standard @command{g++} testsuites (``unix'' is the target name
1578for a standard native testsuite situation), passing
1579@samp{-O3 -fno-strength-reduce} to the compiler on every test, i.e.,
1580slashes separate options.
1581
1582You can run the testsuites multiple times using combinations of options
1583with a syntax similar to the brace expansion of popular shells:
1584
1585@example
1586 @dots{}"--target_board=arm-sim@{-mhard-float,-msoft-float@}@{-O1,-O2,-O3,@}"
1587@end example
1588
1589(Note the empty option caused by the trailing comma in the final group.)
1590The following will run each testsuite eight times using the @samp{arm-sim}
1591target, as if you had specified all possible combinations yourself:
1592
1593@example
1594 --target_board=arm-sim/-mhard-float/-O1
1595 --target_board=arm-sim/-mhard-float/-O2
1596 --target_board=arm-sim/-mhard-float/-O3
1597 --target_board=arm-sim/-mhard-float
1598 --target_board=arm-sim/-msoft-float/-O1
1599 --target_board=arm-sim/-msoft-float/-O2
1600 --target_board=arm-sim/-msoft-float/-O3
1601 --target_board=arm-sim/-msoft-float
1602@end example
1603
1604They can be combined as many times as you wish, in arbitrary ways. This
1605list:
1606
1607@example
1608 @dots{}"--target_board=unix/-Wextra@{-O3,-fno-strength-reduce@}@{-fomit-frame-pointer,@}"
1609@end example
1610
1611will generate four combinations, all involving @samp{-Wextra}.
1612
1613The disadvantage to this method is that the testsuites are run in serial,
1614which is a waste on multiprocessor systems. For users with GNU Make and
1615a shell which performs brace expansion, you can run the testsuites in
1616parallel by having the shell perform the combinations and @command{make}
1617do the parallel runs. Instead of using @samp{--target_board}, use a
1618special makefile target:
1619
1620@example
1621 make -j@var{N} check-@var{testsuite}//@var{test-target}/@var{option1}/@var{option2}/@dots{}
1622@end example
1623
1624For example,
1625
1626@example
1627 make -j3 check-gcc//sh-hms-sim/@{-m1,-m2,-m3,-m3e,-m4@}/@{,-nofpu@}
1628@end example
1629
1630will run three concurrent ``make-gcc'' testsuites, eventually testing all
1631ten combinations as described above. Note that this is currently only
1632supported in the @file{gcc} subdirectory. (To see how this works, try
1633typing @command{echo} before the example given here.)
1634
1635
1636@section Additional testing for Java Class Libraries
1637
688d8b84
RM
1638The Java runtime tests can be executed via @samp{make check}
1639in the @file{@var{target}/libjava/testsuite} directory in
1640the build tree.
f702e700 1641
f702e700
JJ
1642The @uref{http://sources.redhat.com/mauve/,,Mauve Project} provides
1643a suite of tests for the Java Class Libraries. This suite can be run
1644as part of libgcj testing by placing the Mauve tree within the libjava
1645testsuite at @file{libjava/testsuite/libjava.mauve/mauve}, or by
1646specifying the location of that tree when invoking @samp{make}, as in
1647@samp{make MAUVEDIR=~/mauve check}.
1648
582f6e6d
TT
1649@uref{http://www-124.ibm.com/developerworks/oss/cvs/jikes/~checkout~/jacks/jacks.html,,Jacks}
1650is a free test suite that tests Java compiler front ends. This suite
3b41afd9 1651can be run as part of libgcj testing by placing the Jacks tree within
582f6e6d
TT
1652the libjava testsuite at @file{libjava/testsuite/libjava.jacks/jacks}.
1653
f42974dc
DW
1654@section How to interpret test results
1655
794aca5d 1656The result of running the testsuite are various @file{*.sum} and @file{*.log}
767094dd 1657files in the testsuite subdirectories. The @file{*.log} files contain a
f42974dc 1658detailed log of the compiler invocations and the corresponding
794aca5d
WB
1659results, the @file{*.sum} files summarize the results. These summaries
1660contain status codes for all tests:
f42974dc
DW
1661
1662@itemize @bullet
1663@item
1664PASS: the test passed as expected
1665@item
1666XPASS: the test unexpectedly passed
1667@item
1668FAIL: the test unexpectedly failed
1669@item
1670XFAIL: the test failed as expected
1671@item
1672UNSUPPORTED: the test is not supported on this platform
1673@item
1674ERROR: the testsuite detected an error
1675@item
1676WARNING: the testsuite detected a possible problem
1677@end itemize
1678
38209993
LG
1679It is normal for some tests to report unexpected failures. At the
1680current time our testing harness does not allow fine grained control
1681over whether or not a test is expected to fail. We expect to fix this
1682problem in future releases.
f42974dc
DW
1683
1684
1685@section Submitting test results
1686
1687If you want to report the results to the GCC project, use the
767094dd 1688@file{contrib/test_summary} shell script. Start it in the @var{objdir} with
f42974dc
DW
1689
1690@example
6cfb3f16
JM
1691 @var{srcdir}/contrib/test_summary -p your_commentary.txt \
1692 -m gcc-testresults@@gcc.gnu.org |sh
f42974dc
DW
1693@end example
1694
6cfb3f16 1695This script uses the @command{Mail} program to send the results, so
767094dd 1696make sure it is in your @env{PATH}. The file @file{your_commentary.txt} is
f42974dc 1697prepended to the testsuite summary and should contain any special
767094dd 1698remarks you have on your results or your build environment. Please
f42974dc 1699do not edit the testsuite result block or the subject line, as these
05c425a9 1700messages may be automatically processed.
f42974dc 1701
aed5964b 1702@html
b8db17af 1703<hr />
aed5964b
JM
1704<p>
1705@end html
1706@ifhtml
1707@uref{./index.html,,Return to the GCC Installation page}
1708@end ifhtml
f42974dc
DW
1709@end ifset
1710
1711@c ***Final install***********************************************************
6cfb3f16 1712@ifnothtml
f42974dc
DW
1713@comment node-name, next, previous, up
1714@node Final install, , Testing, Installing GCC
6cfb3f16 1715@end ifnothtml
f42974dc 1716@ifset finalinstallhtml
f42974dc
DW
1717@ifnothtml
1718@chapter Installing GCC: Final installation
1719@end ifnothtml
1720
eea81d3e
RO
1721Now that GCC has been built (and optionally tested), you can install it with
1722@example
1723cd @var{objdir}; make install
1724@end example
f42974dc 1725
06809951
GP
1726We strongly recommend to install into a target directory where there is
1727no previous version of GCC present.
1728
f42974dc 1729That step completes the installation of GCC; user level binaries can
8e5f33ff
GK
1730be found in @file{@var{prefix}/bin} where @var{prefix} is the value
1731you specified with the @option{--prefix} to configure (or
1732@file{/usr/local} by default). (If you specified @option{--bindir},
1733that directory will be used instead; otherwise, if you specified
1734@option{--exec-prefix}, @file{@var{exec-prefix}/bin} will be used.)
1735Headers for the C++ and Java libraries are installed in
1736@file{@var{prefix}/include}; libraries in @file{@var{libdir}}
1737(normally @file{@var{prefix}/lib}); internal parts of the compiler in
1738@file{@var{libdir}/gcc} and @file{@var{libexecdir}/gcc}; documentation
1739in info format in @file{@var{infodir}} (normally
1740@file{@var{prefix}/info}).
f42974dc 1741
53b50ac1
CC
1742When installing cross-compilers, GCC's executables
1743are not only installed into @file{@var{bindir}}, that
1744is, @file{@var{exec-prefix}/bin}, but additionally into
1745@file{@var{exec-prefix}/@var{target-alias}/bin}, if that directory
1746exists. Typically, such @dfn{tooldirs} hold target-specific
1747binutils, including assembler and linker.
1748
1749Installation into a temporary staging area or into a @command{chroot}
1750jail can be achieved with the command
1751
1752@example
1753make DESTDIR=@var{path-to-rootdir} install
1754@end example
1755
1756@noindent where @var{path-to-rootdir} is the absolute path of
1757a directory relative to which all installation paths will be
1758interpreted. Note that the directory specified by @code{DESTDIR}
1759need not exist yet; it will be created if necessary.
1760
1761There is a subtle point with tooldirs and @code{DESTDIR}:
1762If you relocate a cross-compiler installation with
1763e.g.@: @samp{DESTDIR=@var{rootdir}}, then the directory
1764@file{@var{rootdir}/@var{exec-prefix}/@var{target-alias}/bin} will
1765be filled with duplicated GCC executables only if it already exists,
1766it will not be created otherwise. This is regarded as a feature,
1767not as a bug, because it gives slightly more control to the packagers
1768using the @code{DESTDIR} feature.
1769
2b46bc67 1770If you built a released version of GCC using @samp{make bootstrap} then please
f97a5bda
JJ
1771quickly review the build status page for your release, available from
1772@uref{http://gcc.gnu.org/buildstat.html}.
c5997381
JJ
1773If your system is not listed for the version of GCC that you built,
1774send a note to
eea81d3e
RO
1775@email{gcc@@gcc.gnu.org} indicating
1776that you successfully built and installed GCC.
c5997381 1777Include the following information:
f42974dc 1778
c5997381
JJ
1779@itemize @bullet
1780@item
1781Output from running @file{@var{srcdir}/config.guess}. Do not send us
1782that file itself, just the one-line output from running it.
1783
1784@item
1785The output of @samp{gcc -v} for your newly installed gcc.
1786This tells us which version of GCC you built and the options you passed to
1787configure.
1788
2b46bc67
JJ
1789@item
1790Whether you enabled all languages or a subset of them. If you used a
1791full distribution then this information is part of the configure
1792options in the output of @samp{gcc -v}, but if you downloaded the
1793``core'' compiler plus additional front ends then it isn't apparent
1794which ones you built unless you tell us about it.
1795
c5997381
JJ
1796@item
1797If the build was for GNU/Linux, also include:
1798@itemize @bullet
1799@item
1800The distribution name and version (e.g., Red Hat 7.1 or Debian 2.2.3);
1801this information should be available from @file{/etc/issue}.
1802
1803@item
1804The version of the Linux kernel, available from @samp{uname --version}
1805or @samp{uname -a}.
1806
1807@item
1808The version of glibc you used; for RPM-based systems like Red Hat,
b9da07da
JJ
1809Mandrake, and SuSE type @samp{rpm -q glibc} to get the glibc version,
1810and on systems like Debian and Progeny use @samp{dpkg -l libc6}.
c5997381
JJ
1811@end itemize
1812For other systems, you can include similar information if you think it is
1813relevant.
1814
1815@item
1816Any other information that you think would be useful to people building
1817GCC on the same configuration. The new entry in the build status list
1818will include a link to the archived copy of your message.
1819@end itemize
c009f01f
JJ
1820
1821We'd also like to know if the
1822@ifnothtml
1823@ref{Specific, host/target specific installation notes}
1824@end ifnothtml
1825@ifhtml
1826@uref{specific.html,,host/target specific installation notes}
1827@end ifhtml
1828didn't include your host/target information or if that information is
1829incomplete or out of date. Send a note to
1830@email{gcc@@gcc.gnu.org} telling us how the information should be changed.
f42974dc
DW
1831
1832If you find a bug, please report it following our
1833@uref{../bugs.html,,bug reporting guidelines}.
1834
ab130aa5 1835If you want to print the GCC manuals, do @samp{cd @var{objdir}; make
a38f87a9 1836dvi}. You will need to have @command{texi2dvi} (version at least 4.2)
ab130aa5
JM
1837and @TeX{} installed. This creates a number of @file{.dvi} files in
1838subdirectories of @file{@var{objdir}}; these may be converted for
1839printing with programs such as @command{dvips}. You can also
1840@uref{http://www.gnu.org/order/order.html,,buy printed manuals from the
1841Free Software Foundation}, though such manuals may not be for the most
161d7b59 1842recent version of GCC@.
ab130aa5 1843
f42974dc 1844@html
b8db17af 1845<hr />
f42974dc
DW
1846<p>
1847@end html
1848@ifhtml
1849@uref{./index.html,,Return to the GCC Installation page}
1850@end ifhtml
1851@end ifset
1852
1853@c ***Binaries****************************************************************
6cfb3f16 1854@ifnothtml
f42974dc
DW
1855@comment node-name, next, previous, up
1856@node Binaries, Specific, Installing GCC, Top
6cfb3f16 1857@end ifnothtml
f42974dc 1858@ifset binarieshtml
f42974dc
DW
1859@ifnothtml
1860@chapter Installing GCC: Binaries
1861@end ifnothtml
1862@cindex Binaries
1863@cindex Installing GCC: Binaries
1864
161d7b59 1865We are often asked about pre-compiled versions of GCC@. While we cannot
f42974dc
DW
1866provide these for all platforms, below you'll find links to binaries for
1867various platforms where creating them by yourself is not easy due to various
1868reasons.
1869
1870Please note that we did not create these binaries, nor do we
1871support them. If you have any problems installing them, please
1872contact their makers.
1873
1874@itemize
1875@item
df002c7d
DE
1876AIX:
1877@itemize
1878@item
ff4c5e7b 1879@uref{http://www.bullfreeware.com,,Bull's Freeware and Shareware Archive for AIX};
df002c7d
DE
1880
1881@item
8d5362b7 1882@uref{http://aixpdslib.seas.ucla.edu,,UCLA Software Library for AIX}.
df002c7d 1883@end itemize
f42974dc
DW
1884
1885@item
8d5362b7
GP
1886DOS---@uref{http://www.delorie.com/djgpp/,,DJGPP}.
1887
1888@item
71c6b994
KH
1889Renesas H8/300[HS]---@uref{http://h8300-hms.sourceforge.net/,,GNU
1890Development Tools for the Renesas H8/300[HS] Series}.
f42974dc 1891
f404402c
MW
1892@item
1893HP-UX:
1894@itemize
f42974dc
DW
1895@item
1896@uref{http://hpux.cae.wisc.edu/,,HP-UX Porting Center};
1897
f404402c
MW
1898@item
1899@uref{ftp://sunsite.informatik.rwth-aachen.de/pub/packages/gcc_hpux/,,Binaries for HP-UX 11.00 at Aachen University of Technology}.
1900@end itemize
1901
3e35d143
SC
1902@item
1903Motorola 68HC11/68HC12---@uref{http://www.gnu-m68hc11.org,,GNU
1904Development Tools for the Motorola 68HC11/68HC12}.
1905
f42974dc 1906@item
38209993 1907@uref{http://www.sco.com/skunkware/devtools/index.html#gcc,,SCO
8d5362b7 1908OpenServer/Unixware}.
f42974dc
DW
1909
1910@item
35113fde 1911Sinix/Reliant Unix---@uref{ftp://ftp.fujitsu-siemens.com/pub/pd/gnu/gcc/,,Siemens}.
8d5362b7
GP
1912
1913@item
1914Solaris 2 (SPARC, Intel)---@uref{http://www.sunfreeware.com/,,Sunfreeware}.
f42974dc
DW
1915
1916@item
8d5362b7 1917SGI---@uref{http://freeware.sgi.com/,,SGI Freeware}.
f42974dc
DW
1918
1919@item
05c425a9 1920Microsoft Windows:
f42974dc
DW
1921@itemize
1922@item
1923The @uref{http://sources.redhat.com/cygwin/,,Cygwin} project;
1924@item
cc92b8ab 1925The @uref{http://www.mingw.org/,,MinGW} project.
f42974dc
DW
1926@end itemize
1927
1928@item
616de62f
GP
1929@uref{ftp://ftp.thewrittenword.com/packages/by-name/,,The
1930Written Word} offers binaries for
1931AIX 4.3.2.
1932IRIX 6.5,
1933Digital UNIX 4.0D and 5.1,
1934GNU/Linux (i386),
1935HP-UX 10.20, 11.00, and 11.11, and
1936Solaris/SPARC 2.5.1, 2.6, 2.7, 8, and 9,
f42974dc
DW
1937@end itemize
1938
1939In addition to those specific offerings, you can get a binary
1940distribution CD-ROM from the
f9047ed3 1941@uref{http://www.fsf.org/order/order.html,,Free Software Foundation}.
f42974dc 1942It contains binaries for a number of platforms, and
767094dd 1943includes not only GCC, but other stuff as well. The current CD does
f42974dc 1944not contain the latest version of GCC, but it should allow
767094dd 1945bootstrapping the compiler. An updated version of that disk is in the
f42974dc
DW
1946works.
1947
1948@html
b8db17af 1949<hr />
f42974dc
DW
1950<p>
1951@end html
1952@ifhtml
1953@uref{./index.html,,Return to the GCC Installation page}
1954@end ifhtml
1955@end ifset
1956
1957@c ***Specific****************************************************************
6cfb3f16 1958@ifnothtml
f42974dc 1959@comment node-name, next, previous, up
73e2155a 1960@node Specific, Old, Binaries, Top
6cfb3f16 1961@end ifnothtml
f42974dc 1962@ifset specifichtml
f42974dc
DW
1963@ifnothtml
1964@chapter Host/target specific installation notes for GCC
1965@end ifnothtml
1966@cindex Specific
1967@cindex Specific installation notes
1968@cindex Target specific installation
1969@cindex Host specific installation
1970@cindex Target specific installation notes
1971
1972Please read this document carefully @emph{before} installing the
1973GNU Compiler Collection on your machine.
1974
ef88b07d 1975@ifhtml
f42974dc
DW
1976@itemize
1977@item
333e14b0 1978@uref{#alpha*-*-*,,alpha*-*-*}
f42974dc
DW
1979@item
1980@uref{#alpha*-dec-osf*,,alpha*-dec-osf*}
1981@item
71b96724
RL
1982@uref{#alphaev5-cray-unicosmk*,,alphaev5-cray-unicosmk*}
1983@item
b8df899a
JM
1984@uref{#arc-*-elf,,arc-*-elf}
1985@item
34e8290f
NC
1986@uref{#arm-*-elf,,arm-*-elf}
1987@uref{#arm-*-coff,,arm-*-coff}
34e8290f 1988@uref{#arm-*-aout,,arm-*-aout}
b8df899a 1989@item
2aea0b53 1990@uref{#xscale-*-*,,xscale-*-*}
476c334e 1991@item
f42974dc
DW
1992@uref{#avr,,avr}
1993@item
0132e321
MH
1994@uref{#c4x,,c4x}
1995@item
f42974dc
DW
1996@uref{#dos,,DOS}
1997@item
b8df899a
JM
1998@uref{#dsp16xx,,dsp16xx}
1999@item
021c4bfd
RO
2000@uref{#*-*-freebsd*,,*-*-freebsd*}
2001@item
f42974dc
DW
2002@uref{#h8300-hms,,h8300-hms}
2003@item
2004@uref{#hppa*-hp-hpux*,,hppa*-hp-hpux*}
2005@item
f42974dc
DW
2006@uref{#hppa*-hp-hpux10,,hppa*-hp-hpux10}
2007@item
2008@uref{#hppa*-hp-hpux11,,hppa*-hp-hpux11}
2009@item
b8df899a
JM
2010@uref{#i370-*-*,,i370-*-*}
2011@item
f42974dc
DW
2012@uref{#*-*-linux-gnu,,*-*-linux-gnu}
2013@item
b8df899a
JM
2014@uref{#ix86-*-linux*aout,,i?86-*-linux*aout}
2015@item
f42974dc
DW
2016@uref{#ix86-*-linux*,,i?86-*-linux*}
2017@item
2018@uref{#ix86-*-sco3.2v5*,,i?86-*-sco3.2v5*}
2019@item
f42974dc
DW
2020@uref{#ix86-*-udk,,i?86-*-udk}
2021@item
b8df899a
JM
2022@uref{#ix86-*-esix,,i?86-*-esix}
2023@item
b499d9ab
JJ
2024@uref{#ia64-*-linux,,ia64-*-linux}
2025@item
959a73a4
DH
2026@uref{#ia64-*-hpux*,,ia64-*-hpux*}
2027@item
f42974dc
DW
2028@uref{#*-ibm-aix*,,*-ibm-aix*}
2029@item
e3223ea2
DC
2030@uref{#ip2k-*-elf,,ip2k-*-elf}
2031@item
6b3d1e47
SC
2032@uref{#iq2000-*-elf,,iq2000-*-elf}
2033@item
b8df899a
JM
2034@uref{#m32r-*-elf,,m32r-*-elf}
2035@item
b8df899a
JM
2036@uref{#m6811-elf,,m6811-elf}
2037@item
2038@uref{#m6812-elf,,m6812-elf}
2039@item
b8df899a
JM
2040@uref{#m68k-hp-hpux,,m68k-hp-hpux}
2041@item
b8df899a
JM
2042@uref{#mips-*-*,,mips-*-*}
2043@item
b953cc4b 2044@uref{#mips-sgi-irix5,,mips-sgi-irix5}
f42974dc 2045@item
b953cc4b 2046@uref{#mips-sgi-irix6,,mips-sgi-irix6}
f42974dc 2047@item
021c4bfd
RO
2048@uref{#powerpc*-*-*,,powerpc*-*-*, powerpc-*-sysv4}
2049@item
4f2b1139
SS
2050@uref{#powerpc-*-darwin*,,powerpc-*-darwin*}
2051@item
b8df899a
JM
2052@uref{#powerpc-*-elf,,powerpc-*-elf, powerpc-*-sysv4}
2053@item
f42974dc
DW
2054@uref{#powerpc-*-linux-gnu*,,powerpc-*-linux-gnu*}
2055@item
edf1b3f3
AC
2056@uref{#powerpc-*-netbsd*,,powerpc-*-netbsd*}
2057@item
b8df899a
JM
2058@uref{#powerpc-*-eabiaix,,powerpc-*-eabiaix}
2059@item
2060@uref{#powerpc-*-eabisim,,powerpc-*-eabisim}
2061@item
2062@uref{#powerpc-*-eabi,,powerpc-*-eabi}
2063@item
2064@uref{#powerpcle-*-elf,,powerpcle-*-elf, powerpcle-*-sysv4}
2065@item
2066@uref{#powerpcle-*-eabisim,,powerpcle-*-eabisim}
2067@item
2068@uref{#powerpcle-*-eabi,,powerpcle-*-eabi}
2069@item
225cee28 2070@uref{#s390-*-linux*,,s390-*-linux*}
91abf72d 2071@item
225cee28 2072@uref{#s390x-*-linux*,,s390x-*-linux*}
91abf72d 2073@item
8bf06993
UW
2074@uref{#s390x-ibm-tpf*,,s390x-ibm-tpf*}
2075@item
250d5688 2076@uref{#*-*-solaris2*,,*-*-solaris2*}
f42974dc 2077@item
250d5688 2078@uref{#sparc-sun-solaris2*,,sparc-sun-solaris2*}
f42974dc
DW
2079@item
2080@uref{#sparc-sun-solaris2.7,,sparc-sun-solaris2.7}
2081@item
c6fa9728
JS
2082@uref{#sparc-*-linux*,,sparc-*-linux*}
2083@item
0dc7ee3c 2084@uref{#sparc64-*-solaris2*,,sparc64-*-solaris2*}
f42974dc 2085@item
e403b4bc
CR
2086@uref{#sparcv9-*-solaris2*,,sparcv9-*-solaris2*}
2087@item
b8df899a
JM
2088@uref{#*-*-sysv*,,*-*-sysv*}
2089@item
2090@uref{#vax-dec-ultrix,,vax-dec-ultrix}
2091@item
4977bab6
ZW
2092@uref{#*-*-vxworks*,,*-*-vxworks*}
2093@item
fd29f6ea
BW
2094@uref{#xtensa-*-elf,,xtensa-*-elf}
2095@item
2096@uref{#xtensa-*-linux*,,xtensa-*-linux*}
2097@item
f42974dc
DW
2098@uref{#windows,,Microsoft Windows}
2099@item
2100@uref{#os2,,OS/2}
2101@item
2102@uref{#older,,Older systems}
2103@end itemize
2104
2105@itemize
2106@item
250d5688 2107@uref{#elf_targets,,all ELF targets} (SVR4, Solaris 2, etc.)
f42974dc 2108@end itemize
ef88b07d 2109@end ifhtml
f42974dc
DW
2110
2111
2112@html
2113<!-- -------- host/target specific issues start here ---------------- -->
b8db17af 2114<hr />
f42974dc 2115@end html
333e14b0
LR
2116@heading @anchor{alpha*-*-*}alpha*-*-*
2117
2118This section contains general configuration information for all
2119alpha-based platforms using ELF (in particular, ignore this section for
161d7b59 2120DEC OSF/1, Digital UNIX and Tru64 UNIX)@. In addition to reading this
f2541106 2121section, please read all other sections that match your target.
333e14b0 2122
021c4bfd
RO
2123We require binutils 2.11.2 or newer.
2124Previous binutils releases had a number of problems with DWARF 2
333e14b0
LR
2125debugging information, not the least of which is incorrect linking of
2126shared libraries.
2127
b8df899a 2128@html
b8db17af 2129<hr />
b8df899a 2130@end html
f2541106 2131@heading @anchor{alpha*-dec-osf*}alpha*-dec-osf*
b8df899a 2132Systems using processors that implement the DEC Alpha architecture and
f2541106
RO
2133are running the DEC/Compaq Unix (DEC OSF/1, Digital UNIX, or Compaq
2134Tru64 UNIX) operating system, for example the DEC Alpha AXP systems.
2135
c7bdf0a6
ZW
2136As of GCC 3.2, versions before @code{alpha*-dec-osf4} are no longer
2137supported. (These are the versions which identify themselves as DEC
2138OSF/1.)
9340544b 2139
6e92b3a1
RB
2140In Digital Unix V4.0, virtual memory exhausted bootstrap failures
2141may be fixed by configuring with @option{--with-gc=simple},
2142reconfiguring Kernel Virtual Memory and Swap parameters
2143per the @command{/usr/sbin/sys_check} Tuning Suggestions,
2144or applying the patch in
2145@uref{http://gcc.gnu.org/ml/gcc/2002-08/msg00822.html}.
2146
f2541106
RO
2147In Tru64 UNIX V5.1, Compaq introduced a new assembler that does not
2148currently (2001-06-13) work with @command{mips-tfile}. As a workaround,
2149we need to use the old assembler, invoked via the barely documented
2150@option{-oldas} option. To bootstrap GCC, you either need to use the
2151Compaq C Compiler:
2152
2153@example
eea81d3e 2154 % CC=cc @var{srcdir}/configure [@var{options}] [@var{target}]
f2541106
RO
2155@end example
2156
2157or you can use a copy of GCC 2.95.3 or higher built on Tru64 UNIX V4.0:
2158
2159@example
eea81d3e 2160 % CC=gcc -Wa,-oldas @var{srcdir}/configure [@var{options}] [@var{target}]
f2541106 2161@end example
b8df899a 2162
b953cc4b
RO
2163As of GNU binutils 2.11.2, neither GNU @command{as} nor GNU @command{ld}
2164are supported on Tru64 UNIX, so you must not configure GCC with
2165@option{--with-gnu-as} or @option{--with-gnu-ld}.
2166
f0523f02 2167GCC writes a @samp{.verstamp} directive to the assembler output file
b8df899a
JM
2168unless it is built as a cross-compiler. It gets the version to use from
2169the system header file @file{/usr/include/stamp.h}. If you install a
2170new version of DEC Unix, you should rebuild GCC to pick up the new version
2171stamp.
2172
2173Note that since the Alpha is a 64-bit architecture, cross-compilers from
217432-bit machines will not generate code as efficient as that generated
2175when the compiler is running on a 64-bit machine because many
2176optimizations that depend on being able to represent a word on the
2177target in an integral value on the host cannot be performed. Building
2178cross-compilers on the Alpha for 32-bit machines has only been tested in
2179a few cases and may not work properly.
2180
7ba4ca63 2181@samp{make compare} may fail on old versions of DEC Unix unless you add
6cfb3f16 2182@option{-save-temps} to @code{CFLAGS}. On these systems, the name of the
b8df899a
JM
2183assembler input file is stored in the object file, and that makes
2184comparison fail if it differs between the @code{stage1} and
6cfb3f16 2185@code{stage2} compilations. The option @option{-save-temps} forces a
b8df899a 2186fixed name to be used for the assembler input file, instead of a
6cfb3f16 2187randomly chosen name in @file{/tmp}. Do not add @option{-save-temps}
b8df899a 2188unless the comparisons fail without that option. If you add
6cfb3f16 2189@option{-save-temps}, you will have to manually delete the @samp{.i} and
b8df899a
JM
2190@samp{.s} files after each series of compilations.
2191
f0523f02 2192GCC now supports both the native (ECOFF) debugging format used by DBX
161d7b59 2193and GDB and an encapsulated STABS format for use only with GDB@. See the
6cfb3f16 2194discussion of the @option{--with-stabs} option of @file{configure} above
b8df899a
JM
2195for more information on these formats and how to select them.
2196
2197There is a bug in DEC's assembler that produces incorrect line numbers
2198for ECOFF format when the @samp{.align} directive is used. To work
f0523f02 2199around this problem, GCC will not emit such alignment directives
b8df899a
JM
2200while writing ECOFF format debugging information even if optimization is
2201being performed. Unfortunately, this has the very undesirable
6cfb3f16
JM
2202side-effect that code addresses when @option{-O} is specified are
2203different depending on whether or not @option{-g} is also specified.
b8df899a 2204
6cfb3f16 2205To avoid this behavior, specify @option{-gstabs+} and use GDB instead of
161d7b59 2206DBX@. DEC is now aware of this problem with the assembler and hopes to
b8df899a
JM
2207provide a fix shortly.
2208
71b96724 2209@html
b8db17af 2210<hr />
71b96724
RL
2211@end html
2212@heading @anchor{alphaev5-cray-unicosmk*}alphaev5-cray-unicosmk*
2213Cray T3E systems running Unicos/Mk.
2214
2215This port is incomplete and has many known bugs. We hope to improve the
2216support for this target soon. Currently, only the C front end is supported,
2217and it is not possible to build parallel applications. Cray modules are not
2218supported; in particular, Craylibs are assumed to be in
2219@file{/opt/ctl/craylibs/craylibs}.
2220
2221You absolutely @strong{must} use GNU make on this platform. Also, you
2222need to tell GCC where to find the assembler and the linker. The
2223simplest way to do so is by providing @option{--with-as} and
2224@option{--with-ld} to @file{configure}, e.g.@:
2225
8c085f6f
JJ
2226@example
2227 configure --with-as=/opt/ctl/bin/cam --with-ld=/opt/ctl/bin/cld \
2228 --enable-languages=c
2229@end example
71b96724
RL
2230
2231The comparison test during @samp{make bootstrap} fails on Unicos/Mk
2232because the assembler inserts timestamps into object files. You should
2233be able to work around this by doing @samp{make all} after getting this
2234failure.
2235
b8df899a 2236@html
b8db17af 2237<hr />
b8df899a
JM
2238@end html
2239@heading @anchor{arc-*-elf}arc-*-elf
2240Argonaut ARC processor.
2241This configuration is intended for embedded systems.
2242
2243@html
b8db17af 2244<hr />
b8df899a 2245@end html
34e8290f 2246@heading @anchor{arm-*-elf}arm-*-elf
2aea0b53 2247@heading @anchor{xscale-*-*}xscale-*-*
34e8290f
NC
2248ARM-family processors. Subtargets that use the ELF object format
2249require GNU binutils 2.13 or newer. Such subtargets include:
2250@code{arm-*-freebsd}, @code{arm-*-netbsdelf}, @code{arm-*-*linux},
2251@code{arm-*-rtems} and @code{arm-*-kaos}.
2252
2253@html
2254<hr />
2255@end html
2256@heading @anchor{arm-*-coff}arm-*-coff
61aeb06f 2257ARM-family processors. Note that there are two different varieties
34e8290f
NC
2258of PE format subtarget supported: @code{arm-wince-pe} and
2259@code{arm-pe} as well as a standard COFF target @code{arm-*-coff}.
2260
34e8290f
NC
2261@html
2262<hr />
2263@end html
2264@heading @anchor{arm-*-aout}arm-*-aout
2265ARM-family processors. These targets support the AOUT file format:
2266@code{arm-*-aout}, @code{arm-*-netbsd}.
476c334e 2267
f42974dc 2268@html
b8db17af 2269<hr />
f42974dc 2270@end html
ef88b07d 2271@heading @anchor{avr}avr
f42974dc 2272
b8df899a 2273ATMEL AVR-family micro controllers. These are used in embedded
ca52d046
GP
2274applications. There are no standard Unix configurations.
2275@ifnothtml
2276@xref{AVR Options,, AVR Options, gcc, Using and Porting the GNU Compiler
2277Collection (GCC)},
2278@end ifnothtml
98999d8b 2279@ifhtml
ca52d046 2280See ``AVR Options'' in the main manual
98999d8b 2281@end ifhtml
ca52d046 2282for the list of supported MCU types.
b8df899a 2283
161d7b59 2284Use @samp{configure --target=avr --enable-languages="c"} to configure GCC@.
f42974dc
DW
2285
2286Further installation notes and other useful information about AVR tools
2287can also be obtained from:
2288
2289@itemize @bullet
2290@item
de7999ba
MM
2291@uref{http://www.openavr.org,,http://www.openavr.org}
2292@item
d1a86812 2293@uref{http://home.overta.ru/users/denisc/,,http://home.overta.ru/users/denisc/}
f42974dc 2294@item
d1a86812 2295@uref{http://www.amelek.gda.pl/avr/,,http://www.amelek.gda.pl/avr/}
f42974dc
DW
2296@end itemize
2297
de7999ba 2298We @emph{strongly} recommend using binutils 2.13 or newer.
f42974dc
DW
2299
2300The following error:
2301@example
2302 Error: register required
2303@end example
2304
2305indicates that you should upgrade to a newer version of the binutils.
2306
0132e321 2307@html
b8db17af 2308<hr />
0132e321
MH
2309@end html
2310@heading @anchor{c4x}c4x
2311
2312Texas Instruments TMS320C3x and TMS320C4x Floating Point Digital Signal
2313Processors. These are used in embedded applications. There are no
d8393f64
GP
2314standard Unix configurations.
2315@ifnothtml
2316@xref{TMS320C3x/C4x Options,, TMS320C3x/C4x Options, gcc, Using and
2317Porting the GNU Compiler Collection (GCC)},
2318@end ifnothtml
98999d8b 2319@ifhtml
d8393f64 2320See ``TMS320C3x/C4x Options'' in the main manual
98999d8b 2321@end ifhtml
d8393f64 2322for the list of supported MCU types.
0132e321
MH
2323
2324GCC can be configured as a cross compiler for both the C3x and C4x
2325architectures on the same system. Use @samp{configure --target=c4x
2326--enable-languages="c,c++"} to configure.
2327
2328
2329Further installation notes and other useful information about C4x tools
2330can also be obtained from:
2331
2332@itemize @bullet
2333@item
d8393f64 2334@uref{http://www.elec.canterbury.ac.nz/c4x/,,http://www.elec.canterbury.ac.nz/c4x/}
0132e321
MH
2335@end itemize
2336
0b85d816 2337@html
b8db17af 2338<hr />
0b85d816
HPN
2339@end html
2340@heading @anchor{cris}CRIS
2341
2342CRIS is the CPU architecture in Axis Communications ETRAX system-on-a-chip
2343series. These are used in embedded applications.
2344
2345@ifnothtml
2346@xref{CRIS Options,, CRIS Options, gcc, Using and Porting the GNU Compiler
2347Collection (GCC)},
2348@end ifnothtml
2349@ifhtml
2350See ``CRIS Options'' in the main manual
2351@end ifhtml
2352for a list of CRIS-specific options.
2353
2354There are a few different CRIS targets:
2355@table @code
2356@item cris-axis-aout
2357Old target. Includes a multilib for the @samp{elinux} a.out-based
2358target. No multilibs for newer architecture variants.
2359@item cris-axis-elf
2360Mainly for monolithic embedded systems. Includes a multilib for the
2361@samp{v10} core used in @samp{ETRAX 100 LX}.
2362@item cris-axis-linux-gnu
2363A GNU/Linux port for the CRIS architecture, currently targeting
2364@samp{ETRAX 100 LX} by default.
2365@end table
2366
2367For @code{cris-axis-aout} and @code{cris-axis-elf} you need binutils 2.11
2368or newer. For @code{cris-axis-linux-gnu} you need binutils 2.12 or newer.
2369
2370Pre-packaged tools can be obtained from
2371@uref{ftp://ftp.axis.com/pub/axis/tools/cris/compiler-kit/}. More
2372information about this platform is available at
2373@uref{http://developer.axis.com/}.
2374
f42974dc 2375@html
b8db17af 2376<hr />
f42974dc 2377@end html
ef88b07d 2378@heading @anchor{dos}DOS
f42974dc
DW
2379
2380Please have a look at our @uref{binaries.html,,binaries page}.
2381
f0523f02 2382You cannot install GCC by itself on MSDOS; it will not compile under
f85b8d1a
JM
2383any MSDOS compiler except itself. You need to get the complete
2384compilation package DJGPP, which includes binaries as well as sources,
2385and includes all the necessary compilation tools and libraries.
2386
b8df899a 2387@html
b8db17af 2388<hr />
b8df899a
JM
2389@end html
2390@heading @anchor{dsp16xx}dsp16xx
2391A port to the AT&T DSP1610 family of processors.
2392
021c4bfd 2393@html
b8db17af 2394<hr />
021c4bfd
RO
2395@end html
2396@heading @anchor{*-*-freebsd*}*-*-freebsd*
2397
2398The version of binutils installed in @file{/usr/bin} is known to work unless
2399otherwise specified in any per-architecture notes. However, binutils
6b976d99 24002.12.1 or greater is known to improve overall testsuite results.
021c4bfd 2401
6a1dbbaf 2402Support for FreeBSD 1 was discontinued in GCC 3.2.
c7bdf0a6
ZW
2403
2404For FreeBSD 2 or any mutant a.out versions of FreeBSD 3: All
021c4bfd
RO
2405configuration support and files as shipped with GCC 2.95 are still in
2406place. FreeBSD 2.2.7 has been known to bootstrap completely; however,
2407it is unknown which version of binutils was used (it is assumed that it
2408was the system copy in @file{/usr/bin}) and C++ EH failures were noted.
2409
2410For FreeBSD using the ELF file format: DWARF 2 debugging is now the
2411default for all CPU architectures. It had been the default on
2412FreeBSD/alpha since its inception. You may use @option{-gstabs} instead
2413of @option{-g}, if you really want the old debugging format. There are
2414no known issues with mixing object files and libraries with different
2415debugging formats. Otherwise, this release of GCC should now match more
2416of the configuration used in the stock FreeBSD configuration of GCC. In
2417particular, @option{--enable-threads} is now configured by default.
2418However, as a general user, do not attempt to replace the system
2419compiler with this release. Known to bootstrap and check with good
e4e7d312
LR
2420results on FreeBSD 4.8-STABLE and 5-CURRENT@. In the past, known to
2421bootstrap and check with good results on FreeBSD 3.0, 3.4, 4.0, 4.2,
24224.3, 4.4, 4.5-STABLE@.
46fc709d
LR
2423
2424In principle, @option{--enable-threads} is now compatible with
2425@option{--enable-libgcj} on FreeBSD@. However, it has only been built
e4e7d312 2426and tested on @samp{i386-*-freebsd[45]} and @samp{alpha-*-freebsd[45]}.
8c085f6f 2427The static
6b976d99
LR
2428library may be incorrectly built (symbols are missing at link time).
2429There is a rare timing-based startup hang (probably involves an
c0478a66 2430assumption about the thread library). Multi-threaded boehm-gc (required for
46fc709d 2431libjava) exposes severe threaded signal-handling bugs on FreeBSD before
e4e7d312 24324.5-RELEASE@. Other CPU architectures
46fc709d
LR
2433supported by FreeBSD will require additional configuration tuning in, at
2434the very least, both boehm-gc and libffi.
021c4bfd 2435
bc3a44db
LR
2436Shared @file{libgcc_s.so} is now built and installed by default.
2437
f42974dc 2438@html
b8db17af 2439<hr />
f42974dc 2440@end html
ef88b07d 2441@heading @anchor{h8300-hms}h8300-hms
71c6b994 2442Renesas H8/300 series of processors.
f42974dc
DW
2443
2444Please have a look at our @uref{binaries.html,,binaries page}.
2445
b8df899a
JM
2446The calling convention and structure layout has changed in release 2.6.
2447All code must be recompiled. The calling convention now passes the
2448first three arguments in function calls in registers. Structures are no
2449longer a multiple of 2 bytes.
2450
f42974dc 2451@html
b8db17af 2452<hr />
f42974dc 2453@end html
ef88b07d 2454@heading @anchor{hppa*-hp-hpux*}hppa*-hp-hpux*
6a1dbbaf 2455Support for HP-UX version 9 and older was discontinued in GCC 3.4.
f42974dc 2456
021c4bfd 2457We @emph{highly} recommend using gas/binutils 2.8 or newer on all hppa
f9047ed3 2458platforms; you may encounter a variety of problems when using the HP
581d9404 2459assembler.
f42974dc
DW
2460
2461Specifically, @option{-g} does not work on HP-UX (since that system
2462uses a peculiar debugging format which GCC does not know about), unless you
38209993
LG
2463use GAS and GDB and configure GCC with the
2464@uref{./configure.html#with-gnu-as,,@option{--with-gnu-as}} and
6cfb3f16 2465@option{--with-as=@dots{}} options.
f42974dc 2466
08b3d104
JDA
2467If you wish to use the pa-risc 2.0 architecture support with a 32-bit
2468runtime, you must use either the HP assembler, gas/binutils 2.11 or newer,
2469or a recent
f42974dc
DW
2470@uref{ftp://sources.redhat.com/pub/binutils/snapshots,,snapshot of gas}.
2471
d5355cb2
JDA
2472There are two default scheduling models for instructions. These are
2473PROCESSOR_7100LC and PROCESSOR_8000. They are selected from the pa-risc
2474architecture specified for the target machine when configuring.
2475PROCESSOR_8000 is the default. PROCESSOR_7100LC is selected when
2476the target is a @samp{hppa1*} machine.
806bf413
JDA
2477
2478The PROCESSOR_8000 model is not well suited to older processors. Thus,
2479it is important to completely specify the machine architecture when
2480configuring if you want a model other than PROCESSOR_8000. The macro
2481TARGET_SCHED_DEFAULT can be defined in BOOT_CFLAGS if a different
2482default scheduling model is desired.
2483
021c4bfd 2484More specific information to @samp{hppa*-hp-hpux*} targets follows.
f42974dc 2485
f42974dc 2486@html
b8db17af 2487<hr />
f42974dc 2488@end html
ef88b07d 2489@heading @anchor{hppa*-hp-hpux10}hppa*-hp-hpux10
f42974dc 2490
f9047ed3 2491For hpux10.20, we @emph{highly} recommend you pick up the latest sed patch
161d7b59 2492@code{PHCO_19798} from HP@. HP has two sites which provide patches free of
f42974dc
DW
2493charge:
2494
2495@itemize @bullet
2496@item
2497@html
f401d0f5 2498<a href="http://us.itrc.hp.com/service/home/home.do">US, Canada, Asia-Pacific, and
f42974dc
DW
2499Latin-America</a>
2500@end html
2501@ifnothtml
f401d0f5
JDA
2502@uref{http://us.itrc.hp.com/service/home/home.do,,} US, Canada, Asia-Pacific,
2503and Latin-America.
f42974dc
DW
2504@end ifnothtml
2505@item
f401d0f5 2506@uref{http://europe.itrc.hp.com/service/home/home.do,,} Europe.
f42974dc
DW
2507@end itemize
2508
2aea0b53
ZW
2509The HP assembler on these systems has some problems. Most notably the
2510assembler inserts timestamps into each object file it creates, causing
2511the 3-stage comparison test to fail during a @samp{make bootstrap}.
2512You should be able to continue by saying @samp{make all} after getting
2513the failure from @samp{make bootstrap}.
f42974dc
DW
2514
2515
2516@html
b8db17af 2517<hr />
f42974dc 2518@end html
ef88b07d 2519@heading @anchor{hppa*-hp-hpux11}hppa*-hp-hpux11
f42974dc 2520
08b3d104
JDA
2521GCC 3.0 and up support HP-UX 11. On 64-bit capable systems, there
2522are two distinct ports. The @samp{hppa2.0w-hp-hpux11*} port generates
2523code for the 32-bit pa-risc runtime architecture. It uses the HP
f269f54f
JDA
2524linker. The @samp{hppa64-hp-hpux11*} port generates 64-bit code for the
2525pa-risc 2.0 architecture. The script config.guess now selects the port
2526type based on the type compiler detected during configuration. You must
2527set your @env{PATH} or define @env{CC} so that configure finds an appropriate
2528compiler for the initial bootstrap. Different prefixes must be used if
2529both ports are to be installed on the same system.
2530
f401d0f5
JDA
2531It is best to explicitly configure the @samp{hppa64-hp-hpux11*} target
2532with the @option{--with-ld=@dots{}} option. We support both the HP
2533and GNU linkers for this target. The two linkers require different
2534link commands. Thus, it's not possible to switch linkers during a
2535GCC build. This has been been reported to occur in a unified build
2536of binutils and GCC.
2537
f269f54f
JDA
2538GCC 2.95.x is not supported under HP-UX 11 and cannot be used to
2539compile GCC 3.0 and up. Refer to @uref{binaries.html,,binaries} for
2540information about obtaining precompiled GCC binaries for HP-UX.
08b3d104
JDA
2541
2542You must use GNU binutils 2.11 or above with the 32-bit port. Thread
2543support is not currently implemented, so @option{--enable-threads} does
8c085f6f
JJ
2544not work. See:
2545
2546@itemize
2547@item @uref{http://gcc.gnu.org/ml/gcc-prs/2002-01/msg00551.html}
2548@item @uref{http://gcc.gnu.org/ml/gcc-bugs/2002-01/msg00663.html}
2549@end itemize
2550
f269f54f
JDA
2551GCC 3.3 and later support weak symbols on the 32-bit port using SOM
2552secondary definition symbols. This feature is not enabled for earlier
2553versions of HP-UX since there have been bugs in the linker support for
2554secondary symbols. The HP linker patches @code{PHSS_26559} and
2555@code{PHSS_24304} for HP-UX 11.00 and 11.11, respectively, correct the
2556problem of linker core dumps creating C++ libraries. Earlier patches
2557may work but they have not been tested.
2558
2559GCC 3.3 nows uses the ELF DT_INIT_ARRAY and DT_FINI_ARRAY capability
2560to run initializers and finalizers on the 64-bit port. The feature
2561requires CVS binutils as of January 2, 2003, or a subsequent release
2562to correct a problem arising from HP's non-standard use of the .init
2563and .fini sections. The 32-bit port uses the linker @option{+init}
2564and @option{+fini} options. As with the support for secondary symbols,
2565there have been bugs in the order in which these options are executed
2566by the HP linker. So, again a recent linker patch is recommended.
2567
2568The HP assembler has many limitations and is not recommended for either
2569the 32 or 64-bit ports. For example, it does not support weak symbols
2570or alias definitions. As a result, explicit template instantiations
f401d0f5
JDA
2571are required when using C++. This will make it difficult if not
2572impossible to build many C++ applications. You also can't generate
2573debugging information when using the HP assembler with GCC.
2574
2575There are a number of issues to consider in selecting which linker to
2576use with the 64-bit port. The GNU 64-bit linker can only create dynamic
2577binaries. The @option{-static} option causes linking with archive
2578libraries but doesn't produce a truly static binary. Dynamic binaries
2579still require final binding by the dynamic loader to resolve a set of
2580dynamic-loader-defined symbols. The default behavior of the HP linker
2581is the same as the GNU linker. However, it can generate true 64-bit
2582static binaries using the @option{+compat} option.
2583
2584The HP 64-bit linker doesn't support linkonce semantics. As a
2585result, C++ programs have many more sections than they should.
2586
2587The GNU 64-bit linker has some issues with shared library support
2588and exceptions. As a result, we only support libgcc in archive
2589format. For similar reasons, dwarf2 unwind and exception support
2590are disabled. The GNU linker also has problems creating binaries
2591with @option{-static}. It doesn't provide stubs for internal
2592calls to global functions in shared libraries, so these calls
2593can't be overloaded.
581d9404
JDA
2594
2595There are several possible approaches to building the distribution.
2596Binutils can be built first using the HP tools. Then, the GCC
2597distribution can be built. The second approach is to build GCC
2598first using the HP tools, then build binutils, then rebuild GCC.
2599There have been problems with various binary distributions, so
2600it is best not to start from a binary distribution.
2601
2aea0b53
ZW
2602Starting with GCC 3.4 an ISO C compiler is required to bootstrap.
2603The bundled compiler supports only traditional C; you will need
2604either HP's unbundled compiler, or a binary distribution of GCC@.
581d9404
JDA
2605
2606This port still is undergoing significant development.
08b3d104 2607
b8df899a 2608@html
b8db17af 2609<hr />
b8df899a
JM
2610@end html
2611@heading @anchor{i370-*-*}i370-*-*
2612This port is very preliminary and has many known bugs. We hope to
2613have a higher-quality port for this machine soon.
2614
f42974dc 2615@html
b8db17af 2616<hr />
f42974dc 2617@end html
ef88b07d 2618@heading @anchor{*-*-linux-gnu}*-*-linux-gnu
f42974dc 2619
9e80ada7
PE
2620Versions of libstdc++-v3 starting with 3.2.1 require bugfixes present
2621in glibc 2.2.5 and later. More information is available in the
2622libstdc++-v3 documentation.
2623
b8df899a 2624@html
b8db17af 2625<hr />
b8df899a
JM
2626@end html
2627@heading @anchor{ix86-*-linux*aout}i?86-*-linux*aout
2628Use this configuration to generate @file{a.out} binaries on Linux-based
41ca24de 2629GNU systems. This configuration is being superseded.
b8df899a 2630
f42974dc 2631@html
b8db17af 2632<hr />
f42974dc 2633@end html
ef88b07d 2634@heading @anchor{ix86-*-linux*}i?86-*-linux*
f42974dc 2635
1ea6f4c8
DH
2636As of GCC 3.3, binutils 2.13.1 or later is required for this platform.
2637See @uref{http://gcc.gnu.org/PR10877,,bug 10877} for more information.
f42974dc
DW
2638
2639If you receive Signal 11 errors when building on GNU/Linux, then it is
2640possible you have a hardware problem. Further information on this can be
2641found on @uref{http://www.bitwizard.nl/sig11/,,www.bitwizard.nl}.
2642
2643@html
b8db17af 2644<hr />
f42974dc 2645@end html
ef88b07d 2646@heading @anchor{ix86-*-sco3.2v5*}i?86-*-sco3.2v5*
b8df899a 2647Use this for the SCO OpenServer Release 5 family of operating systems.
f42974dc
DW
2648
2649Unlike earlier versions of GCC, the ability to generate COFF with this
2650target is no longer provided.
2651
021c4bfd 2652Earlier versions of GCC emitted DWARF 1 when generating ELF to allow
f42974dc 2653the system debugger to be used. That support was too burdensome to
021c4bfd 2654maintain. GCC now emits only DWARF 2 for this target. This means you
f42974dc 2655may use either the UDK debugger or GDB to debug programs built by this
161d7b59 2656version of GCC@.
f42974dc 2657
ac24fc99
KJ
2658GCC is now only supported on releases 5.0.4 and later, and requires that
2659you install Support Level Supplement OSS646B or later, and Support Level
2660Supplement OSS631C or later. If you are using release 5.0.7 of
2661OpenServer, you must have at least the first maintenance pack installed
2662(this includes the relevant portions of OSS646). OSS646, also known as
2663the "Execution Environment Update", provides updated link editors and
2664assemblers, as well as updated standard C and math libraries. The C
2665startup modules are also updated to support the System V gABI draft, and
0b4be7de 2666GCC relies on that behavior. OSS631 provides a collection of commonly
ac24fc99
KJ
2667used open source libraries, some of which GCC depends on (such as GNU
2668gettext and zlib). SCO OpenServer Release 5.0.7 has all of this built
2669in by default, but OSS631C and later also apply to that release. Please
2670visit
2671@uref{ftp://ftp.sco.com/pub/openserver5,,ftp://ftp.sco.com/pub/openserver5}
2672for the latest versions of these (and other potentially useful)
2673supplements.
2674
2675Although there is support for using the native assembler, it is
2676recommended that you configure GCC to use the GNU assembler. You do
2677this by using the flags
2678@uref{./configure.html#with-gnu-as,,@option{--with-gnu-as}}. You should
2679use a modern version of GNU binutils. Version 2.13.2.1 was used for all
2680testing. In general, only the @option{--with-gnu-as} option is tested.
2681A modern bintuils (as well as a plethora of other development related
2682GNU utilities) can be found in Support Level Supplement OSS658A, the
2683"GNU Development Tools" package. See the SCO web and ftp sites for details.
2684That package also contains the currently "officially supported" version of
2685GCC, version 2.95.3. It is useful for bootstrapping this version.
f42974dc 2686
f42974dc 2687@html
b8db17af 2688<hr />
f42974dc 2689@end html
ef88b07d 2690@heading @anchor{ix86-*-udk}i?86-*-udk
f42974dc
DW
2691
2692This target emulates the SCO Universal Development Kit and requires that
f9047ed3
JM
2693package be installed. (If it is installed, you will have a
2694@file{/udk/usr/ccs/bin/cc} file present.) It's very much like the
b953cc4b 2695@samp{i?86-*-unixware7*} target
f42974dc
DW
2696but is meant to be used when hosting on a system where UDK isn't the
2697default compiler such as OpenServer 5 or Unixware 2. This target will
f9047ed3 2698generate binaries that will run on OpenServer, Unixware 2, or Unixware 7,
161d7b59 2699with the same warnings and caveats as the SCO UDK@.
f42974dc 2700
f42974dc
DW
2701This target is a little tricky to build because we have to distinguish
2702it from the native tools (so it gets headers, startups, and libraries
f9047ed3 2703from the right place) while making the tools not think we're actually
f42974dc
DW
2704building a cross compiler. The easiest way to do this is with a configure
2705command like this:
2706
8c085f6f
JJ
2707@example
2708 CC=/udk/usr/ccs/bin/cc @var{/your/path/to}/gcc/configure \
2709 --host=i686-pc-udk --target=i686-pc-udk --program-prefix=udk-
2710@end example
f42974dc 2711
6cfb3f16 2712@emph{You should substitute @samp{i686} in the above command with the appropriate
f42974dc
DW
2713processor for your host.}
2714
021c4bfd
RO
2715After the usual @samp{make bootstrap} and
2716@samp{make install}, you can then access the UDK-targeted GCC
38209993
LG
2717tools by adding @command{udk-} before the commonly known name. For
2718example, to invoke the C compiler, you would use @command{udk-gcc}.
2719They will coexist peacefully with any native-target GCC tools you may
2720have installed.
f42974dc
DW
2721
2722
b499d9ab 2723@html
b8db17af 2724<hr />
b499d9ab
JJ
2725@end html
2726@heading @anchor{ia64-*-linux}ia64-*-linux
2727IA-64 processor (also known as IPF, or Itanium Processor Family)
2728running GNU/Linux.
2729
b499d9ab
JJ
2730None of the following versions of GCC has an ABI that is compatible
2731with any of the other versions in this list, with the exception that
2732Red Hat 2.96 and Trillian 000171 are compatible with each other:
41ca24de 27333.1, 3.0.2, 3.0.1, 3.0, Red Hat 2.96, and Trillian 000717.
b499d9ab 2734This primarily affects C++ programs and programs that create shared libraries.
41ca24de
DH
2735GCC 3.1 or later is recommended for compiling linux, the kernel.
2736As of version 3.1 GCC is believed to be fully ABI compliant, and hence no
2737more major ABI changes are expected.
b499d9ab 2738
959a73a4
DH
2739@html
2740<hr />
2741@end html
2742@heading @anchor{ia64-*-hpux*}ia64-*-hpux*
2743Building GCC on this target requires the GNU Assembler. The bundled HP
2744assembler will not work. To prevent GCC from using the wrong assembler,
2745the option @option{--with-gnu-as} may be necessary.
2746
2747The GCC libunwind library has not been ported to HPUX. This means that for
2748GCC versions 3.2.3 and earlier, @option{--enable-libunwind-exceptions}
2749is required to build GCC. For GCC 3.3 and later, this is the default.
2750
f42974dc 2751@html
b8db17af 2752<hr />
f42974dc
DW
2753<!-- rs6000-ibm-aix*, powerpc-ibm-aix* -->
2754@end html
ef88b07d 2755@heading @anchor{*-ibm-aix*}*-ibm-aix*
6a1dbbaf 2756Support for AIX version 3 and older was discontinued in GCC 3.4.
f42974dc 2757
41ca24de 2758AIX Make frequently has problems with GCC makefiles. GNU Make 3.79.1 or
f42974dc
DW
2759newer is recommended to build on this platform.
2760
6cfb3f16 2761Errors involving @code{alloca} when building GCC generally are due
021c4bfd 2762to an incorrect definition of @code{CC} in the Makefile or mixing files
161d7b59 2763compiled with the native C compiler and GCC@. During the stage1 phase of
6cfb3f16
JM
2764the build, the native AIX compiler @strong{must} be invoked as @command{cc}
2765(not @command{xlc}). Once @command{configure} has been informed of
2766@command{xlc}, one needs to use @samp{make distclean} to remove the
38209993 2767configure cache files and ensure that @env{CC} environment variable
f42974dc
DW
2768does not provide a definition that will confuse @command{configure}.
2769If this error occurs during stage2 or later, then the problem most likely
2770is the version of Make (see above).
2771
f0483418
DE
2772The native @command{as} and @command{ld} are recommended for bootstrapping
2773on AIX 4 and required for bootstrapping on AIX 5L. The GNU Assembler
2774reports that it supports WEAK symbols on AIX 4, which causes GCC to try to
2775utilize weak symbol functionality although it is not supported. The GNU
2776Assembler and Linker do not support AIX 5L sufficiently to bootstrap GCC.
2777The native AIX tools do interoperate with GCC@.
df002c7d 2778
04d2be8e 2779Building @file{libstdc++.a} requires a fix for an AIX Assembler bug
2705baf5
DE
2780APAR IY26685 (AIX 4.3) or APAR IY25528 (AIX 5.1).
2781
fdf68669
DE
2782@samp{libstdc++} in GCC 3.2 increments the major version number of the
2783shared object and GCC installation places the @file{libstdc++.a}
2784shared library in a common location which will overwrite the GCC 3.1
2785version of the shared library. Applications either need to be
2786re-linked against the new shared library or the GCC 3.1 version of the
2787@samp{libstdc++} shared object needs to be available to the AIX
2788runtime loader. The GCC 3.1 @samp{libstdc++.so.4} shared object can
2789be installed for runtime dynamic loading using the following steps to
2790set the @samp{F_LOADONLY} flag in the shared object for @emph{each}
2791multilib @file{libstdc++.a} installed:
2792
2793Extract the shared object from each the GCC 3.1 @file{libstdc++.a}
2794archive:
2795@example
35fb4cf6 2796 % ar -x libstdc++.a libstdc++.so.4
fdf68669
DE
2797@end example
2798
2799Enable the @samp{F_LOADONLY} flag so that the shared object will be
2800available for runtime dynamic loading, but not linking:
2801@example
2802 % strip -e libstdc++.so.4
2803@end example
2804
2805Archive the runtime-only shared object in the GCC 3.2
2806@file{libstdc++.a} archive:
2807@example
35fb4cf6 2808 % ar -q libstdc++.a libstdc++.so.4
fdf68669
DE
2809@end example
2810
df002c7d
DE
2811Linking executables and shared libraries may produce warnings of
2812duplicate symbols. The assembly files generated by GCC for AIX always
2813have included multiple symbol definitions for certain global variable
2814and function declarations in the original program. The warnings should
2815not prevent the linker from producing a correct library or runnable
2816executable.
2817
6cfb3f16 2818AIX 4.3 utilizes a ``large format'' archive to support both 32-bit and
df002c7d
DE
281964-bit object modules. The routines provided in AIX 4.3.0 and AIX 4.3.1
2820to parse archive libraries did not handle the new format correctly.
2821These routines are used by GCC and result in error messages during
6cfb3f16 2822linking such as ``not a COFF file''. The version of the routines shipped
df002c7d
DE
2823with AIX 4.3.1 should work for a 32-bit environment. The @option{-g}
2824option of the archive command may be used to create archives of 32-bit
6cfb3f16 2825objects using the original ``small format''. A correct version of the
d5d8d540 2826routines is shipped with AIX 4.3.2 and above.
df002c7d 2827
f42974dc
DW
2828Some versions of the AIX binder (linker) can fail with a relocation
2829overflow severe error when the @option{-bbigtoc} option is used to link
161d7b59 2830GCC-produced object files into an executable that overflows the TOC@. A fix
f42974dc
DW
2831for APAR IX75823 (OVERFLOW DURING LINK WHEN USING GCC AND -BBIGTOC) is
2832available from IBM Customer Support and from its
d5d8d540 2833@uref{http://techsupport.services.ibm.com/,,techsupport.services.ibm.com}
f42974dc
DW
2834website as PTF U455193.
2835
df002c7d 2836The AIX 4.3.2.1 linker (bos.rte.bind_cmds Level 4.3.2.1) will dump core
161d7b59 2837with a segmentation fault when invoked by any version of GCC@. A fix for
df002c7d 2838APAR IX87327 is available from IBM Customer Support and from its
d5d8d540 2839@uref{http://techsupport.services.ibm.com/,,techsupport.services.ibm.com}
df002c7d 2840website as PTF U461879. This fix is incorporated in AIX 4.3.3 and above.
f42974dc
DW
2841
2842The initial assembler shipped with AIX 4.3.0 generates incorrect object
2843files. A fix for APAR IX74254 (64BIT DISASSEMBLED OUTPUT FROM COMPILER FAILS
2844TO ASSEMBLE/BIND) is available from IBM Customer Support and from its
d5d8d540 2845@uref{http://techsupport.services.ibm.com/,,techsupport.services.ibm.com}
f42974dc
DW
2846website as PTF U453956. This fix is incorporated in AIX 4.3.1 and above.
2847
161d7b59 2848AIX provides National Language Support (NLS)@. Compilers and assemblers
df002c7d 2849use NLS to support locale-specific representations of various data
6cfb3f16 2850formats including floating-point numbers (e.g., @samp{.} vs @samp{,} for
df002c7d
DE
2851separating decimal fractions). There have been problems reported where
2852GCC does not produce the same floating-point formats that the assembler
c771326b 2853expects. If one encounters this problem, set the @env{LANG}
6cfb3f16 2854environment variable to @samp{C} or @samp{En_US}.
f42974dc 2855
5791e6da
DE
2856By default, GCC for AIX 4.1 and above produces code that can be used on
2857both Power or PowerPC processors.
2858
d5d8d540
DE
2859A default can be specified with the @option{-mcpu=@var{cpu_type}}
2860switch and using the configure option @option{--with-cpu-@var{cpu_type}}.
f42974dc 2861
e3223ea2 2862@html
b8db17af 2863<hr />
e3223ea2
DC
2864@end html
2865@heading @anchor{ip2k-*-elf}ip2k-*-elf
2866Ubicom IP2022 micro controller.
2867This configuration is intended for embedded systems.
2868There are no standard Unix configurations.
2869
2870Use @samp{configure --target=ip2k-elf --enable-languages=c} to configure GCC@.
2871
6b3d1e47
SC
2872@html
2873<hr />
2874@end html
2875@heading @anchor{iq2000-*-elf}iq2000-*-elf
2876Vitesse IQ2000 processors. These are used in embedded
2877applications. There are no standard Unix configurations.
2878
b8df899a 2879@html
b8db17af 2880<hr />
b8df899a
JM
2881@end html
2882@heading @anchor{m32r-*-elf}m32r-*-elf
25f47a4c 2883Renesas M32R processor.
b8df899a
JM
2884This configuration is intended for embedded systems.
2885
b8df899a 2886@html
b8db17af 2887<hr />
b8df899a
JM
2888@end html
2889@heading @anchor{m6811-elf}m6811-elf
2890Motorola 68HC11 family micro controllers. These are used in embedded
2891applications. There are no standard Unix configurations.
2892
2893@html
b8db17af 2894<hr />
b8df899a
JM
2895@end html
2896@heading @anchor{m6812-elf}m6812-elf
2897Motorola 68HC12 family micro controllers. These are used in embedded
2898applications. There are no standard Unix configurations.
2899
b8df899a 2900@html
b8db17af 2901<hr />
b8df899a
JM
2902@end html
2903@heading @anchor{m68k-hp-hpux}m68k-hp-hpux
161d7b59
JM
2904HP 9000 series 300 or 400 running HP-UX@. HP-UX version 8.0 has a bug in
2905the assembler that prevents compilation of GCC@. This
b8df899a
JM
2906bug manifests itself during the first stage of compilation, while
2907building @file{libgcc2.a}:
2908
2909@smallexample
2910_floatdisf
2911cc1: warning: `-g' option not supported on this version of GCC
2912cc1: warning: `-g1' option not supported on this version of GCC
2913./xgcc: Internal compiler error: program as got fatal signal 11
2914@end smallexample
2915
2916A patched version of the assembler is available as the file
2917@uref{ftp://altdorf.ai.mit.edu/archive/cph/hpux-8.0-assembler}. If you
2918have HP software support, the patch can also be obtained directly from
2919HP, as described in the following note:
2920
2921@quotation
2922This is the patched assembler, to patch SR#1653-010439, where the
2923assembler aborts on floating point constants.
2924
2925The bug is not really in the assembler, but in the shared library
2926version of the function ``cvtnum(3c)''. The bug on ``cvtnum(3c)'' is
2927SR#4701-078451. Anyway, the attached assembler uses the archive
2928library version of ``cvtnum(3c)'' and thus does not exhibit the bug.
2929@end quotation
2930
2931This patch is also known as PHCO_4484.
2932
41ca24de 2933In addition gdb does not understand that native HP-UX format, so
b8df899a
JM
2934you must use gas if you wish to use gdb.
2935
2936On HP-UX version 8.05, but not on 8.07 or more recent versions, the
7ba4ca63 2937@command{fixproto} shell script triggers a bug in the system shell. If you
b8df899a 2938encounter this problem, upgrade your operating system or use BASH (the
7ba4ca63 2939GNU shell) to run @command{fixproto}. This bug will cause the fixproto
b8df899a
JM
2940program to report an error of the form:
2941
2942@example
2943./fixproto: sh internal 1K buffer overflow
2944@end example
2945
2946To fix this, you can also change the first line of the fixproto script
2947to look like:
2948
2949@example
2950#!/bin/ksh
2951@end example
2952
b8df899a 2953@html
b8db17af 2954<hr />
b8df899a
JM
2955@end html
2956@heading @anchor{mips-*-*}mips-*-*
b8df899a
JM
2957If on a MIPS system you get an error message saying ``does not have gp
2958sections for all it's [sic] sectons [sic]'', don't worry about it. This
2959happens whenever you use GAS with the MIPS linker, but there is not
2960really anything wrong, and it is okay to use the output file. You can
2961stop such warnings by installing the GNU linker.
2962
2963It would be nice to extend GAS to produce the gp tables, but they are
2964optional, and there should not be a warning about their absence.
2965
26979a17
PE
2966The libstdc++ atomic locking routines for MIPS targets requires MIPS II
2967and later. A patch went in just after the GCC 3.3 release to
2968make @samp{mips*-*-*} use the generic implementation instead. You can also
2969configure for @samp{mipsel-elf} as a workaround. The
2970@samp{mips*-*-linux*} target continues to use the MIPS II routines. More
2971work on this is expected in future releases.
2972
01e97976
JM
2973Cross-compilers for the Mips as target using the Mips assembler
2974currently do not work, because the auxiliary programs
2975@file{mips-tdump.c} and @file{mips-tfile.c} can't be compiled on
2976anything but a Mips. It does work to cross compile for a Mips
2977if you use the GNU assembler and linker.
2978
5fb57097
EB
2979@html
2980<hr />
2981@end html
b953cc4b
RO
2982@heading @anchor{mips-sgi-irix5}mips-sgi-irix5
2983
2984This configuration has considerable problems, which will be fixed in a
2985future release.
f42974dc 2986
213ba345
RO
2987In order to compile GCC on an SGI running IRIX 5, the ``compiler_dev.hdr''
2988subsystem must be installed from the IDO CD-ROM supplied by Silicon
2989Graphics. It is also available for download from
2990@uref{http://www.sgi.com/developers/devtools/apis/ido.html,,http://www.sgi.com/developers/devtools/apis/ido.html}.
f42974dc 2991
7ba4ca63 2992@samp{make compare} may fail on version 5 of IRIX unless you add
213ba345
RO
2993@option{-save-temps} to @code{CFLAGS}. On these systems, the name of the
2994assembler input file is stored in the object file, and that makes
2995comparison fail if it differs between the @code{stage1} and
2996@code{stage2} compilations. The option @option{-save-temps} forces a
2997fixed name to be used for the assembler input file, instead of a
2998randomly chosen name in @file{/tmp}. Do not add @option{-save-temps}
2999unless the comparisons fail without that option. If you do you
3000@option{-save-temps}, you will have to manually delete the @samp{.i} and
3001@samp{.s} files after each series of compilations.
f42974dc 3002
213ba345
RO
3003If you use the MIPS C compiler to bootstrap, it may be necessary
3004to increase its table size for switch statements with the
3005@option{-Wf,-XNg1500} option. If you use the @option{-O2}
3006optimization option, you also need to use @option{-Olimit 3000}.
f42974dc 3007
b953cc4b 3008To enable debugging under IRIX 5, you must use GNU @command{as} 2.11.2
f282ffb3 3009or later,
213ba345
RO
3010and use the @option{--with-gnu-as} configure option when configuring GCC.
3011GNU @command{as} is distributed as part of the binutils package.
f282ffb3 3012When using release 2.11.2, you need to apply a patch
b953cc4b
RO
3013@uref{http://sources.redhat.com/ml/binutils/2001-07/msg00352.html,,http://sources.redhat.com/ml/binutils/2001-07/msg00352.html}
3014which will be included in the next release of binutils.
f42974dc 3015
213ba345
RO
3016When building GCC, the build process loops rebuilding @command{cc1} over
3017and over again. This happens on @samp{mips-sgi-irix5.2}, and possibly
3018other platforms. It has been reported that this is a known bug in the
3019@command{make} shipped with IRIX 5.2. We recommend you use GNU
3020@command{make} instead of the vendor supplied @command{make} program;
3021however, you may have success with @command{smake} on IRIX 5.2 if you do
3022not have GNU @command{make} available.
f42974dc
DW
3023
3024@html
b8db17af 3025<hr />
f42974dc 3026@end html
b953cc4b 3027@heading @anchor{mips-sgi-irix6}mips-sgi-irix6
f42974dc 3028
213ba345 3029If you are using IRIX @command{cc} as your bootstrap compiler, you must
f42974dc
DW
3030ensure that the N32 ABI is in use. To test this, compile a simple C
3031file with @command{cc} and then run @command{file} on the
3032resulting object file. The output should look like:
3033
3034@example
213ba345 3035test.o: ELF N32 MSB @dots{}
f42974dc
DW
3036@end example
3037
3038If you see:
213ba345
RO
3039
3040@example
3041test.o: ELF 32-bit MSB @dots{}
3042@end example
3043
3044or
3045
f42974dc 3046@example
213ba345 3047test.o: ELF 64-bit MSB @dots{}
f42974dc
DW
3048@end example
3049
213ba345 3050then your version of @command{cc} uses the O32 or N64 ABI by default. You
38209993 3051should set the environment variable @env{CC} to @samp{cc -n32}
161d7b59 3052before configuring GCC@.
f42974dc 3053
0fca60ab
RO
3054If you want the resulting @command{gcc} to run on old 32-bit systems
3055with the MIPS R4400 CPU, you need to ensure that only code for the mips3
3056instruction set architecture (ISA) is generated. While GCC 3.x does
3057this correctly, both GCC 2.95 and SGI's MIPSpro @command{cc} may change
3058the ISA depending on the machine where GCC is built. Using one of them
3059as the bootstrap compiler may result in mips4 code, which won't run at
3060all on mips3-only systems. For the test program above, you should see:
3061
3062@example
3063test.o: ELF N32 MSB mips-3 @dots{}
3064@end example
3065
3066If you get:
3067
3068@example
3069test.o: ELF N32 MSB mips-4 @dots{}
3070@end example
3071
3072instead, you should set the environment variable @env{CC} to @samp{cc
3073-n32 -mips3} or @samp{gcc -mips3} respectively before configuring GCC@.
3074
213ba345
RO
3075GCC on IRIX 6 is usually built to support both the N32 and N64 ABIs. If
3076you build GCC on a system that doesn't have the N64 libraries installed,
3077you need to configure with @option{--disable-multilib} so GCC doesn't
3078try to use them. Look for @file{/usr/lib64/libc.so.1} to see if you
3079have the 64-bit libraries installed.
3080
3081You must @emph{not} use GNU @command{as} (which isn't built anyway as of
3082binutils 2.11.2) on IRIX 6 platforms; doing so will only cause problems.
3083
f42974dc 3084GCC does not currently support generating O32 ABI binaries in the
b953cc4b 3085@samp{mips-sgi-irix6} configurations. It is possible to create a GCC
213ba345 3086with O32 ABI only support by configuring it for the @samp{mips-sgi-irix5}
b953cc4b
RO
3087target and using a patched GNU @command{as} 2.11.2 as documented in the
3088@uref{#mips-sgi-irix5,,@samp{mips-sgi-irix5}} section above. Using the
3089native assembler requires patches to GCC which will be included in a
3090future release. It is
213ba345 3091expected that O32 ABI support will be available again in a future release.
f42974dc 3092
b953cc4b
RO
3093The @option{--enable-threads} option doesn't currently work, a patch is
3094in preparation for a future release. The @option{--enable-libgcj}
3095option is disabled by default: IRIX 6 uses a very low default limit
3096(20480) for the command line length. Although libtool contains a
3097workaround for this problem, at least the N64 @samp{libgcj} is known not
3098to build despite this, running into an internal error of the native
3099@command{ld}. A sure fix is to increase this limit (@samp{ncargs}) to
3100its maximum of 262144 bytes. If you have root access, you can use the
3101@command{systune} command to do this.
3102
f42974dc 3103GCC does not correctly pass/return structures which are
767094dd
JM
3104smaller than 16 bytes and which are not 8 bytes. The problem is very
3105involved and difficult to fix. It affects a number of other targets also,
57694e40 3106but IRIX 6 is affected the most, because it is a 64-bit target, and 4 byte
767094dd 3107structures are common. The exact problem is that structures are being padded
e979f9e8 3108at the wrong end, e.g.@: a 4 byte structure is loaded into the lower 4 bytes
f42974dc
DW
3109of the register when it should be loaded into the upper 4 bytes of the
3110register.
3111
3112GCC is consistent with itself, but not consistent with the SGI C compiler
3113(and the SGI supplied runtime libraries), so the only failures that can
3114happen are when there are library functions that take/return such
213ba345
RO
3115structures. There are very few such library functions. Currently this
3116is known to affect @code{inet_ntoa}, @code{inet_lnaof},
46d2e8d7
RO
3117@code{inet_netof}, @code{inet_makeaddr}, and @code{semctl}. Until the
3118bug is fixed, GCC contains workarounds for the known affected functions.
f42974dc 3119
3aa8219e
GP
3120See @uref{http://freeware.sgi.com/,,http://freeware.sgi.com/} for more
3121information about using GCC on IRIX platforms.
f42974dc 3122
b8df899a 3123@html
b8db17af 3124<hr />
b8df899a 3125@end html
021c4bfd 3126@heading @anchor{powerpc*-*-*}powerpc-*-*
b8df899a 3127
6cfb3f16
JM
3128You can specify a default version for the @option{-mcpu=@var{cpu_type}}
3129switch by using the configure option @option{--with-cpu-@var{cpu_type}}.
b8df899a 3130
4f2b1139 3131@html
b8db17af 3132<hr />
4f2b1139
SS
3133@end html
3134@heading @anchor{powerpc-*-darwin*}powerpc-*-darwin*
3135PowerPC running Darwin (Mac OS X kernel).
3136
4f2b1139
SS
3137Pre-installed versions of Mac OS X may not include any developer tools,
3138meaning that you will not be able to build GCC from source. Tool
3139binaries are available at
11292480 3140@uref{http://developer.apple.com/tools/compilers.html} (free
4f2b1139
SS
3141registration required).
3142
b89a3806
GK
3143The default stack limit of 512K is too small, which may cause compiles
3144to fail with 'Bus error'. Set the stack larger, for instance
3145by doing @samp{limit stack 800}. It's a good idea to use the GNU
3146preprocessor instead of Apple's @file{cpp-precomp} during the first stage of
3147bootstrapping; this is automatic when doing @samp{make bootstrap}, but
3148to do it from the toplevel objdir you will need to say @samp{make
3149CC='cc -no-cpp-precomp' bootstrap}.
3150
3151The version of GCC shipped by Apple typically includes a number of
3152extensions not available in a standard GCC release. These extensions
3153are generally specific to Mac programming.
4f2b1139 3154
021c4bfd 3155@html
b8db17af 3156<hr />
021c4bfd
RO
3157@end html
3158@heading @anchor{powerpc-*-elf}powerpc-*-elf, powerpc-*-sysv4
3159PowerPC system in big endian mode, running System V.4.
3160
f42974dc 3161@html
b8db17af 3162<hr />
f42974dc 3163@end html
ef88b07d 3164@heading @anchor{powerpc-*-linux-gnu*}powerpc-*-linux-gnu*
f42974dc 3165
f9047ed3 3166You will need
e8a7b0c2 3167@uref{ftp://ftp.kernel.org/pub/linux/devel/binutils,,binutils 2.13.90.0.10}
791a949f 3168or newer for a working GCC@.
f42974dc 3169
edf1b3f3 3170@html
b8db17af 3171<hr />
edf1b3f3
AC
3172@end html
3173@heading @anchor{powerpc-*-netbsd*}powerpc-*-netbsd*
3174PowerPC system in big endian mode running NetBSD@. To build the
a38f87a9 3175documentation you will need Texinfo version 4.2 (NetBSD 1.5.1 included
edf1b3f3
AC
3176Texinfo version 3.12).
3177
b8df899a 3178@html
b8db17af 3179<hr />
b8df899a
JM
3180@end html
3181@heading @anchor{powerpc-*-eabisim}powerpc-*-eabisim
3182Embedded PowerPC system in big endian mode for use in running under the
3183PSIM simulator.
3184
b8df899a 3185@html
b8db17af 3186<hr />
b8df899a
JM
3187@end html
3188@heading @anchor{powerpc-*-eabi}powerpc-*-eabi
3189Embedded PowerPC system in big endian mode.
3190
b8df899a 3191@html
b8db17af 3192<hr />
b8df899a
JM
3193@end html
3194@heading @anchor{powerpcle-*-elf}powerpcle-*-elf, powerpcle-*-sysv4
3195PowerPC system in little endian mode, running System V.4.
3196
b8df899a 3197@html
b8db17af 3198<hr />
b8df899a
JM
3199@end html
3200@heading @anchor{powerpcle-*-eabisim}powerpcle-*-eabisim
3201Embedded PowerPC system in little endian mode for use in running under
3202the PSIM simulator.
3203
3204@html
b8db17af 3205<hr />
b8df899a
JM
3206@end html
3207@heading @anchor{powerpcle-*-eabi}powerpcle-*-eabi
3208Embedded PowerPC system in little endian mode.
3209
91abf72d 3210@html
b8db17af 3211<hr />
91abf72d
HP
3212@end html
3213@heading @anchor{s390-*-linux*}s390-*-linux*
f282ffb3 3214S/390 system running Linux for S/390@.
91abf72d
HP
3215
3216@html
b8db17af 3217<hr />
91abf72d
HP
3218@end html
3219@heading @anchor{s390x-*-linux*}s390x-*-linux*
57694e40 3220zSeries system (64-bit) running Linux for zSeries@.
91abf72d 3221
8bf06993
UW
3222@html
3223<hr />
3224@end html
3225@heading @anchor{s390x-ibm-tpf*}s390x-ibm-tpf*
3226zSeries system (64-bit) running TPF. This platform is
3227supported as cross-compilation target only.
3228
f42974dc 3229@html
b8db17af 3230<hr />
f42974dc 3231@end html
250d5688
RO
3232@c Please use Solaris 2 to refer to all release of Solaris, starting
3233@c with 2.0 until 2.6, 7, and 8. Solaris 1 was a marketing name for
3234@c SunOS 4 releases which we don't use to avoid confusion. Solaris
3235@c alone is too unspecific and must be avoided.
3236@heading @anchor{*-*-solaris2*}*-*-solaris2*
f42974dc 3237
250d5688 3238Sun does not ship a C compiler with Solaris 2. To bootstrap and install
dbd210ef
KC
3239GCC you first have to install a pre-built compiler, see our
3240@uref{binaries.html,,binaries page} for details.
f42974dc 3241
250d5688 3242The Solaris 2 @command{/bin/sh} will often fail to configure
92441f83 3243@file{libstdc++-v3}, @file{boehm-gc} or @file{libjava}. We therefore
bc890961
EB
3244recommend to use the following sequence of commands to bootstrap and
3245install GCC:
3246
3247@smallexample
3248 % CONFIG_SHELL=/bin/ksh
3249 % export CONFIG_SHELL
bc890961
EB
3250@end smallexample
3251
1cba0a4e
PE
3252and then proceed as described in @uref{build.html,,the build instructions},
3253where we strongly recommend using GNU make and specifying an absolute path
3254to invoke @var{srcdir}/configure.
e6855a2d 3255
b8df899a 3256Solaris 2 comes with a number of optional OS packages. Some of these
92441f83 3257are needed to use GCC fully, namely @code{SUNWarc},
dbd210ef
KC
3258@code{SUNWbtool}, @code{SUNWesu}, @code{SUNWhea}, @code{SUNWlibm},
3259@code{SUNWsprot}, and @code{SUNWtoo}. If you did not install all
250d5688 3260optional packages when installing Solaris 2, you will need to verify that
b8df899a
JM
3261the packages that GCC needs are installed.
3262
3263To check whether an optional package is installed, use
dbd210ef 3264the @command{pkginfo} command. To add an optional package, use the
250d5688 3265@command{pkgadd} command. For further details, see the Solaris 2
b8df899a
JM
3266documentation.
3267
250d5688 3268Trying to use the linker and other tools in
b8df899a
JM
3269@file{/usr/ucb} to install GCC has been observed to cause trouble.
3270For example, the linker may hang indefinitely. The fix is to remove
250d5688 3271@file{/usr/ucb} from your @env{PATH}.
f42974dc 3272
bc890961
EB
3273The build process works more smoothly with the legacy Sun tools so, if you
3274have @file{/usr/xpg4/bin} in your @env{PATH}, we recommend that you place
3275@file{/usr/bin} before @file{/usr/xpg4/bin} for the duration of the build.
3276
021c4bfd
RO
3277All releases of GNU binutils prior to 2.11.2 have known bugs on this
3278platform. We recommend the use of GNU binutils 2.11.2 or the vendor
3279tools (Sun @command{as}, Sun @command{ld}).
f42974dc 3280
250d5688
RO
3281Sun bug 4296832 turns up when compiling X11 headers with GCC 2.95 or
3282newer: @command{g++} will complain that types are missing. These headers assume
3283that omitting the type means @code{int}; this assumption worked for C89 but
3284is wrong for C++, and is now wrong for C99 also.
3285
13ba36b4 3286@command{g++} accepts such (invalid) constructs with the option
250d5688
RO
3287@option{-fpermissive}; it
3288will assume that any missing type is @code{int} (as defined by C89).
3289
3290There are patches for Solaris 2.6 (105633-56 or newer for SPARC,
3291106248-42 or newer for Intel), Solaris 7 (108376-21 or newer for SPARC,
3292108377-20 for Intel), and Solaris 8 (108652-24 or newer for SPARC,
3293108653-22 for Intel) that fix this bug.
f42974dc 3294
dbd210ef 3295@html
b8db17af 3296<hr />
dbd210ef 3297@end html
250d5688 3298@heading @anchor{sparc-sun-solaris2*}sparc-sun-solaris2*
dbd210ef 3299
1405141b
DN
3300When GCC is configured to use binutils 2.11.2 or later the binaries
3301produced are smaller than the ones produced using Sun's native tools;
3302this difference is quite significant for binaries containing debugging
3303information.
3304
250d5688 3305Sun @command{as} 4.x is broken in that it cannot cope with long symbol names.
dbd210ef
KC
3306A typical error message might look similar to the following:
3307
8c085f6f
JJ
3308@smallexample
3309/usr/ccs/bin/as: "/var/tmp/ccMsw135.s", line 11041: error:
3310 can't compute value of an expression involving an external symbol.
3311@end smallexample
dbd210ef 3312
250d5688
RO
3313This is Sun bug 4237974. This is fixed with patch 108908-02 for Solaris
33142.6 and has been fixed in later (5.x) versions of the assembler,
3315starting with Solaris 7.
dbd210ef 3316
03b272d2 3317Starting with Solaris 7, the operating system is capable of executing
975c6e4e
RO
331864-bit SPARC V9 binaries. GCC 3.1 and later properly supports
3319this; the @option{-m64} option enables 64-bit code generation.
3320However, if all you want is code tuned for the UltraSPARC CPU, you
3321should try the @option{-mtune=ultrasparc} option instead, which produces
3322code that, unlike full 64-bit code, can still run on non-UltraSPARC
edf1c8df 3323machines.
03b272d2 3324
975c6e4e 3325When configuring on a Solaris 7 or later system that is running a kernel
8947df0c
RH
3326that supports only 32-bit binaries, one must configure with
3327@option{--disable-multilib}, since we will not be able to build the
332864-bit target libraries.
3fc602a0 3329
f42974dc 3330@html
b8db17af 3331<hr />
f42974dc 3332@end html
ef88b07d 3333@heading @anchor{sparc-sun-solaris2.7}sparc-sun-solaris2.7
f42974dc 3334
250d5688 3335Sun patch 107058-01 (1999-01-13) for Solaris 7/SPARC triggers a bug in
f42974dc
DW
3336the dynamic linker. This problem (Sun bug 4210064) affects GCC 2.8
3337and later, including all EGCS releases. Sun formerly recommended
3338107058-01 for all Solaris 7 users, but around 1999-09-01 it started to
3339recommend it only for people who use Sun's compilers.
f9047ed3 3340
f42974dc
DW
3341Here are some workarounds to this problem:
3342@itemize @bullet
3343@item
3344Do not install Sun patch 107058-01 until after Sun releases a
3345complete patch for bug 4210064. This is the simplest course to take,
3346unless you must also use Sun's C compiler. Unfortunately 107058-01
250d5688 3347is preinstalled on some new Solaris 7-based hosts, so you may have to
f42974dc 3348back it out.
f9047ed3 3349
f42974dc
DW
3350@item
3351Copy the original, unpatched Solaris 7
3352@command{/usr/ccs/bin/as} into
8e5f33ff 3353@command{/usr/local/libexec/gcc/sparc-sun-solaris2.7/3.4/as},
f42974dc
DW
3354adjusting the latter name to fit your local conventions and software
3355version numbers.
3356
3357@item
3358Install Sun patch 106950-03 (1999-05-25) or later. Nobody with
3359both 107058-01 and 106950-03 installed has reported the bug with GCC
3360and Sun's dynamic linker. This last course of action is riskiest,
3361for two reasons. First, you must install 106950 on all hosts that
3362run code generated by GCC; it doesn't suffice to install it only on
3363the hosts that run GCC itself. Second, Sun says that 106950-03 is
3364only a partial fix for bug 4210064, but Sun doesn't know whether the
161d7b59 3365partial fix is adequate for GCC@. Revision -08 or later should fix
250d5688 3366the bug. The current (as of 2001-09-24) revision is -14, and is included in
f282ffb3 3367the Solaris 7 Recommended Patch Cluster.
f9047ed3 3368@end itemize
f42974dc 3369
fdbf04c8
EB
3370GCC 3.3 triggers a bug in version 5.0 Alpha 03/27/98 of the Sun assembler,
3371which causes a bootstrap failure when linking the 64-bit shared version of
3372libgcc. A typical error message is:
3373
3374@smallexample
3375ld: fatal: relocation error: R_SPARC_32: file libgcc/sparcv9/_muldi3.o:
3376 symbol <unknown>: offset 0xffffffff7ec133e7 is non-aligned.
3377@end smallexample
3378
3379This bug has been fixed in the final 5.0 version of the assembler.
f42974dc 3380
c6fa9728 3381@html
b8db17af 3382<hr />
c6fa9728
JS
3383@end html
3384@heading @anchor{sparc-*-linux*}sparc-*-linux*
3385
3386GCC versions 3.0 and higher require binutils 2.11.2 and glibc 2.2.4
3387or newer on this platform. All earlier binutils and glibc
3388releases mishandled unaligned relocations on @code{sparc-*-*} targets.
3389
3390
f42974dc 3391@html
b8db17af 3392<hr />
f42974dc 3393@end html
0dc7ee3c 3394@heading @anchor{sparc64-*-solaris2*}sparc64-*-solaris2*
e403b4bc
CR
3395
3396The following compiler flags must be specified in the configure
3397step in order to bootstrap this target with the Sun compiler:
3398
3399@example
3400 % CC="cc -xildoff -xarch=v9" @var{srcdir}/configure [@var{options}] [@var{target}]
3401@end example
3402
3403@option{-xildoff} turns off the incremental linker, and @option{-xarch=v9}
0dc7ee3c
EB
3404specifies the SPARC-V9 architecture to the Sun linker and assembler.
3405
3406@html
3407<hr />
3408@end html
3409@heading @anchor{sparcv9-*-solaris2*}sparcv9-*-solaris2*
3410
3411This is a synonym for sparc64-*-solaris2*.
f42974dc 3412
b8df899a 3413@html
b8db17af 3414<hr />
b8df899a
JM
3415@end html
3416@heading @anchor{#*-*-sysv*}*-*-sysv*
3417On System V release 3, you may get this error message
3418while linking:
3419
3420@smallexample
3421ld fatal: failed to write symbol name @var{something}
3422 in strings table for file @var{whatever}
3423@end smallexample
3424
021c4bfd 3425This probably indicates that the disk is full or your ulimit won't allow
b8df899a
JM
3426the file to be as large as it needs to be.
3427
3428This problem can also result because the kernel parameter @code{MAXUMEM}
3429is too small. If so, you must regenerate the kernel and make the value
3430much larger. The default value is reported to be 1024; a value of 32768
3431is said to work. Smaller values may also work.
3432
3433On System V, if you get an error like this,
3434
3435@example
3436/usr/local/lib/bison.simple: In function `yyparse':
3437/usr/local/lib/bison.simple:625: virtual memory exhausted
3438@end example
3439
3440@noindent
021c4bfd 3441that too indicates a problem with disk space, ulimit, or @code{MAXUMEM}.
b8df899a 3442
f85b8d1a 3443On a System V release 4 system, make sure @file{/usr/bin} precedes
7ba4ca63 3444@file{/usr/ucb} in @code{PATH}. The @command{cc} command in
f85b8d1a 3445@file{/usr/ucb} uses libraries which have bugs.
b8df899a
JM
3446
3447@html
b8db17af 3448<hr />
b8df899a
JM
3449@end html
3450@heading @anchor{vax-dec-ultrix}vax-dec-ultrix
7ba4ca63 3451Don't try compiling with VAX C (@command{vcc}). It produces incorrect code
b8df899a
JM
3452in some cases (for example, when @code{alloca} is used).
3453
4977bab6
ZW
3454@html
3455<hr />
3456@end html
3457@heading @anchor{*-*-vxworks*}*-*-vxworks*
3458Support for VxWorks is in flux. At present GCC supports @emph{only} the
3459very recent VxWorks 5.5 (aka Tornado 2.2) release, and only on PowerPC.
3460We welcome patches for other architectures supported by VxWorks 5.5.
3461Support for VxWorks AE would also be welcome; we believe this is merely
3462a matter of writing an appropriate ``configlette'' (see below). We are
3463not interested in supporting older, a.out or COFF-based, versions of
3464VxWorks in GCC 3.
3465
3466VxWorks comes with an older version of GCC installed in
3467@file{@var{$WIND_BASE}/host}; we recommend you do not overwrite it.
3468Choose an installation @var{prefix} entirely outside @var{$WIND_BASE}.
3469Before running @command{configure}, create the directories @file{@var{prefix}}
3470and @file{@var{prefix}/bin}. Link or copy the appropriate assembler,
3471linker, etc. into @file{@var{prefix}/bin}, and set your @var{PATH} to
3472include that directory while running both @command{configure} and
3473@command{make}.
3474
3475You must give @command{configure} the
3476@option{--with-headers=@var{$WIND_BASE}/target/h} switch so that it can
3477find the VxWorks system headers. Since VxWorks is a cross compilation
3478target only, you must also specify @option{--target=@var{target}}.
3479@command{configure} will attempt to create the directory
3480@file{@var{prefix}/@var{target}/sys-include} and copy files into it;
3481make sure the user running @command{configure} has sufficient privilege
3482to do so.
3483
3484GCC's exception handling runtime requires a special ``configlette''
3485module, @file{contrib/gthr_supp_vxw_5x.c}. Follow the instructions in
3486that file to add the module to your kernel build. (Future versions of
3487VxWorks will incorporate this module.)
3488
fd29f6ea 3489@html
b8db17af 3490<hr />
fd29f6ea
BW
3491@end html
3492@heading @anchor{xtensa-*-elf}xtensa-*-elf
3493
3494This target is intended for embedded Xtensa systems using the
3495@samp{newlib} C library. It uses ELF but does not support shared
3496objects. Designed-defined instructions specified via the
3497Tensilica Instruction Extension (TIE) language are only supported
3498through inline assembly.
3499
3500The Xtensa configuration information must be specified prior to
e677f70c 3501building GCC@. The @file{include/xtensa-config.h} header
fd29f6ea
BW
3502file contains the configuration information. If you created your
3503own Xtensa configuration with the Xtensa Processor Generator, the
3504downloaded files include a customized copy of this header file,
3505which you can use to replace the default header file.
3506
3507@html
b8db17af 3508<hr />
fd29f6ea
BW
3509@end html
3510@heading @anchor{xtensa-*-linux*}xtensa-*-linux*
3511
3512This target is for Xtensa systems running GNU/Linux. It supports ELF
3513shared objects and the GNU C library (glibc). It also generates
3514position-independent code (PIC) regardless of whether the
3515@option{-fpic} or @option{-fPIC} options are used. In other
f282ffb3 3516respects, this target is the same as the
fd29f6ea
BW
3517@uref{#xtensa-*-elf,,@samp{xtensa-*-elf}} target.
3518
f42974dc 3519@html
b8db17af 3520<hr />
f42974dc 3521@end html
57694e40 3522@heading @anchor{windows}Microsoft Windows (32-bit)
f42974dc 3523
ccc1ce6e 3524A port of GCC 2.95.2 and 3.x is included with the
f42974dc
DW
3525@uref{http://www.cygwin.com/,,Cygwin environment}.
3526
3527Current (as of early 2001) snapshots of GCC will build under Cygwin
3528without modification.
3529
ccc1ce6e
CF
3530GCC does not currently build with Microsoft's C++ compiler and there
3531are no plans to make it do so.
3532
f42974dc 3533@html
b8db17af 3534<hr />
f42974dc 3535@end html
ef88b07d 3536@heading @anchor{os2}OS/2
f42974dc
DW
3537
3538GCC does not currently support OS/2. However, Andrew Zabolotny has been
14976c58 3539working on a generic OS/2 port with pgcc. The current code can be found
f42974dc
DW
3540at @uref{http://www.goof.com/pcg/os2/,,http://www.goof.com/pcg/os2/}.
3541
f9047ed3 3542An older copy of GCC 2.8.1 is included with the EMX tools available at
f42974dc
DW
3543@uref{ftp://ftp.leo.org/pub/comp/os/os2/leo/devtools/emx+gcc/,,
3544ftp://ftp.leo.org/pub/comp/os/os2/leo/devtools/emx+gcc/}.
3545
3546@html
b8db17af 3547<hr />
f42974dc 3548@end html
ef88b07d 3549@heading @anchor{older}Older systems
f9047ed3
JM
3550
3551GCC contains support files for many older (1980s and early
35521990s) Unix variants. For the most part, support for these systems
3553has not been deliberately removed, but it has not been maintained for
c7bdf0a6 3554several years and may suffer from bitrot.
f9047ed3 3555
c7bdf0a6 3556Starting with GCC 3.1, each release has a list of ``obsoleted'' systems.
9340544b
ZW
3557Support for these systems is still present in that release, but
3558@command{configure} will fail unless the @option{--enable-obsolete}
c7bdf0a6
ZW
3559option is given. Unless a maintainer steps forward, support for these
3560systems will be removed from the next release of GCC@.
f9047ed3
JM
3561
3562Support for old systems as hosts for GCC can cause problems if the
3563workarounds for compiler, library and operating system bugs affect the
161d7b59 3564cleanliness or maintainability of the rest of GCC@. In some cases, to
f9047ed3
JM
3565bring GCC up on such a system, if still possible with current GCC, may
3566require first installing an old version of GCC which did work on that
c7bdf0a6
ZW
3567system, and using it to compile a more recent GCC, to avoid bugs in the
3568vendor compiler. Old releases of GCC 1 and GCC 2 are available in the
3569@file{old-releases} directory on the @uref{../mirrors.html,,GCC mirror
3570sites}. Header bugs may generally be avoided using
3571@command{fixincludes}, but bugs or deficiencies in libraries and the
3572operating system may still cause problems.
3573
3574Support for older systems as targets for cross-compilation is less
3575problematic than support for them as hosts for GCC; if an enthusiast
3576wishes to make such a target work again (including resurrecting any of
3577the targets that never worked with GCC 2, starting from the last CVS
3578version before they were removed), patches
3579@uref{../contribute.html,,following the usual requirements} would be
3580likely to be accepted, since they should not affect the support for more
3581modern targets.
f9047ed3
JM
3582
3583For some systems, old versions of GNU binutils may also be useful,
021c4bfd 3584and are available from @file{pub/binutils/old-releases} on
f42974dc 3585@uref{http://sources.redhat.com/mirrors.html,,sources.redhat.com mirror sites}.
f9047ed3
JM
3586
3587Some of the information on specific systems above relates to
3588such older systems, but much of the information
3589about GCC on such systems (which may no longer be applicable to
f42974dc 3590current GCC) is to be found in the GCC texinfo manual.
f9047ed3 3591
f42974dc 3592@html
b8db17af 3593<hr />
f42974dc 3594@end html
250d5688 3595@heading @anchor{elf_targets}all ELF targets (SVR4, Solaris 2, etc.)
f42974dc 3596
38209993
LG
3597C++ support is significantly better on ELF targets if you use the
3598@uref{./configure.html#with-gnu-ld,,GNU linker}; duplicate copies of
3599inlines, vtables and template instantiations will be discarded
3600automatically.
f42974dc
DW
3601
3602
3603@html
b8db17af 3604<hr />
f42974dc
DW
3605<p>
3606@end html
3607@ifhtml
3608@uref{./index.html,,Return to the GCC Installation page}
3609@end ifhtml
3610@end ifset
3611
73e2155a
JM
3612@c ***Old documentation******************************************************
3613@ifset oldhtml
3614@include install-old.texi
3615@html
b8db17af 3616<hr />
73e2155a
JM
3617<p>
3618@end html
3619@ifhtml
3620@uref{./index.html,,Return to the GCC Installation page}
3621@end ifhtml
3622@end ifset
3623
aed5964b
JM
3624@c ***GFDL********************************************************************
3625@ifset gfdlhtml
3626@include fdl.texi
3627@html
b8db17af 3628<hr />
aed5964b
JM
3629<p>
3630@end html
3631@ifhtml
3632@uref{./index.html,,Return to the GCC Installation page}
3633@end ifhtml
3634@end ifset
3635
f42974dc
DW
3636@c ***************************************************************************
3637@c Part 6 The End of the Document
3638@ifinfo
3639@comment node-name, next, previous, up
aed5964b 3640@node Concept Index, , GNU Free Documentation License, Top
f42974dc
DW
3641@end ifinfo
3642
3643@ifinfo
3644@unnumbered Concept Index
3645
3646@printindex cp
3647
3648@contents
3649@end ifinfo
3650@bye