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