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