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