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