]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/doc/install.texi
* flow.c (try_simplify_condjump): Fix typo in updating fallthru flags.
[thirdparty/gcc.git] / gcc / doc / install.texi
CommitLineData
f42974dc
DW
1\input texinfo.tex @c -*-texinfo-*-
2@c @ifnothtml
3@c %**start of header
4@setfilename install.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 downloadhtml
18@settitle Downloading GCC
19@end ifset
20@ifset configurehtml
21@settitle Installing GCC: Configuration
22@end ifset
23@ifset buildhtml
24@settitle Installing GCC: Building
25@end ifset
26@ifset testhtml
27@settitle Installing GCC: Testing
28@end ifset
29@ifset finalinstallhtml
30@settitle Installing GCC: Final installation
31@end ifset
32@ifset binarieshtml
33@settitle Installing GCC: Binaries
34@end ifset
35
f42974dc
DW
36@c Copyright (C) 2001 Free Software Foundation, Inc.
37@c *** Converted to texinfo by Dean Wakerley, dean@wakerley.com
38
39@c Include everything if we're not making html
40@ifnothtml
41@set indexhtml
42@set specifichtml
43@set downloadhtml
44@set configurehtml
45@set buildhtml
46@set testhtml
47@set finalinstallhtml
48@set binarieshtml
49@end ifnothtml
50
51@c Part 2 Summary Description and Copyright
52@ifinfo
53
54Copyright @copyright{} 2001 Free Software Foundation, Inc.
55@end ifinfo
56
57@c Part 3 Titlepage and Copyright
58@titlepage
59@sp 10
60@comment The title is printed in a large font.
ef88b07d 61@center @titlefont{Installing GCC}
f42974dc
DW
62
63@c The following two commands start the copyright page.
64@page
ef88b07d 65@vskip 0pt plus 1filll
f42974dc
DW
66Copyright @copyright{} 2001 Free Software Foundation, Inc.
67@end titlepage
68
69@c Part 4 Top node and Master Menu
70@ifinfo
71@node Top, , , (dir)
72@comment node-name, next, Previous, up
73
74@menu
75* Installing GCC:: This document describes the generic installation
76 procedure for GCC as well as detailing some target
f9047ed3 77 specific installation instructions.
f42974dc
DW
78
79* Specific:: Host/target specific installation notes for GCC.
80* Binaries:: Where to get pre-compiled binaries.
81
82* Concept Index:: This index has two entries.
83@end menu
84@end ifinfo
85
86@c Part 5 The Body of the Document
87@c ***Installing GCC**********************************************************
6cfb3f16 88@ifnothtml
f42974dc
DW
89@comment node-name, next, previous, up
90@node Installing GCC, Binaries, , Top
6cfb3f16 91@end ifnothtml
f42974dc
DW
92@ifset indexhtml
93@html
94<h1 align="center">Installing GCC</h1>
95@end html
96@ifnothtml
97@chapter Installing GCC
98@end ifnothtml
99
100The latest version of this document is always available at
f9047ed3 101@uref{http://gcc.gnu.org/install/,,http://gcc.gnu.org/install/}.
f42974dc
DW
102
103This document describes the generic installation procedure for GCC as well
f9047ed3 104as detailing some target specific installation instructions.
f42974dc 105
f9047ed3
JM
106GCC includes several components that previously were separate distributions
107with their own installation instructions. This document supersedes all
108package specific installation instructions. We provide the component
109specific installation information in the source distribution for historical
110reference purposes only.
f42974dc 111
f9047ed3 112@emph{Before} starting the build/install procedure please check the
f42974dc
DW
113@ifnothtml
114@xref{Specific, host/target specific installation notes}.
115@end ifnothtml
116@ifnotinfo
f9047ed3 117@uref{specific.html,,host/target specific installation notes}.
f42974dc 118@end ifnotinfo
f9047ed3 119We recommend you browse the entire generic installation instructions before
f42974dc
DW
120you proceed.
121
f9047ed3 122The installation procedure itself is broken into five steps.
f42974dc
DW
123
124@ifinfo
125@menu
126* Downloading the source::
127* Configuration::
128* Building::
129* Testing:: (optional)
130* Final install::
131@end menu
132@end ifinfo
133@ifnotinfo
134@enumerate
f9047ed3 135@item
f42974dc 136@uref{download.html,,Downloading the source}
f42974dc 137@item
f9047ed3
JM
138@uref{configure.html,,Configuration}
139@item
140@uref{build.html,,Building}
141@item
142@uref{test.html,,Testing} (optional)
f42974dc
DW
143@item
144@uref{finalinstall.html,,Final install}
145@end enumerate
146@end ifnotinfo
147
38209993 148Please note that GCC does not support @samp{make uninstall} and probably
f9047ed3 149won't do so in the near future as this would open a can of worms. Instead,
f42974dc 150we suggest that you install GCC into a directory of its own and simply
38209993 151remove that directory when you do not need that specific version of GCC
f9047ed3 152any longer.
f42974dc
DW
153
154@html
155<hr>
156<p>
157@end html
158@ifhtml
159@uref{./index.html,,Return to the GCC Installation page}
160@end ifhtml
161@end ifset
162
163@c ***Downloading the source**************************************************
6cfb3f16 164@ifnothtml
f42974dc
DW
165@comment node-name, next, previous, up
166@node Downloading the source, Configuration, , Installing GCC
6cfb3f16 167@end ifnothtml
f42974dc
DW
168@ifset downloadhtml
169@html
170<h1 align="center">Downloading GCC</h1>
171@end html
172@ifnothtml
173@chapter Downloading GCC
174@end ifnothtml
175@cindex Downloading GCC
176@cindex Downloading the Source
177
6cfb3f16
JM
178GCC is distributed via CVS and FTP tarballs compressed with @command{gzip} or
179@command{bzip2}. It is possible to download a full distribution or specific
f42974dc
DW
180components.
181
182Please refer to our @uref{http://gcc.gnu.org/releases.html,,releases web page}
161d7b59 183for information on how to obtain GCC@.
f42974dc
DW
184
185The full distribution includes the C, C++, Objective-C, Fortran, Java,
186and Chill compilers. The full distribution also includes runtime libraries
ecb7d6b3
JM
187for C++, Objective-C, Fortran, Java and Chill. (GCC 3.0 does not
188include Chill. Releases before 3.0 do not include the Java runtime
189library.) In GCC 3.0 and later versions, GNU compiler testsuites
190are also included in the full distribution.
f42974dc
DW
191
192If you choose to download specific components, you must download the core
193gcc distribution plus any language specific distributions you wish to
6c0a4eab 194use. The core distribution includes the C language front end as well as the
767094dd 195shared components. Each language has a tarball which includes the language
6c0a4eab 196front end as well as the language runtime (when appropriate).
f42974dc
DW
197
198Unpack the core distribution as well as any language specific
199distributions in the same directory.
200
201If you also intend to build binutils (either to upgrade an existing
202installation or for use in place of the corresponding tools of your
203OS), unpack the binutils distribution either in the same directory or
204a separate one. In the latter case, add symbolic links to any
205components of the binutils you intend to build alongside the compiler
6cfb3f16
JM
206(@file{bfd}, @file{binutils}, @file{gas}, @file{gprof}, @file{ld},
207@file{opcodes}, @dots{}) to the directory containing the GCC sources.
f42974dc
DW
208
209@html
210<hr>
211<p>
212@end html
213@ifhtml
214@uref{./index.html,,Return to the GCC Installation page}
215@end ifhtml
216@end ifset
217
218@c ***Configuration***********************************************************
6cfb3f16 219@ifnothtml
f42974dc
DW
220@comment node-name, next, previous, up
221@node Configuration, Building, Downloading the source, Installing GCC
6cfb3f16 222@end ifnothtml
f42974dc
DW
223@ifset configurehtml
224@html
225<h1 align="center">Installing GCC: Configuration</h1>
226@end html
227@ifnothtml
228@chapter Installing GCC: Configuration
229@end ifnothtml
230@cindex Configuration
231@cindex Installing GCC: Configuration
232
233Like most GNU software, GCC must be configured before it can be built.
234This document describes the recommended configuration procedure
235for both native and cross targets.
236
38209993
LG
237We use @var{srcdir} to refer to the toplevel source directory for
238GCC; we use @var{objdir} to refer to the toplevel build/object directory.
239
240If you obtained the sources via CVS, @var{srcdir} must refer to the top
241@file{gcc} directory, the one where the @file{MAINTAINERS} can be found,
242and not its @file{gcc} subdirectory, otherwise the build will fail.
f42974dc
DW
243
244First, we @strong{highly} recommend that GCC be built into a
245separate directory than the sources which does @strong{not} reside
246within the source tree. This is how we generally build GCC; building
38209993
LG
247where @var{srcdir} == @var{objdir} should still work, but doesn't
248get extensive testing; building where @var{objdir} is a subdirectory
249of @var{srcdir} is unsupported.
f42974dc 250
f0523f02 251If you have built GCC previously in the same directory for a
f85b8d1a
JM
252different target machine, do @samp{make distclean} to delete all files
253that might be invalid. One of the files this deletes is
254@file{Makefile}; if @samp{make distclean} complains that @file{Makefile}
255does not exist, it probably means that the directory is already suitably
256clean. However, with the recommended method of building in a separate
257@var{objdir}, you should simply use a different @var{objdir} for each
258target.
259
38209993
LG
260Second, when configuring a native system, either @command{cc} or
261@command{gcc} must be in your path or you must set @env{CC} in
df002c7d
DE
262your environment before running configure. Otherwise the configuration
263scripts may fail.
f42974dc
DW
264
265To configure GCC:
266
267@example
38209993
LG
268 % mkdir @var{objdir}
269 % cd @var{objdir}
ef88b07d 270 % @var{srcdir}/configure [@var{target}] [@var{options}]
f42974dc
DW
271@end example
272
273
ef88b07d 274@heading Target specification
f42974dc
DW
275@itemize @bullet
276@item
38209993 277GCC has code to correctly determine the correct value for @var{target}
f9047ed3 278for nearly all native systems. Therefore, we highly recommend you not
f42974dc
DW
279provide a configure target when configuring a native compiler.
280
281@item
6cfb3f16 282@var{target} must be specified as @option{--target=@var{target}}
f9047ed3 283when configuring a cross compiler; examples of valid targets would be
f42974dc
DW
284i960-rtems, m68k-coff, sh-elf, etc.
285
286@item
6cfb3f16 287Specifying just @var{target} instead of @option{--target=@var{target}}
38209993 288implies that the host defaults to @var{target}.
f42974dc
DW
289@end itemize
290
291
ef88b07d 292@heading Options specification
f42974dc 293
ef88b07d 294Use @var{options} to override several configure time options for
161d7b59 295GCC@. A partial list of supported @var{options}:
f42974dc 296
ef88b07d
JM
297@table @code
298@item --prefix=@var{dirname}
299Specify the toplevel installation
f42974dc
DW
300directory. This is the recommended way to install the tools into a directory
301other than the default. The toplevel installation directory defaults to
6cfb3f16 302@file{/usr/local}.
f42974dc 303
38209993
LG
304We @strong{highly} recommend against @var{dirname} being the same or a
305subdirectory of @var{objdir} or vice versa.
f42974dc
DW
306
307These additional options control where certain parts of the distribution
308are installed. Normally you should not need to use these options.
ef88b07d 309@table @code
f42974dc 310
ab130aa5
JM
311@item --exec-prefix=@var{dirname}
312Specify the toplevel installation directory for architecture-dependent
313files. The default is @file{@var{prefix}}.
314
315@item --bindir=@var{dirname}
316Specify the installation directory for the executables called by users
317(such as @command{gcc} and @command{g++}). The default is
318@file{@var{exec-prefix}/bin}.
319
320@item --libdir=@var{dirname}
321Specify the installation directory for object code libraries and
161d7b59 322internal parts of GCC@. The default is @file{@var{exec-prefix}/lib}.
ab130aa5
JM
323
324@item --with-slibdir=@var{dirname}
325Specify the installation directory for the shared libgcc library. The
326default is @file{@var{libdir}}.
327
328@item --infodir=@var{dirname}
329Specify the installation directory for documentation in info format.
330The default is @file{@var{prefix}/info}.
331
332@item --mandir=@var{dirname}
333Specify the installation directory for manual pages. The default is
334@file{@var{prefix}/man}. (Note that the manual pages are only extracts from
335the full GCC manuals, which are provided in Texinfo format. The
336@command{g77} manpage is unmaintained and may be out of date; the others
337are derived by an automatic conversion process from parts of the full
338manual.)
339
ef88b07d
JM
340@item --with-gxx-include-dir=@var{dirname}
341Specify
38209993 342the installation directory for g++ header files. The default is
ecb7d6b3
JM
343@file{@var{prefix}/include/g++-v3}.
344
ef88b07d 345@end table
f42974dc 346
ef88b07d
JM
347@item --with-local-prefix=@var{dirname}
348Specify the
6ac48571
JM
349installation directory for local include files. The default is
350@file{/usr/local}. Specify this option if you want the compiler to
351search directory @file{@var{dirname}/include} for locally installed
352header files @emph{instead} of @file{/usr/local/include}.
353
354You should specify @option{--with-local-prefix} @strong{only} if your
355site has a different convention (not @file{/usr/local}) for where to put
356site-specific files.
357
358The default value for @option{--with-local-prefix} is @file{/usr/local}
359regardless of the value of @option{--prefix}. Specifying
360@option{--prefix} has no effect on which directory GCC searches for
361local header files. This may seem counterintuitive, but actually it is
362logical.
363
364The purpose of @option{--prefix} is to specify where to @emph{install
365GCC}. The local header files in @file{/usr/local/include}---if you put
161d7b59 366any in that directory---are not part of GCC@. They are part of other
6ac48571
JM
367programs---perhaps many others. (GCC installs its own header files in
368another directory which is based on the @option{--prefix} value.)
369
370@strong{Do not} specify @file{/usr} as the @option{--with-local-prefix}!
371The directory you use for @option{--with-local-prefix} @strong{must not}
372contain any of the system's standard header files. If it did contain
373them, certain programs would be miscompiled (including GNU Emacs, on
374certain targets), because this would override and nullify the header
375file corrections made by the @code{fixincludes} script.
376
377Indications are that people who use this option use it based on mistaken
378ideas of what it is for. People use it as if it specified where to
161d7b59 379install part of GCC@. Perhaps they make this assumption because
6ac48571
JM
380installing GCC creates the directory.
381
6cfb3f16 382@item --enable-shared[=@var{package}[,@dots{}]]
0cb98517
AO
383Build shared versions of libraries, if shared libraries are supported on
384the target platform. Unlike GCC 2.95.x and earlier, shared libraries
385are enabled by default on all platforms that support shared libraries.
386
387If a list of packages is given as an argument, build shared libraries
388only for the listed packages. For other packages, only static libraries
389will be built. Package names currently recognized in the GCC tree are
390@samp{libgcc} (also known as @samp{gcc}), @samp{libstdc++} (not
391@samp{libstdc++-v3}), @samp{libffi}, @samp{zlib}, @samp{boehm-gc} and
392@samp{libjava}. Note that @samp{libobjc} does not recognize itself by
393any name, so, if you list package names in @option{--enable-shared},
2147b154 394you'll only get static Objective-C libraries. @samp{libf2c} and
0cb98517
AO
395@samp{libiberty} do not support shared libraries at all.
396
397Use @option{--disable-shared} to build only static libraries. Note that
398@option{--disable-shared} does not accept a list of package names as
399argument, only @option{--enable-shared} does.
f42974dc 400
ef88b07d
JM
401@item @anchor{with-gnu-as}--with-gnu-as
402Specify that the compiler should assume that the
767094dd 403assembler it finds is the GNU assembler. However, this does not modify
38209993 404the rules to find an assembler and will result in confusion if found
8c26c999
JM
405assembler is not actually the GNU assembler. (Confusion will also
406result if the compiler finds the GNU assembler but has not been
407configured with @option{--with-gnu-as}.) If you have more than one
38209993
LG
408assembler installed on your system, you may want to use this option in
409connection with @option{--with-as=@file{/path/to/gas}}.
410
8c26c999
JM
411The systems where it makes a difference whether you use the GNU assembler are
412@samp{hppa1.0-@var{any}-@var{any}}, @samp{hppa1.1-@var{any}-@var{any}},
413@samp{i386-@var{any}-sysv}, @samp{i386-@var{any}-isc},
414@samp{i860-@var{any}-bsd}, @samp{m68k-bull-sysv},
415@samp{m68k-hp-hpux}, @samp{m68k-sony-bsd},
416@samp{m68k-altos-sysv}, @samp{m68000-hp-hpux},
417@samp{m68000-att-sysv}, @samp{@var{any}-lynx-lynxos},
418and @samp{mips-@var{any}}.
419On any other system, @option{--with-gnu-as} has no effect.
420
421On the systems listed above (except for the HP-PA, for ISC on the
422386, and for @samp{mips-sgi-irix5.*}), if you use the GNU assembler,
423you should also use the GNU linker (and specify @option{--with-gnu-ld}).
424
ef88b07d
JM
425@item --with-as=@file{/path/to/as}
426Specify that the
38209993
LG
427compiler should use the assembler pointed to by @var{pathname}, rather
428than the one found by the standard rules to find an assembler, which
429are:
f42974dc
DW
430@itemize @bullet
431@item
38209993
LG
432Check the
433@file{@var{exec_prefix}/lib/gcc-lib/@var{target}/@var{version}}
434directory, where @var{exec_prefix} defaults to @var{prefix} which
435defaults to @file{/usr/local} unless overridden by the
767094dd 436@option{--prefix=/pathname} switch described above. @var{target} is the
38209993
LG
437target system triple, such as @var{sparc-sun-solaris2.7}, and
438@var{version} denotes the GCC version, such as 2.95.2.
f42974dc 439@item
e979f9e8 440Check operating system specific directories (e.g.@: @file{/usr/ccs/bin} on
38209993 441Sun Solaris).
f42974dc 442@end itemize
767094dd 443Note that these rules do not check for the value of @env{PATH}. You may
38209993
LG
444want to use @option{--with-as} if no assembler is installed in the
445directories listed above, or if you have multiple assemblers installed
446and want to choose one that is not found by the above rules.
f42974dc 447
ef88b07d
JM
448@item @anchor{with-gnu-ld}--with-gnu-ld
449Same as @uref{#with-gnu-as,,@option{--with-gnu-as}}
38209993 450but for linker.
20293b4c 451
f42974dc 452
ef88b07d
JM
453@item --with-ld=@file{/path/to/ld}
454Same as
38209993 455@option{--with-as}, but for the linker.
f42974dc 456
ef88b07d
JM
457@item --with-stabs
458Specify that stabs debugging
38209993
LG
459information should be used instead of whatever format the host normally
460uses. Normally GCC uses the same debug format as the host system.
f42974dc 461
8c26c999
JM
462On MIPS based systems and on Alphas, you must specify whether you want
463GCC to create the normal ECOFF debugging format, or to use BSD-style
464stabs passed through the ECOFF symbol table. The normal ECOFF debug
161d7b59
JM
465format cannot fully handle languages other than C@. BSD stabs format can
466handle other languages, but it only works with the GNU debugger GDB@.
8c26c999
JM
467
468Normally, GCC uses the ECOFF debugging format by default; if you
161d7b59 469prefer BSD stabs, specify @option{--with-stabs} when you configure GCC@.
8c26c999
JM
470
471No matter which default you choose when you configure GCC, the user
472can use the @option{-gcoff} and @option{-gstabs+} options to specify explicitly
473the debug format for a particular compilation.
474
475@option{--with-stabs} is meaningful on the ISC system on the 386, also, if
476@option{--with-gas} is used. It selects use of stabs debugging
477information embedded in COFF output. This kind of debugging information
478supports C++ well; ordinary COFF debugging information does not.
479
480@option{--with-stabs} is also meaningful on 386 systems running SVR4. It
481selects use of stabs debugging information embedded in ELF output. The
482C++ compiler currently (2.6.0) does not support the DWARF debugging
483information normally used on 386 SVR4 platforms; stabs provide a
484workable alternative. This requires gas and gdb, as the normal SVR4
485tools can not generate or interpret stabs.
486
ef88b07d
JM
487@item --enable-multilib
488Specify that multiple target
38209993
LG
489libraries should be built to support different target variants, calling
490conventions, etc. This is the default.
f42974dc 491
ef88b07d
JM
492@item --enable-threads
493Specify that the target
38209993
LG
494supports threads. This affects the Objective-C compiler and runtime
495library, and exception handling for other languages like C++ and Java.
6ac48571 496On some systems, this is the default.
f42974dc 497
f6160ed5
LR
498In general, the best (and, in many cases, the only known) threading
499model available will be configured for use. Beware that on some
500systems, gcc has not been taught what threading models are generally
3c6bb1db
LR
501available for the system. In this case, @option{--enable-threads} is an
502alias for @option{--enable-threads=single}.
f6160ed5
LR
503
504@item --disable-threads
505Specify that threading support should be disabled for the system.
3c6bb1db 506This is an alias for @option{--enable-threads=single}.
f6160ed5 507
ef88b07d
JM
508@item --enable-threads=@var{lib}
509Specify that
38209993
LG
510@var{lib} is the thread support library. This affects the Objective-C
511compiler and runtime library, and exception handling for other languages
f85b8d1a
JM
512like C++ and Java. The possibilities for @var{lib} are:
513
514@table @code
515@item aix
516AIX thread support.
517@item dce
518DCE thread support.
f85b8d1a 519@item mach
161d7b59 520Generic MACH thread support, known to work on NEXTSTEP@. (Please note
3c6bb1db 521that the file needed to support this configuration, @file{gthr-mach.h}, is
f6160ed5
LR
522missing and thus this setting will cause a known bootstrap failure.)
523@item no
524This is an alias for @samp{single}.
f85b8d1a 525@item posix
c771326b 526Generic POSIX thread support.
f85b8d1a 527@item pthreads
f6160ed5
LR
528Same as @samp{posix} on arm*-*-linux*, *-*-chorusos* and *-*-freebsd*
529only. A future release of gcc might remove this alias or extend it
530to all platforms.
531@item rtems
532RTEMS thread support.
f85b8d1a
JM
533@item single
534Disable thread support, should work for all platforms.
535@item solaris
536SUN Solaris thread support.
537@item vxworks
538VxWorks thread support.
539@item win32
540Microsoft Win32 API thread support.
541@end table
f42974dc 542
ef88b07d
JM
543@item --with-cpu=@var{cpu}
544Specify which cpu variant the
f42974dc
DW
545compiler should generate code for by default. This is currently
546only supported on the some ports, specifically arm, powerpc, and
161d7b59 547SPARC@. If configure does not recognize the model name (e.g.@: arm700,
f42974dc
DW
548603e, or ultrasparc) you provide, please check the configure script
549for a complete list of supported models.
550
ef88b07d
JM
551@item --enable-target-optspace
552Specify that target
38209993
LG
553libraries should be optimized for code space instead of code speed.
554This is the default for the m32r platform.
f42974dc 555
ab130aa5
JM
556@item --disable-cpp
557Specify that a user visible @command{cpp} program should not be installed.
558
559@item --with-cpp-install-dir=@var{dirname}
560Specify that the user visible @command{cpp} program should be installed
561in @file{@var{prefix}/@var{dirname}/cpp}, in addition to @var{bindir}.
f42974dc 562
ef88b07d
JM
563@item --enable-maintainer-mode
564The build rules that
6cfb3f16 565regenerate the GCC master message catalog @file{gcc.pot} are normally
767094dd
JM
566disabled. This is because it can only be rebuilt if the complete source
567tree is present. If you have changed the sources and want to rebuild the
6ac48571 568catalog, configuring with @option{--enable-maintainer-mode} will enable
767094dd 569this. Note that you need a recent version of the @code{gettext} tools
6ac48571
JM
570to do so.
571
ef88b07d
JM
572@item --enable-version-specific-runtime-libs
573Specify
38209993
LG
574that runtime libraries should be installed in the compiler specific
575subdirectory (@file{@var{libsubdir}}) rather than the usual places. In
576addition, libstdc++'s include files will be installed in
577@file{@var{libsubdir}/include/g++} unless you overruled it by using
6cfb3f16 578@option{--with-gxx-include-dir=@var{dirname}}. Using this option is
38209993 579particularly useful if you intend to use several versions of GCC in
767094dd 580parallel. This is currently supported by @samp{libf2c} and
6cfb3f16 581@samp{libstdc++}.
38209993 582
ef88b07d
JM
583@item --enable-languages=@var{lang1},@var{lang2},@dots{}
584Specify that only a particular subset of compilers and
767094dd 585their runtime libraries should be built. For a list of valid values for
6cfb3f16 586@var{langN} you can issue the following command in the
38209993
LG
587@file{gcc} directory of your GCC source tree:@* @samp{grep language=
588*/config-lang.in}@* Currently, you can use any of the following:
c51b1b1b 589@code{c}, @code{c++}, @code{f77}, @code{java} and @code{objc}.
f42974dc
DW
590@code{CHILL} is not currently maintained, and will almost
591certainly fail to compile. Note that this switch does not work with
592EGCS 1.1.2 or older versions of egcs. It is supported in GCC 2.95
593and newer versions.@*
38209993 594If you do not pass this flag, all languages available in the @file{gcc}
6cfb3f16 595sub-tree will be configured. Re-defining @code{LANGUAGES} when calling
ef88b07d 596@samp{make bootstrap} @strong{does not} work anymore, as those
38209993 597language sub-directories might not have been configured!
f42974dc 598
ef88b07d
JM
599@item --disable-libgcj
600Specify that the run-time libraries
f42974dc
DW
601used by GCJ should not be built. This is useful in case you intend
602to use GCJ with some other run-time, or you're going to install it
603separately, or it just happens not to build on your particular
6c0a4eab 604machine. In general, if the Java front end is enabled, the GCJ
f42974dc
DW
605libraries will be enabled too, unless they're known to not work on
606the target platform. If GCJ is enabled but libgcj isn't built, you
607may need to port it; in this case, before modifying the top-level
6cfb3f16 608@file{configure.in} so that libgcj is enabled by default on this platform,
f42974dc
DW
609you may use @option{--enable-libgcj} to override the default.
610
ef88b07d
JM
611@item --with-dwarf2
612Specify that the compiler should
38209993 613use DWARF2 debugging information as the default.
f85b8d1a
JM
614
615@item --enable-win32-registry
616@itemx --enable-win32-registry=@var{KEY}
617@itemx --disable-win32-registry
6cfb3f16 618The @option{--enable-win32-registry} option enables Windows-hosted GCC
f85b8d1a
JM
619to look up installations paths in the registry using the following key:
620
621@smallexample
6cfb3f16 622@code{HKEY_LOCAL_MACHINE\SOFTWARE\Free Software Foundation\@var{KEY}}
f85b8d1a
JM
623@end smallexample
624
6cfb3f16 625@var{KEY} defaults to GCC version number, and can be overridden by the
767094dd 626@option{--enable-win32-registry=@var{KEY}} option. Vendors and distributors
f85b8d1a
JM
627who use custom installers are encouraged to provide a different key,
628perhaps one comprised of vendor name and GCC version number, to
767094dd 629avoid conflict with existing installations. This feature is enabled
6cfb3f16 630by default, and can be disabled by @option{--disable-win32-registry}
f85b8d1a
JM
631option. This option has no effect on the other hosts.
632
633@item --nfp
634Specify that the machine does not have a floating point unit. This
635option only applies to @samp{m68k-sun-sunos@var{n}} and
6cfb3f16 636@samp{m68k-isi-bsd}. On any other system, @option{--nfp} has no effect.
f85b8d1a
JM
637
638@item --enable-checking
639@itemx --enable-checking=@var{list}
640When you specify this option, the compiler is built to perform checking
641of tree node types when referencing fields of that node, and some other
642internal consistency checks. This does not change the generated code,
643but adds error checking within the compiler. This will slow down the
644compiler and may only work properly if you are building the compiler
161d7b59 645with GCC@. This is on by default when building from CVS or snapshots,
f85b8d1a
JM
646but off for releases. More control over the checks may be had by
647specifying @var{list}; the categories of checks available are
648@samp{misc}, @samp{tree}, @samp{gc}, @samp{rtl} and @samp{gcac}. The
649default when @var{list} is not specified is @samp{misc,tree,gc}; the
650checks @samp{rtl} and @samp{gcac} are very expensive.
651
652@item --enable-nls
653@itemx --disable-nls
6cfb3f16 654The @option{--enable-nls} option enables Native Language Support (NLS),
f85b8d1a 655which lets GCC output diagnostics in languages other than American
767094dd 656English. Native Language Support is enabled by default if not doing a
161d7b59 657canadian cross build. The @option{--disable-nls} option disables NLS@.
f85b8d1a
JM
658
659@item --with-included-gettext
c771326b 660If NLS is enabled, the @option{--with-included-gettext} option causes the build
f85b8d1a
JM
661procedure to prefer its copy of GNU @code{gettext}.
662
663@item --with-catgets
664If NLS is enabled, and if the host lacks @code{gettext} but has the
665inferior @code{catgets} interface, the GCC build procedure normally
666ignores @code{catgets} and instead uses GCC's copy of the GNU
6cfb3f16 667@code{gettext} library. The @option{--with-catgets} option causes the
f85b8d1a 668build procedure to use the host's @code{catgets} in this situation.
ef88b07d 669@end table
f42974dc
DW
670
671Some options which only apply to building cross compilers:
ef88b07d
JM
672@table @code
673@item --with-headers=@var{dir}
674Specifies a directory
38209993 675which has target include files.
f42974dc 676@emph{This options is required} when building a cross
38209993
LG
677compiler, if @file{@var{prefix}/@var{target}/sys-include} doesn't pre-exist.
678These include files will be copied into the @file{gcc} install directory.
679Fixincludes will be run on these files to make them compatible with
680@command{gcc}.
ef88b07d 681@item --with-libs=``@var{dir1} @var{dir2} @dots{} @var{dirN}''
38209993
LG
682Specifies a list of directories which contain the target runtime
683libraries. These libraries will be copied into the @file{gcc} install
684directory.
ef88b07d
JM
685@item --with-newlib
686Specifies that ``newlib'' is
38209993
LG
687being used as the target C library. This causes @code{__eprintf} to be
688omitted from libgcc.a on the assumption that it will be provided by
689newlib.
ef88b07d 690@end table
f9047ed3 691
38209993
LG
692Note that each @option{--enable} option has a corresponding
693@option{--disable} option and that each @option{--with} option has a
694corresponding @option{--without} option.
f42974dc
DW
695
696@html
697<hr>
698<p>
699@end html
700@ifhtml
701@uref{./index.html,,Return to the GCC Installation page}
702@end ifhtml
703@end ifset
704
705@c ***Building****************************************************************
6cfb3f16 706@ifnothtml
f42974dc
DW
707@comment node-name, next, previous, up
708@node Building, Testing, Configuration, Installing GCC
6cfb3f16 709@end ifnothtml
f42974dc
DW
710@ifset buildhtml
711@html
712<h1 align="center">Installing GCC: Building</h1>
713@end html
714@ifnothtml
715@chapter Building
716@end ifnothtml
717@cindex Installing GCC: Building
718
719Now that GCC is configured, you are ready to build the compiler and
720runtime libraries.
721
722We @strong{highly} recommend that GCC be built using GNU make;
723other versions may work, then again they might not.
724
725(For example, many broken versions of make will fail if you use the
b8df899a
JM
726recommended setup where @var{objdir} is different from @var{srcdir}.
727Other broken versions may recompile parts of the compiler when
728installing the compiler.)
f42974dc 729
b8df899a
JM
730Some commands executed when making the compiler may fail (return a
731non-zero status) and be ignored by @code{make}. These failures, which
732are often due to files that were not found, are expected, and can safely
733be ignored.
734
735It is normal to have compiler warnings when compiling certain files.
736Unless you are a GCC developer, you can generally ignore these warnings
737unless they cause compilation to fail.
738
739On certain old systems, defining certain environment variables such as
6cfb3f16 740@env{CC} can interfere with the functioning of @command{make}.
b8df899a
JM
741
742If you encounter seemingly strange errors when trying to build the
743compiler in a directory other than the source directory, it could be
744because you have previously configured the compiler in the source
745directory. Make sure you have done all the necessary preparations.
746
747If you build GCC on a BSD system using a directory stored in an old System
748V file system, problems may occur in running @code{fixincludes} if the
749System V file system doesn't support symbolic links. These problems
750result in a failure to fix the declaration of @code{size_t} in
751@file{sys/types.h}. If you find that @code{size_t} is a signed type and
752that type mismatches occur, this could be the cause.
753
161d7b59 754The solution is not to use such a directory for building GCC@.
f42974dc 755
f85b8d1a
JM
756When building from CVS or snapshots, or if you modify parser sources,
757you need the Bison parser generator installed. Any version 1.25 or
758later should work; older versions may also work. If you do not modify
759parser sources, releases contain the Bison-generated files and you do
760not need Bison installed to build them.
761
762When building from CVS or snapshots, or if you modify Texinfo
763documentation, you need version 4.0 or later of Texinfo installed if you
764want Info documentation to be regenerated. Releases contain Info
765documentation pre-built for the unmodified documentation in the release.
766
f42974dc
DW
767@section Building a native compiler
768
f9047ed3 769For a native build issue the command @samp{make bootstrap}. This
f42974dc
DW
770will build the entire GCC system, which includes the following steps:
771
772@itemize @bullet
773@item
774Build host tools necessary to build the compiler such as texinfo, bison,
775gperf.
776
777@item
778Build target tools for use by the compiler such as binutils (bfd,
779binutils, gas, gprof, ld, and opcodes)@*
f9047ed3 780if they have been individually linked
f42974dc
DW
781or moved into the top level GCC source tree before configuring.
782
783@item
784Perform a 3-stage bootstrap of the compiler.
785
786@item
787Perform a comparison test of the stage2 and stage3 compilers.
788
789@item
790Build runtime libraries using the stage3 compiler from the previous step.
f9047ed3 791
f42974dc
DW
792@end itemize
793
38209993
LG
794If you are short on disk space you might consider @samp{make
795bootstrap-lean} instead. This is identical to @samp{make
796bootstrap} except that object files from the stage1 and
f42974dc
DW
797stage2 of the 3-stage bootstrap of the compiler are deleted as
798soon as they are no longer needed.
799
800
801If you want to save additional space during the bootstrap and in
802the final installation as well, you can build the compiler binaries
38209993
LG
803without debugging information with @samp{make CFLAGS='-O' LIBCFLAGS='-g
804-O2' LIBCXXFLAGS='-g -O2 -fno-implicit-templates' bootstrap}. This will save
f42974dc
DW
805roughly 40% of disk space both for the bootstrap and the final installation.
806(Libraries will still contain debugging information.)
807
f85b8d1a
JM
808If you wish to use non-default flags when compiling the stage2 and
809stage3 compile, set @code{BOOT_CFLAGS} on the command line when doing
810@samp{make bootstrap}. Non-default optimization flags are less well
811tested here than the default of @samp{-g -O2}, but should still work.
812In a few cases, you may find that you need to specify special flags such
813as @option{-msoft-float} here to complete the bootstrap; or, if the
814native compiler miscompiles the stage1 compiler, you may need to work
815around this, by choosing @code{BOOT_CFLAGS} to avoid the parts of the
816stage1 compiler that were miscompiled, or by using @samp{make
817bootstrap4} to increase the number of stages of bootstrap.
818
6cfb3f16 819If you used the flag @option{--enable-languages=@dots{}} to restrict
f42974dc 820the compilers to be built, only those you've actually enabled will be
767094dd 821built. This will of course only build those runtime libraries, for
f42974dc 822which the particular compiler has been built. Please note,
38209993 823that re-defining LANGUAGES when calling @samp{make bootstrap}
ef88b07d 824@strong{does not} work anymore!
f42974dc 825
f85b8d1a
JM
826If the comparison of stage2 and stage3 fails, this normally indicates
827that the stage 2 compiler has compiled GCC incorrectly, and is therefore
828a potentially serious bug which you should investigate and report. (On
829a few systems, meaningful comparison of object files is impossible; they
830always appear ``different''. If you encounter this problem, you will
831need to disable comparison in the @file{Makefile}.)
f42974dc
DW
832
833@section Building a cross compiler
834
835We recommend reading the
836@uref{http://www.objsw.com/CrossGCC/,,crossgcc FAQ}
837for information about building cross compilers.
838
839When building a cross compiler, it is not generally possible to do a
8403-stage bootstrap of the compiler. This makes for an interesting problem
161d7b59 841as parts of GCC can only be built with GCC@.
f42974dc
DW
842
843To build a cross compiler, we first recommend building and installing a
844native compiler. You can then use the native GCC compiler to build the
845cross compiler.
846
847Assuming you have already installed a native copy of GCC and configured
6cfb3f16 848your cross compiler, issue the command @command{make}, which performs the
f42974dc
DW
849following steps:
850
851@itemize @bullet
852@item
853Build host tools necessary to build the compiler such as texinfo, bison,
854gperf.
855
856@item
857Build target tools for use by the compiler such as binutils (bfd,
858binutils, gas, gprof, ld, and opcodes)
859if they have been individually linked or moved into the top level GCC source
860tree before configuring.
861
862@item
863Build the compiler (single stage only).
864
865@item
866Build runtime libraries using the compiler from the previous step.
867@end itemize
868
869Note that if an error occurs in any step the make process will exit.
870
871@section Building in parallel
872
38209993
LG
873If you have a multiprocessor system you can use @samp{make bootstrap
874MAKE="make -j 2" -j 2} or just @samp{make -j 2 bootstrap}
875for GNU Make 3.79 and above instead of just @samp{make bootstrap}
161d7b59 876when building GCC@. You can use a bigger number instead of two if
f42974dc
DW
877you like. In most cases, it won't help to use a number bigger than
878the number of processors in your machine.
879
880@html
881<hr>
882<p>
883@end html
884@ifhtml
885@uref{./index.html,,Return to the GCC Installation page}
886@end ifhtml
887@end ifset
888
889@c ***Testing*****************************************************************
6cfb3f16 890@ifnothtml
f42974dc
DW
891@comment node-name, next, previous, up
892@node Testing, Final install, Building, Installing GCC
6cfb3f16 893@end ifnothtml
f42974dc
DW
894@ifset testhtml
895@html
896<h1 align="center">Installing GCC: Testing</h1>
897@end html
898@ifnothtml
899@chapter Installing GCC: Testing
900@end ifnothtml
901@cindex Testing
902@cindex Installing GCC: Testing
903@cindex Testsuite
904
f9047ed3
JM
905@strong{Please note that this is only applicable
906to current development versions of GCC and GCC 3.0 or later.
f42974dc
DW
907GCC 2.95.x does not come with a testsuite.}
908
767094dd 909Before you install GCC, you might wish to run the testsuite. This
f42974dc
DW
910step is optional and may require you to download additional software.
911
f9047ed3
JM
912First, you must have @uref{download.html,,downloaded the testsuites}.
913The full distribution contains testsuites; only if you downloaded the
f42974dc
DW
914``core'' compiler plus any front ends, you do not have the testsuites.
915
916Second, you must have a @uref{http://www.gnu.org/software/dejagnu/,,current version of DejaGnu} installed;
917dejagnu 1.3 is not sufficient.
918
919Now you may need specific preparations:
920
921@itemize @bullet
922@item
ecb7d6b3
JM
923In order to run the libio tests in GCC 2.95 and earlier versions of GCC
924on targets which do not fully
e979f9e8 925support Unix/POSIX commands (e.g.@: Cygwin), the references to the @file{dbz}
6cfb3f16 926directory have to be deleted from @file{libio/configure.in}.
f42974dc
DW
927
928@item
ecb7d6b3 929The following environment variables may need to be set appropriately, as in
f42974dc 930the following example (which assumes that DejaGnu has been installed
6cfb3f16 931under @file{/usr/local}):
f42974dc
DW
932
933@example
934 TCL_LIBRARY = /usr/local/share/tcl8.0
935 DEJAGNULIBS = /usr/local/share/dejagnu
936@end example
937
938On systems such as Cygwin, these paths are required to be actual
939paths, not mounts or links; presumably this is due to some lack of
940portability in the DejaGnu code.
941
ecb7d6b3
JM
942If the directories where @command{runtest} and @command{expect} were
943installed are in the @env{PATH}, it should not be necessary to set these
944environment variables.
945
f42974dc
DW
946@end itemize
947
948Finally, you can run the testsuite (which may take a long time):
949@example
ef88b07d 950 cd @var{objdir}; make -k check
f42974dc
DW
951@end example
952
953The testing process will try to test as many components in the GCC
2147b154 954distribution as possible, including the C, C++, Objective-C and Fortran
ecb7d6b3 955compilers as well as the C++ and Java runtime libraries.
f42974dc
DW
956
957@section How can I run the test suite on selected tests?
958
959As a first possibility to cut down the number of tests that are run it is
38209993 960possible to use @samp{make check-gcc} or @samp{make check-g++}
767094dd 961in the gcc subdirectory of the object directory. To further cut down the
f42974dc
DW
962tests the following is possible:
963
964@example
6cfb3f16 965 make check-gcc RUNTESTFLAGS="execute.exp @var{other-options}"
f42974dc
DW
966@end example
967
968This will run all gcc execute tests in the testsuite.
969
970@example
6cfb3f16 971 make check-g++ RUNTESTFLAGS="old-deja.exp=9805* @var{other-options}"
f42974dc
DW
972@end example
973
6cfb3f16
JM
974This will run the g++ ``old-deja'' tests in the testsuite where the filename
975matches @samp{9805*}.
f42974dc 976
6cfb3f16
JM
977The @file{*.exp} files are located in the testsuite directories of the GCC
978source, the most important ones being @file{compile.exp},
979@file{execute.exp}, @file{dg.exp} and @file{old-deja.exp}.
980To get a list of the possible @file{*.exp} files, pipe the
38209993 981output of @samp{make check} into a file and look at the
6cfb3f16 982@samp{Running @dots{} .exp} lines.
f42974dc
DW
983
984@section How to interpret test results
985
6cfb3f16 986After the testsuite has run you'll find various @file{*.sum} and @file{*.log}
767094dd 987files in the testsuite subdirectories. The @file{*.log} files contain a
f42974dc 988detailed log of the compiler invocations and the corresponding
767094dd 989results, the @file{*.sum} files summarize the results. These summaries list
f42974dc
DW
990all the tests that have been run with a corresponding status code:
991
992@itemize @bullet
993@item
994PASS: the test passed as expected
995@item
996XPASS: the test unexpectedly passed
997@item
998FAIL: the test unexpectedly failed
999@item
1000XFAIL: the test failed as expected
1001@item
1002UNSUPPORTED: the test is not supported on this platform
1003@item
1004ERROR: the testsuite detected an error
1005@item
1006WARNING: the testsuite detected a possible problem
1007@end itemize
1008
38209993
LG
1009It is normal for some tests to report unexpected failures. At the
1010current time our testing harness does not allow fine grained control
1011over whether or not a test is expected to fail. We expect to fix this
1012problem in future releases.
f42974dc
DW
1013
1014
1015@section Submitting test results
1016
1017If you want to report the results to the GCC project, use the
767094dd 1018@file{contrib/test_summary} shell script. Start it in the @var{objdir} with
f42974dc
DW
1019
1020@example
6cfb3f16
JM
1021 @var{srcdir}/contrib/test_summary -p your_commentary.txt \
1022 -m gcc-testresults@@gcc.gnu.org |sh
f42974dc
DW
1023@end example
1024
6cfb3f16 1025This script uses the @command{Mail} program to send the results, so
767094dd 1026make sure it is in your @env{PATH}. The file @file{your_commentary.txt} is
f42974dc 1027prepended to the testsuite summary and should contain any special
767094dd 1028remarks you have on your results or your build environment. Please
f42974dc 1029do not edit the testsuite result block or the subject line, as these
f9047ed3 1030messages are automatically parsed and presented at the
f42974dc
DW
1031@uref{http://gcc.gnu.org/testresults/,,GCC testresults} web
1032page. Here you can also gather information on how specific tests
767094dd 1033behave on different platforms and compare them with your results. A
f42974dc
DW
1034few failing testcases are possible even on released versions and you
1035should look here first if you think your results are unreasonable.
1036
1037@end ifset
1038
1039@c ***Final install***********************************************************
6cfb3f16 1040@ifnothtml
f42974dc
DW
1041@comment node-name, next, previous, up
1042@node Final install, , Testing, Installing GCC
6cfb3f16 1043@end ifnothtml
f42974dc
DW
1044@ifset finalinstallhtml
1045@html
1046<h1 align="center">Installing GCC: Final installation</h1>
1047@end html
1048@ifnothtml
1049@chapter Installing GCC: Final installation
1050@end ifnothtml
1051
1052Now that GCC has been built and tested, you can install it with
c474f76b 1053@samp{cd @var{objdir}; make install}.
f42974dc
DW
1054
1055That step completes the installation of GCC; user level binaries can
38209993
LG
1056be found in @file{@var{prefix}/bin} where @var{prefix} is the value you
1057specified with the @option{--prefix} to configure (or @file{/usr/local}
ab130aa5
JM
1058by default). (If you specified @option{--bindir}, that directory will
1059be used instead; otherwise, if you specified @option{--exec-prefix},
1060@file{@var{exec-prefix}/bin} will be used.) Headers for the C++ and
1061Java libraries are installed in @file{@var{prefix}/include}; libraries
1062in @file{@var{libdir}} (normally @file{@var{prefix}/lib}); internal
1063parts of the compiler in @file{@var{libdir}/gcc-lib}; documentation in
1064info format in @file{@var{infodir}} (normally @file{@var{prefix}/info}).
f42974dc 1065
f9047ed3 1066If you don't mind, please quickly review the
c474f76b 1067@uref{http://gcc.gnu.org/gcc-3.0/buildstat.html,,build status page}.
f42974dc
DW
1068If your system is not listed, send a note to
1069@uref{mailto:gcc@@gcc.gnu.org,,gcc@@gcc.gnu.org} indicating
161d7b59 1070that you successfully built and installed GCC@.
f42974dc 1071
c474f76b
AO
1072Include the output from running @file{@var{srcdir}/config.guess}. (Do
1073not send us the config.guess file itself, just the one-line output from
1074running it!)
f42974dc
DW
1075
1076If you find a bug, please report it following our
1077@uref{../bugs.html,,bug reporting guidelines}.
1078
ab130aa5
JM
1079If you want to print the GCC manuals, do @samp{cd @var{objdir}; make
1080dvi}. You will need to have @command{texi2dvi} (version at least 4.0)
1081and @TeX{} installed. This creates a number of @file{.dvi} files in
1082subdirectories of @file{@var{objdir}}; these may be converted for
1083printing with programs such as @command{dvips}. You can also
1084@uref{http://www.gnu.org/order/order.html,,buy printed manuals from the
1085Free Software Foundation}, though such manuals may not be for the most
161d7b59 1086recent version of GCC@.
ab130aa5 1087
f42974dc
DW
1088@html
1089<hr>
1090<p>
1091@end html
1092@ifhtml
1093@uref{./index.html,,Return to the GCC Installation page}
1094@end ifhtml
1095@end ifset
1096
1097@c ***Binaries****************************************************************
6cfb3f16 1098@ifnothtml
f42974dc
DW
1099@comment node-name, next, previous, up
1100@node Binaries, Specific, Installing GCC, Top
6cfb3f16 1101@end ifnothtml
f42974dc
DW
1102@ifset binarieshtml
1103@html
1104<h1 align="center">Installing GCC: Binaries</h1>
1105@end html
1106@ifnothtml
1107@chapter Installing GCC: Binaries
1108@end ifnothtml
1109@cindex Binaries
1110@cindex Installing GCC: Binaries
1111
161d7b59 1112We are often asked about pre-compiled versions of GCC@. While we cannot
f42974dc
DW
1113provide these for all platforms, below you'll find links to binaries for
1114various platforms where creating them by yourself is not easy due to various
1115reasons.
1116
1117Please note that we did not create these binaries, nor do we
1118support them. If you have any problems installing them, please
1119contact their makers.
1120
1121@itemize
1122@item
df002c7d
DE
1123AIX:
1124@itemize
1125@item
38209993
LG
1126@uref{http://www-frec.bull.com/docs/download.htm,,Bull's Freeware and
1127Shareware Archive for AIX};
df002c7d
DE
1128
1129@item
1130@uref{http://aixpdlib.seas.ucla.edu,,UCLA Software Library for AIX};
1131@end itemize
f42974dc
DW
1132
1133@item
6cfb3f16 1134DOS---@uref{http://www.delorie.com/djgpp/,,DJGPP};
f42974dc
DW
1135
1136@item
1137@uref{http://hpux.cae.wisc.edu/,,HP-UX Porting Center};
1138
1139@item
38209993
LG
1140@uref{http://www.sco.com/skunkware/devtools/index.html#gcc,,SCO
1141OpenServer/Unixware};
f42974dc
DW
1142
1143@item
6cfb3f16 1144Solaris (SPARC, Intel)---@uref{http://www.sunfreeware.com/,,Sunfreeware};
f42974dc
DW
1145
1146@item
6cfb3f16 1147SGI---@uref{http://freeware.sgi.com/,,SGI Freeware};
f42974dc
DW
1148
1149@item
1150Windows 95, 98, and NT:
1151@itemize
1152@item
1153The @uref{http://sources.redhat.com/cygwin/,,Cygwin} project;
1154@item
1155@uref{http://www.xraylith.wisc.edu/~khan/software/gnu-win32/,,GNU Win32}
1156related projects by Mumit Khan.
1157@end itemize
1158
1159@item
1160@uref{ftp://ftp.thewrittenword.com/packages/free/by-name/gcc-2.95.2/,,The
1161Written Word} offers binaries for Solaris 2.5.1, 2.6, 2.7/SPARC, 2.7/Intel,
1162IRIX 6.2, 6.5, Digital UNIX 4.0D, HP-UX 10.20, and HP-UX 11.00.
1163
1164@item
6cfb3f16
JM
1165Hitachi H8/300[HS]---@uref{http://h8300-hms.sourceforge.net/,,GNU
1166Development Tools for the Hitachi H8/300[HS] Series}
f42974dc
DW
1167
1168@end itemize
1169
1170In addition to those specific offerings, you can get a binary
1171distribution CD-ROM from the
f9047ed3 1172@uref{http://www.fsf.org/order/order.html,,Free Software Foundation}.
f42974dc 1173It contains binaries for a number of platforms, and
767094dd 1174includes not only GCC, but other stuff as well. The current CD does
f42974dc 1175not contain the latest version of GCC, but it should allow
767094dd 1176bootstrapping the compiler. An updated version of that disk is in the
f42974dc
DW
1177works.
1178
1179@html
1180<hr>
1181<p>
1182@end html
1183@ifhtml
1184@uref{./index.html,,Return to the GCC Installation page}
1185@end ifhtml
1186@end ifset
1187
1188@c ***Specific****************************************************************
6cfb3f16 1189@ifnothtml
f42974dc
DW
1190@comment node-name, next, previous, up
1191@node Specific, Concept Index, Binaries, Top
6cfb3f16 1192@end ifnothtml
f42974dc
DW
1193@ifset specifichtml
1194@html
1195<h1 align="center">Host/target specific installation notes for GCC</h1>
1196@end html
1197@ifnothtml
1198@chapter Host/target specific installation notes for GCC
1199@end ifnothtml
1200@cindex Specific
1201@cindex Specific installation notes
1202@cindex Target specific installation
1203@cindex Host specific installation
1204@cindex Target specific installation notes
1205
1206Please read this document carefully @emph{before} installing the
1207GNU Compiler Collection on your machine.
1208
ef88b07d 1209@ifhtml
f42974dc
DW
1210@itemize
1211@item
b8df899a
JM
1212@uref{#1750a-*-*,,1750a-*-*}
1213@item
1214@uref{#a29k,,a29k}
1215@item
1216@uref{#a29k-*-bsd,,a29k-*-bsd}
1217@item
333e14b0 1218@uref{#alpha*-*-*,,alpha*-*-*}
f42974dc
DW
1219@item
1220@uref{#alpha*-dec-osf*,,alpha*-dec-osf*}
1221@item
b8df899a
JM
1222@uref{#arc-*-elf,,arc-*-elf}
1223@item
1224@uref{#arm-*-aout,,arm-*-aout}
1225@item
1226@uref{#arm-*-elf,,arm-*-elf}
1227@item
476c334e
PB
1228@uref{#arm*-*-linux-gnu,,arm*-*-linux-gnu}
1229@item
b8df899a
JM
1230@uref{#arm-*-riscix,,arm-*-riscix}
1231@item
f42974dc
DW
1232@uref{#avr,,avr}
1233@item
0132e321
MH
1234@uref{#c4x,,c4x}
1235@item
b8df899a
JM
1236@uref{#decstation-*,,decstation-*}
1237@item
f42974dc
DW
1238@uref{#dos,,DOS}
1239@item
b8df899a
JM
1240@uref{#dsp16xx,,dsp16xx}
1241@item
1242@uref{#elxsi-elxsi-bsd,,elxsi-elxsi-bsd}
1243@item
f42974dc
DW
1244@uref{#h8300-hms,,h8300-hms}
1245@item
1246@uref{#hppa*-hp-hpux*,,hppa*-hp-hpux*}
1247@item
1248@uref{#hppa*-hp-hpux9,,hppa*-hp-hpux9}
1249@item
1250@uref{#hppa*-hp-hpux10,,hppa*-hp-hpux10}
1251@item
1252@uref{#hppa*-hp-hpux11,,hppa*-hp-hpux11}
1253@item
333e14b0
LR
1254@uref{#*-*-freebsd*,,*-*-freebsd*}
1255@item
b8df899a
JM
1256@uref{#i370-*-*,,i370-*-*}
1257@item
f42974dc
DW
1258@uref{#*-*-linux-gnu,,*-*-linux-gnu}
1259@item
b8df899a
JM
1260@uref{#ix86-*-linux*oldld,,i?86-*-linux*oldld}
1261@item
1262@uref{#ix86-*-linux*aout,,i?86-*-linux*aout}
1263@item
f42974dc
DW
1264@uref{#ix86-*-linux*,,i?86-*-linux*}
1265@item
b8df899a
JM
1266@uref{#ix86-*-sco,,i?86-*-sco}
1267@item
1268@uref{#ix86-*-sco3.2v4,,i?86-*-sco3.2v4}
1269@item
f42974dc
DW
1270@uref{#ix86-*-sco3.2v5*,,i?86-*-sco3.2v5*}
1271@item
f42974dc
DW
1272@uref{#ix86-*-udk,,i?86-*-udk}
1273@item
b8df899a
JM
1274@uref{#ix86-*-isc,,i?86-*-isc}
1275@item
1276@uref{#ix86-*-esix,,i?86-*-esix}
1277@item
1278@uref{#ix86-ibm-aix,,i?86-ibm-aix}
1279@item
1280@uref{#ix86-sequent-bsd,,i?86-sequent-bsd}
1281@item
1282@uref{#ix86-sequent-ptx1*,,i?86-sequent-ptx1*, i?86-sequent-ptx2*}
1283@item
1284@uref{#ix86-*-sysv3*,,i?86-*-sysv3*}
1285@item
1286@uref{#i860-intel-osf*,,i860-intel-osf*}
1287@item
1288@uref{#*-lynx-lynxos,,*-lynx-lynxos}
1289@item
f42974dc
DW
1290@uref{#*-ibm-aix*,,*-ibm-aix*}
1291@item
b8df899a
JM
1292@uref{#m32r-*-elf,,m32r-*-elf}
1293@item
1294@uref{#m68000-hp-bsd,,m68000-hp-bsd}
1295@item
1296@uref{#m6811-elf,,m6811-elf}
1297@item
1298@uref{#m6812-elf,,m6812-elf}
1299@item
1300@uref{#m68k-altos,,m68k-altos}
1301@item
1302@uref{#m68k-apple-aux,,m68k-apple-aux}
1303@item
1304@uref{#m68k-att-sysv,,m68k-att-sysv}
1305@item
1306@uref{#m68k-bull-sysv,,m68k-bull-sysv}
1307@item
1308@uref{#m68k-crds-unox,,m68k-crds-unox}
1309@item
1310@uref{#m68k-hp-hpux,,m68k-hp-hpux}
1311@item
f42974dc
DW
1312@uref{#m68k-*-nextstep*,,m68k-*-nextstep*}
1313@item
b8df899a
JM
1314@uref{#m68k-ncr-*,,m68k-ncr-*}
1315@item
1316@uref{#m68k-sun,,m68k-sun}
1317@item
f42974dc
DW
1318@uref{#m68k-sun-sunos4.1.1,,m68k-sun-sunos4.1.1}
1319@item
b8df899a
JM
1320@uref{#m88k-*-svr3,,m88k-*-svr3}
1321@item
1322@uref{#m88k-*-dgux,,m88k-*-dgux}
1323@item
1324@uref{#m88k-tektronix-sysv3,,m88k-tektronix-sysv3}
1325@item
1326@uref{#mips-*-*,,mips-*-*}
1327@item
1328@uref{#mips-mips-bsd,,mips-mips-bsd}
1329@item
1330@uref{#mips-mips-riscos*,,mips-mips-riscos*}
1331@item
213ba345
RO
1332@uref{#mips*-sgi-irix4,,mips*-sgi-irix4}
1333@item
1334@uref{#mips*-sgi-irix5,,mips*-sgi-irix5}
f42974dc
DW
1335@item
1336@uref{#mips*-sgi-irix6,,mips*-sgi-irix6}
1337@item
b8df899a
JM
1338@uref{#mips-sony-sysv,,mips-sony-sysv}
1339@item
1340@uref{#ns32k-encore,,ns32k-encore}
1341@item
1342@uref{#ns32k-*-genix,,ns32k-*-genix}
1343@item
1344@uref{#ns32k-sequent,,ns32k-sequent}
1345@item
1346@uref{#ns32k-utek,,ns32k-utek}
1347@item
b8df899a
JM
1348@uref{#powerpc-*-elf,,powerpc-*-elf, powerpc-*-sysv4}
1349@item
f42974dc
DW
1350@uref{#powerpc-*-linux-gnu*,,powerpc-*-linux-gnu*}
1351@item
b8df899a
JM
1352@uref{#powerpc-*-eabiaix,,powerpc-*-eabiaix}
1353@item
1354@uref{#powerpc-*-eabisim,,powerpc-*-eabisim}
1355@item
1356@uref{#powerpc-*-eabi,,powerpc-*-eabi}
1357@item
1358@uref{#powerpcle-*-elf,,powerpcle-*-elf, powerpcle-*-sysv4}
1359@item
1360@uref{#powerpcle-*-eabisim,,powerpcle-*-eabisim}
1361@item
1362@uref{#powerpcle-*-eabi,,powerpcle-*-eabi}
1363@item
1364@uref{#powerpcle-*-winnt,,powerpcle-*-winnt, powerpcle-*-pe}
1365@item
1366@uref{#romp-*-aos,,romp-*-aos, romp-*-mach}
1367@item
f42974dc
DW
1368@uref{#*-*-solaris*,,*-*-solaris*}
1369@item
b8df899a
JM
1370@uref{#sparc-sun-*,,sparc-sun-*}
1371@item
f42974dc
DW
1372@uref{#sparc-sun-solaris*,,sparc-sun-solaris*}
1373@item
1374@uref{#sparc-sun-solaris2.7,,sparc-sun-solaris2.7}
1375@item
1376@uref{#*-sun-solaris2.8,,*-sun-solaris2.8}
1377@item
1378@uref{#sunv5,,Sun V5.0 Compiler Bugs}
1379@item
1380@uref{#sparc-sun-sunos*,,sparc-sun-sunos*}
1381@item
1382@uref{#sparc-unknown-linux-gnulibc1,,sparc-unknown-linux-gnulibc1}
1383@item
1384@uref{#sparc64-*-*,,sparc64-*-*}
1385@item
b8df899a
JM
1386@uref{#*-*-sysv*,,*-*-sysv*}
1387@item
1388@uref{#vax-dec-ultrix,,vax-dec-ultrix}
1389@item
1390@uref{#we32k-*-*,,we32k-*-*}
1391@item
f42974dc
DW
1392@uref{#windows,,Microsoft Windows}
1393@item
1394@uref{#os2,,OS/2}
1395@item
1396@uref{#older,,Older systems}
1397@end itemize
1398
1399@itemize
1400@item
1401@uref{#elf_targets,,all ELF targets} (SVR4, Solaris, etc.)
1402@end itemize
ef88b07d 1403@end ifhtml
f42974dc
DW
1404
1405
1406@html
1407<!-- -------- host/target specific issues start here ---------------- -->
1408<hr>
f42974dc 1409@end html
b8df899a
JM
1410@heading @anchor{1750a-*-*}1750a-*-*
1411MIL-STD-1750A processors.
1412
1413The MIL-STD-1750A cross configuration produces output for
1414@code{as1750}, an assembler/linker available under the GNU Public
161d7b59 1415License for the 1750A@. @code{as1750} can be obtained at
b8df899a
JM
1416@uref{ftp://ftp.fta-berlin.de/pub/crossgcc/1750gals/}.
1417A similarly licensed simulator for
1418the 1750A is available from same address.
1419
1420You should ignore a fatal error during the building of libgcc (libgcc is
161d7b59 1421not yet implemented for the 1750A@.)
b8df899a
JM
1422
1423The @code{as1750} assembler requires the file @file{ms1750.inc}, which is
1424found in the directory @file{config/1750a}.
1425
f0523f02 1426GCC produced the same sections as the Fairchild F9450 C Compiler,
b8df899a
JM
1427namely:
1428
1429@table @code
1430@item Normal
1431The program code section.
1432
1433@item Static
1434The read/write (RAM) data section.
1435
1436@item Konst
1437The read-only (ROM) constants section.
1438
1439@item Init
161d7b59 1440Initialization section (code to copy KREL to SREL)@.
b8df899a
JM
1441@end table
1442
1443The smallest addressable unit is 16 bits (BITS_PER_UNIT is 16). This
6cfb3f16
JM
1444means that type @code{char} is represented with a 16-bit word per character.
1445The 1750A's ``Load/Store Upper/Lower Byte'' instructions are not used by
161d7b59 1446GCC@.
b8df899a
JM
1447
1448@html
1449</p>
1450<hr>
1451@end html
1452@heading @anchor{a29k}a29k
1453AMD Am29k-family processors. These are normally used in embedded
1454applications. There are no standard Unix configurations.
1455This configuration
1456corresponds to AMD's standard calling sequence and binary interface
1457and is compatible with other 29k tools.
1458
1459You may need to make a variant of the file @file{a29k.h} for your
1460particular configuration.
1461
1462@html
1463</p>
1464<hr>
1465@end html
1466@heading @anchor{a29k-*-bsd}a29k-*-bsd
1467AMD Am29050 used in a system running a variant of BSD Unix.
1468
1469@html
1470</p>
1471<hr>
1472@end html
333e14b0
LR
1473@heading @anchor{alpha*-*-*}alpha*-*-*
1474
1475This section contains general configuration information for all
1476alpha-based platforms using ELF (in particular, ignore this section for
161d7b59 1477DEC OSF/1, Digital UNIX and Tru64 UNIX)@. In addition to reading this
f2541106 1478section, please read all other sections that match your target.
333e14b0
LR
1479
1480We require binutils 2.11.1 (as of yet unreleased), binutils with
6cfb3f16 1481@samp{binutils-2_11-branch} tag after May 31, 2001 (as taken below), or newer.
333e14b0
LR
1482Previous binutils releases had a number of problems with DWARF2
1483debugging information, not the least of which is incorrect linking of
1484shared libraries.
1485
1486Until binutils 2.11.1 is released, these sample commands may be useful:
1487
1488@smallexample
1489mkdir binutils-2.11.X; cd binutils-2.11.X
1490cvs -d :pserver:anoncvs@@anoncvs.cygnus.com:/cvs/src \
1491 co -rbinutils-2_11-branch -P binutils
1492mkdir obj; cd obj
1493../src/configure --prefix=@emph{an-absolute-path}
1494make all check install
1495@end smallexample
f42974dc 1496
333e14b0 1497When configuring gcc, provide explicit @option{--with-gnu-as}
6cfb3f16
JM
1498@option{--with-as=@emph{an-absolute-path/bin/as}} and
1499@option{--with-gnu-ld} @option{--with-ld=@emph{an-absolute-path/bin/ld}}
333e14b0 1500options to point into the prefix used above.
f42974dc 1501
b8df899a
JM
1502@html
1503</p>
1504<hr>
1505@end html
f2541106 1506@heading @anchor{alpha*-dec-osf*}alpha*-dec-osf*
b8df899a 1507Systems using processors that implement the DEC Alpha architecture and
f2541106
RO
1508are running the DEC/Compaq Unix (DEC OSF/1, Digital UNIX, or Compaq
1509Tru64 UNIX) operating system, for example the DEC Alpha AXP systems.
1510
1511In Tru64 UNIX V5.1, Compaq introduced a new assembler that does not
1512currently (2001-06-13) work with @command{mips-tfile}. As a workaround,
1513we need to use the old assembler, invoked via the barely documented
1514@option{-oldas} option. To bootstrap GCC, you either need to use the
1515Compaq C Compiler:
1516
1517@example
1518 % CC=cc @var{srcdir}/configure [@var{target}] [@var{options}]
1519@end example
1520
1521or you can use a copy of GCC 2.95.3 or higher built on Tru64 UNIX V4.0:
1522
1523@example
1524 % CC=gcc -Wa,-oldas @var{srcdir}/configure [@var{target}] [@var{options}]
1525@end example
b8df899a 1526
f0523f02 1527GCC writes a @samp{.verstamp} directive to the assembler output file
b8df899a
JM
1528unless it is built as a cross-compiler. It gets the version to use from
1529the system header file @file{/usr/include/stamp.h}. If you install a
1530new version of DEC Unix, you should rebuild GCC to pick up the new version
1531stamp.
1532
1533Note that since the Alpha is a 64-bit architecture, cross-compilers from
153432-bit machines will not generate code as efficient as that generated
1535when the compiler is running on a 64-bit machine because many
1536optimizations that depend on being able to represent a word on the
1537target in an integral value on the host cannot be performed. Building
1538cross-compilers on the Alpha for 32-bit machines has only been tested in
1539a few cases and may not work properly.
1540
1541@code{make compare} may fail on old versions of DEC Unix unless you add
6cfb3f16 1542@option{-save-temps} to @code{CFLAGS}. On these systems, the name of the
b8df899a
JM
1543assembler input file is stored in the object file, and that makes
1544comparison fail if it differs between the @code{stage1} and
6cfb3f16 1545@code{stage2} compilations. The option @option{-save-temps} forces a
b8df899a 1546fixed name to be used for the assembler input file, instead of a
6cfb3f16 1547randomly chosen name in @file{/tmp}. Do not add @option{-save-temps}
b8df899a 1548unless the comparisons fail without that option. If you add
6cfb3f16 1549@option{-save-temps}, you will have to manually delete the @samp{.i} and
b8df899a
JM
1550@samp{.s} files after each series of compilations.
1551
f0523f02 1552GCC now supports both the native (ECOFF) debugging format used by DBX
161d7b59 1553and GDB and an encapsulated STABS format for use only with GDB@. See the
6cfb3f16 1554discussion of the @option{--with-stabs} option of @file{configure} above
b8df899a
JM
1555for more information on these formats and how to select them.
1556
1557There is a bug in DEC's assembler that produces incorrect line numbers
1558for ECOFF format when the @samp{.align} directive is used. To work
f0523f02 1559around this problem, GCC will not emit such alignment directives
b8df899a
JM
1560while writing ECOFF format debugging information even if optimization is
1561being performed. Unfortunately, this has the very undesirable
6cfb3f16
JM
1562side-effect that code addresses when @option{-O} is specified are
1563different depending on whether or not @option{-g} is also specified.
b8df899a 1564
6cfb3f16 1565To avoid this behavior, specify @option{-gstabs+} and use GDB instead of
161d7b59 1566DBX@. DEC is now aware of this problem with the assembler and hopes to
b8df899a
JM
1567provide a fix shortly.
1568
b8df899a
JM
1569@html
1570</p>
1571<hr>
1572@end html
1573@heading @anchor{arc-*-elf}arc-*-elf
1574Argonaut ARC processor.
1575This configuration is intended for embedded systems.
1576
1577@html
1578</p>
1579<hr>
1580@end html
1581@heading @anchor{arm-*-aout}arm-*-aout
1582Advanced RISC Machines ARM-family processors. These are often used in
1583embedded applications. There are no standard Unix configurations.
1584This configuration corresponds to the basic instruction sequences and will
1585produce @file{a.out} format object modules.
1586
1587You may need to make a variant of the file @file{arm.h} for your particular
1588configuration.
1589
1590@html
1591</p>
1592<hr>
1593@end html
1594@heading @anchor{arm-*-elf}arm-*-elf
1595This configuration is intended for embedded systems.
1596
476c334e
PB
1597@html
1598</p>
1599<hr>
476c334e 1600@end html
ef88b07d 1601@heading @anchor{arm*-*-linux-gnu}arm*-*-linux-gnu
476c334e
PB
1602
1603We require GNU binutils 2.10 or newer.
1604
b8df899a
JM
1605@html
1606</p>
1607<hr>
1608@end html
1609@heading @anchor{arm-*-riscix}arm-*-riscix
1610The ARM2 or ARM3 processor running RISC iX, Acorn's port of BSD Unix.
1611If you are running a version of RISC iX prior to 1.2 then you must
1612specify the version number during configuration. Note that the
1613assembler shipped with RISC iX does not support stabs debugging
1614information; a new version of the assembler, with stabs support
1615included, is now available from Acorn and via ftp
1616@uref{ftp://ftp.acorn.com/pub/riscix/as+xterm.tar.Z}. To enable stabs
6cfb3f16 1617debugging, pass @option{--with-gnu-as} to configure.
b8df899a 1618
6cfb3f16 1619You will need to install GNU @command{sed} before you can run configure.
b8df899a 1620
f42974dc
DW
1621@html
1622</p>
1623<hr>
f42974dc 1624@end html
ef88b07d 1625@heading @anchor{avr}avr
f42974dc 1626
b8df899a
JM
1627ATMEL AVR-family micro controllers. These are used in embedded
1628applications. There are no standard Unix configurations. @xref{AVR
1629Options,, AVR Options, gcc, Using and Porting the GNU Compiler
1630Collection (GCC)}, for the list of supported MCU types.
1631
161d7b59 1632Use @samp{configure --target=avr --enable-languages="c"} to configure GCC@.
f42974dc
DW
1633
1634Further installation notes and other useful information about AVR tools
1635can also be obtained from:
1636
1637@itemize @bullet
1638@item
1639@uref{http://home.overta.ru/users/denisc,,http://home.overta.ru/users/denisc}
1640@item
1641@uref{http://www.itnet.pl/amelektr/avr,,http://www.itnet.pl/amelektr/avr}
1642@end itemize
1643
20293b4c 1644We @emph{strongly} recommend using binutils 2.11 or newer.
f42974dc
DW
1645
1646The following error:
1647@example
1648 Error: register required
1649@end example
1650
1651indicates that you should upgrade to a newer version of the binutils.
1652
0132e321
MH
1653@html
1654</p>
1655<hr>
1656@end html
1657@heading @anchor{c4x}c4x
1658
1659Texas Instruments TMS320C3x and TMS320C4x Floating Point Digital Signal
1660Processors. These are used in embedded applications. There are no
1661standard Unix configurations. @xref{C4x Options,, C4x Options, gcc,
1662Using and Porting the GNU Compiler Collection (GCC)}, for the list of
1663supported MCU types.
1664
1665GCC can be configured as a cross compiler for both the C3x and C4x
1666architectures on the same system. Use @samp{configure --target=c4x
1667--enable-languages="c,c++"} to configure.
1668
1669
1670Further installation notes and other useful information about C4x tools
1671can also be obtained from:
1672
1673@itemize @bullet
1674@item
1675@uref{http://www.elec.canterbury.ac.nz/c4x,,http://www.elec.canterbury.ac.nz/c4x}
1676@end itemize
1677
b8df899a
JM
1678@html
1679</p>
1680<hr>
1681@end html
1682@heading @anchor{decstation-*}decstation-*
1683MIPS-based DECstations can support three different personalities:
1684Ultrix, DEC OSF/1, and OSF/rose. (Alpha-based DECstation products have
1685a configuration name beginning with @samp{alpha-dec}.) To configure GCC
1686for these platforms use the following configurations:
1687
1688@table @samp
1689@item decstation-ultrix
1690Ultrix configuration.
1691
1692@item decstation-osf1
1693Dec's version of OSF/1.
1694
1695@item decstation-osfrose
1696Open Software Foundation reference port of OSF/1 which uses the
161d7b59 1697OSF/rose object file format instead of ECOFF@. Normally, you
b8df899a
JM
1698would not select this configuration.
1699@end table
1700
1701The MIPS C compiler needs to be told to increase its table size
6cfb3f16
JM
1702for switch statements with the @option{-Wf,-XNg1500} option in
1703order to compile @file{cp/parse.c}. If you use the @option{-O2}
1704optimization option, you also need to use @option{-Olimit 3000}.
b8df899a
JM
1705Both of these options are automatically generated in the
1706@file{Makefile} that the shell script @file{configure} builds.
1707If you override the @code{CC} make variable and use the MIPS
6cfb3f16 1708compilers, you may need to add @option{-Wf,-XNg1500 -Olimit 3000}.
b8df899a 1709
f42974dc
DW
1710@html
1711</p>
1712<hr>
f42974dc 1713@end html
ef88b07d 1714@heading @anchor{dos}DOS
f42974dc
DW
1715
1716Please have a look at our @uref{binaries.html,,binaries page}.
1717
f0523f02 1718You cannot install GCC by itself on MSDOS; it will not compile under
f85b8d1a
JM
1719any MSDOS compiler except itself. You need to get the complete
1720compilation package DJGPP, which includes binaries as well as sources,
1721and includes all the necessary compilation tools and libraries.
1722
b8df899a
JM
1723@html
1724</p>
1725<hr>
1726@end html
1727@heading @anchor{dsp16xx}dsp16xx
1728A port to the AT&T DSP1610 family of processors.
1729
1730@html
1731</p>
1732<hr>
1733@end html
1734@heading @anchor{elxsi-elxsi-bsd}elxsi-elxsi-bsd
1735The Elxsi's C compiler has known limitations that prevent it from
161d7b59 1736compiling GCC@. Please contact @email{mrs@@cygnus.com} for more details.
b8df899a 1737
f42974dc
DW
1738@html
1739</p>
1740<hr>
f42974dc 1741@end html
ef88b07d 1742@heading @anchor{h8300-hms}h8300-hms
b8df899a 1743Hitachi H8/300 series of processors.
f42974dc
DW
1744
1745Please have a look at our @uref{binaries.html,,binaries page}.
1746
b8df899a
JM
1747The calling convention and structure layout has changed in release 2.6.
1748All code must be recompiled. The calling convention now passes the
1749first three arguments in function calls in registers. Structures are no
1750longer a multiple of 2 bytes.
1751
f42974dc
DW
1752@html
1753</p>
1754<hr>
f42974dc 1755@end html
ef88b07d 1756@heading @anchor{hppa*-hp-hpux*}hppa*-hp-hpux*
f42974dc
DW
1757
1758We @emph{highly} recommend using gas/binutils-2.8 or newer on all hppa
f9047ed3 1759platforms; you may encounter a variety of problems when using the HP
f42974dc
DW
1760assembler.
1761
1762Specifically, @option{-g} does not work on HP-UX (since that system
1763uses a peculiar debugging format which GCC does not know about), unless you
38209993
LG
1764use GAS and GDB and configure GCC with the
1765@uref{./configure.html#with-gnu-as,,@option{--with-gnu-as}} and
6cfb3f16 1766@option{--with-as=@dots{}} options.
f42974dc
DW
1767
1768If you wish to use pa-risc 2.0 architecture support, you must use either
20293b4c 1769the HP assembler, gas/binutils-2.11 or a recent
f42974dc
DW
1770@uref{ftp://sources.redhat.com/pub/binutils/snapshots,,snapshot of gas}.
1771
1772More specific information to hppa*-hp-hpux* targets follows.
1773
1774@html
1775</p>
1776<hr>
f42974dc 1777@end html
ef88b07d 1778@heading @anchor{hppa*-hp-hpux9}hppa*-hp-hpux9
f42974dc
DW
1779
1780The HP assembler has major problems on this platform. We've tried to work
1781around the worst of the problems. However, those workarounds may be causing
1782linker crashes in some circumstances; the workarounds also probably prevent
1783shared libraries from working. Use the GNU assembler to avoid these problems.
1784
1785
1786The configuration scripts for GCC will also trigger a bug in the hpux9
38209993
LG
1787shell. To avoid this problem set @env{CONFIG_SHELL} to @file{/bin/ksh}
1788and @env{SHELL} to @file{/bin/ksh} in your environment.
f42974dc
DW
1789
1790
1791@html
1792</p>
1793<hr>
f42974dc 1794@end html
ef88b07d 1795@heading @anchor{hppa*-hp-hpux10}hppa*-hp-hpux10
f42974dc 1796
f9047ed3 1797For hpux10.20, we @emph{highly} recommend you pick up the latest sed patch
161d7b59 1798@code{PHCO_19798} from HP@. HP has two sites which provide patches free of
f42974dc
DW
1799charge:
1800
1801@itemize @bullet
1802@item
1803@html
1804<a href="http://us-support.external.hp.com">US, Canada, Asia-Pacific, and
1805Latin-America</a>
1806@end html
1807@ifnothtml
1808@uref{http://us-support.external.hp.com,,}US, Canada, Asia-Pacific, and
1809Latin-America
1810@end ifnothtml
1811@item
1812@uref{http://europe-support.external.hp.com,,Europe}
1813@end itemize
1814
1815The HP assembler on these systems is much better than the hpux9 assembler,
1816but still has some problems. Most notably the assembler inserts timestamps
1817into each object file it creates, causing the 3-stage comparison test to fail
f9047ed3
JM
1818during a @samp{make bootstrap}. You should be able to continue by
1819saying @samp{make all} after getting the failure from @samp{make
38209993 1820bootstrap}.
f42974dc
DW
1821
1822
1823@html
1824</p>
1825<hr>
f42974dc 1826@end html
ef88b07d 1827@heading @anchor{hppa*-hp-hpux11}hppa*-hp-hpux11
f42974dc 1828
25b5b465
MM
1829GCC 3.0 supports HP-UX 11. You must use GNU binutils 2.11 or above on
1830this platform.
f42974dc 1831
333e14b0
LR
1832@html
1833</p>
1834<hr>
1835@end html
1836@heading @anchor{*-*-freebsd*}*-*-freebsd*
1837
6cfb3f16 1838The version of binutils installed in @file{/usr/bin} is known to work unless
333e14b0
LR
1839otherwise specified in any per-architecture notes. However, binutils
18402.11 is known to improve overall testsuite results.
1841
1842For FreeBSD 1, FreeBSD 2 or any mutant a.out versions of FreeBSD 3: All
1843configuration support and files as shipped with gcc 2.95 are still in
1844place. FreeBSD 2.2.7 has been known to bootstrap completely; however,
1845it is unknown which version of binutils was used (it is assumed that it
6cfb3f16 1846was the system copy in @file{/usr/bin}) and C++ EH failures were noted.
333e14b0
LR
1847
1848For FreeBSD using the ELF file format: DWARF2 debugging is now the
1849default for all CPU architectures. It had been the default on
1850FreeBSD/alpha since its inception. You may use @option{-gstabs} instead
1851of @option{-g}, if you really want the old debugging format. There are
1852no known issues with mixing object files and libraries with different
1853debugging formats. Otherwise, this release of gcc should now match more
1854of the configuration used in the stock FreeBSD configuration of gcc. In
1855particular, @option{--enable-threads} is now configured by default.
1856However, as a general user, do not attempt to replace the system
1857compiler with this release. Known to bootstrap and check with good
161d7b59 1858results on FreeBSD 3.0, 3.4, 4.0, 4.2, 4.3 and 5-CURRENT@.
333e14b0
LR
1859
1860At this time, @option{--enable-threads} is not compatible with
161d7b59 1861@option{--enable-libgcj} on FreeBSD@.
333e14b0 1862
b8df899a
JM
1863@html
1864</p>
1865<hr>
1866@end html
1867@heading @anchor{i370-*-*}i370-*-*
1868This port is very preliminary and has many known bugs. We hope to
1869have a higher-quality port for this machine soon.
1870
f42974dc
DW
1871@html
1872</p>
1873<hr>
f42974dc 1874@end html
ef88b07d 1875@heading @anchor{*-*-linux-gnu}*-*-linux-gnu
f42974dc
DW
1876
1877If you use glibc 2.2 (or 2.1.9x), GCC 2.95.2 won't install
1878out-of-the-box. You'll get compile errors while building libstdc++.
1879The patch @uref{glibc-2.2.patch,,glibc-2.2.patch}, that is to be
1880applied in the GCC source tree, fixes the compatibility problems.
1881
e15ed790
AJ
1882@html
1883</p>
1884@end html
1885
1886@html
1887<p>
1888@end html
1889
1890Currently Glibc 2.2.3 (and older releases) and GCC 3.0 are out of sync
161d7b59 1891since the latest exception handling changes for GCC@. Compiling glibc
e15ed790
AJ
1892with GCC 3.0 will give a binary incompatible glibc and therefore cause
1893lots of problems and might make your system completly unusable. This
161d7b59 1894will definitly need fixes in glibc but might also need fixes in GCC@. We
e15ed790
AJ
1895strongly advise to wait for glibc 2.2.4 and to read the release notes of
1896glibc 2.2.4 whether patches for GCC 3.0 are needed. You can use glibc
18972.2.3 with GCC 3.0, just do not try to recompile it.
1898
b8df899a
JM
1899@html
1900</p>
1901<hr>
1902@end html
1903@heading @anchor{ix86-*-linux*oldld}i?86-*-linux*oldld
1904Use this configuration to generate @file{a.out} binaries on Linux-based
1905GNU systems if you do not have gas/binutils version 2.5.2 or later
767094dd 1906installed. This is an obsolete configuration.
b8df899a
JM
1907
1908@html
1909</p>
1910<hr>
1911@end html
1912@heading @anchor{ix86-*-linux*aout}i?86-*-linux*aout
1913Use this configuration to generate @file{a.out} binaries on Linux-based
767094dd 1914GNU systems. This configuration is being superseded. You must use
b8df899a
JM
1915gas/binutils version 2.5.2 or later.
1916
f42974dc
DW
1917@html
1918</p>
1919<hr>
f42974dc 1920@end html
ef88b07d 1921@heading @anchor{ix86-*-linux*}i?86-*-linux*
f42974dc
DW
1922
1923You will need binutils-2.9.1.0.15 or newer for exception handling to work.
1924
1925If you receive Signal 11 errors when building on GNU/Linux, then it is
1926possible you have a hardware problem. Further information on this can be
1927found on @uref{http://www.bitwizard.nl/sig11/,,www.bitwizard.nl}.
1928
b8df899a
JM
1929@html
1930</p>
1931<hr>
1932@end html
1933@heading @anchor{ix86-*-sco}i?86-*-sco
1934Compilation with RCC is recommended. Also, it may be a good idea to
1935link with GNU malloc instead of the malloc that comes with the system.
1936
1937@html
1938</p>
1939<hr>
1940@end html
1941@heading @anchor{ix86-*-sco3.2v4}i?86-*-sco3.2v4
1942Use this configuration for SCO release 3.2 version 4.
1943
f42974dc
DW
1944@html
1945</p>
1946<hr>
f42974dc 1947@end html
ef88b07d 1948@heading @anchor{ix86-*-sco3.2v5*}i?86-*-sco3.2v5*
b8df899a 1949Use this for the SCO OpenServer Release 5 family of operating systems.
f42974dc
DW
1950
1951Unlike earlier versions of GCC, the ability to generate COFF with this
1952target is no longer provided.
1953
1954Earlier versions of GCC emitted Dwarf-1 when generating ELF to allow
1955the system debugger to be used. That support was too burdensome to
1956maintain. GCC now emits only dwarf-2 for this target. This means you
1957may use either the UDK debugger or GDB to debug programs built by this
161d7b59 1958version of GCC@.
f42974dc
DW
1959
1960If you are building languages other than C, you must follow the instructions
38209993
LG
1961about invoking @samp{make bootstrap} because the native OpenServer
1962compiler will build a @command{cc1plus} that will not correctly parse many
f9047ed3
JM
1963valid C++ programs including those in @file{libgcc.a}.
1964@strong{You must do a @samp{make bootstrap} if you are building with the
f42974dc
DW
1965native compiler.}
1966
38209993 1967Use of the @option{-march-pentiumpro} flag can result in
f42974dc 1968unrecognized opcodes when using the native assembler on OS versions before
767094dd 19695.0.6. (Support for P6 opcodes was added to the native ELF assembler in
f9047ed3 1970that version.) While it's rather rare to see these emitted by GCC yet,
f42974dc
DW
1971errors of the basic form:
1972
1973@example
1974 /usr/tmp/ccaNlqBc.s:22:unknown instruction: fcomip
1975 /usr/tmp/ccaNlqBc.s:50:unknown instruction: fucomip
1976@end example
1977
1978are symptoms of this problem. You may work around this by not
1979building affected files with that flag, by using the GNU assembler, or
161d7b59 1980by using the assembler provided with the current version of the OS@.
f42974dc
DW
1981Users of GNU assembler should see the note below for hazards on doing
1982so.
1983
1984The native SCO assembler that is provided with the OS at no
1985charge is normally required. If, however, you must be able to use
1986the GNU assembler (perhaps you're compiling code with asms that
1987require GAS syntax) you may configure this package using the flags
38209993
LG
1988@uref{./configure.html#with-gnu-as,,@option{--with-gnu-as}}. You must
1989use a recent version of GNU binutils; versions past 2.9.1 seem to work
1990well.
f42974dc
DW
1991
1992In general, the @option{--with-gnu-as} option isn't as well tested
1993as the native assembler.
1994
6cfb3f16 1995Look in @file{gcc/config/i386/sco5.h} (search for ``messy'') for
f42974dc
DW
1996additional OpenServer-specific flags.
1997
38209993 1998Systems based on OpenServer before 5.0.4 (@samp{uname -X}
f42974dc
DW
1999will tell you what you're running) require TLS597 from ftp.sco.com/TLS
2000for C++ constructors and destructors to work right.
2001
2002The system linker in (at least) 5.0.4 and 5.0.5 will sometimes
2003do the wrong thing for a construct that GCC will emit for PIC
2004code. This can be seen as execution testsuite failures when using
6cfb3f16 2005@option{-fPIC} on @file{921215-1.c}, @file{931002-1.c}, @file{nestfunc-1.c}, and @file{gcov-1.c}.
f42974dc 2006For 5.0.5, an updated linker that will cure this problem is
f9047ed3 2007available. You must install both
38209993 2008@uref{ftp://ftp.sco.com/Supplements/rs505a/,,ftp://ftp.sco.com/Supplements/rs505a/}
f42974dc
DW
2009and @uref{ftp://ftp.sco.com/SLS/,,OSS499A}.
2010
2011The dynamic linker in OpenServer 5.0.5 (earlier versions may show
2012the same problem) aborts on certain g77-compiled programs. It's particularly
2013likely to be triggered by building Fortran code with the @option{-fPIC} flag.
2014Although it's conceivable that the error could be triggered by other
2015code, only G77-compiled code has been observed to cause this abort.
2016If you are getting core dumps immediately upon execution of your
6cfb3f16 2017g77 program---and especially if it's compiled with @option{-fPIC}---try applying
f9047ed3 2018@uref{sco_osr5_g77.patch,,@file{sco_osr5_g77.patch}} to your libf2c and
161d7b59 2019rebuilding GCC@.
f42974dc
DW
2020Affected faults, when analyzed in a debugger, will show a stack
2021backtrace with a fault occurring in @code{rtld()} and the program
f9047ed3 2022running as @file{/usr/lib/ld.so.1}. This problem has been reported to SCO
f42974dc
DW
2023engineering and will hopefully be addressed in later releases.
2024
2025
f42974dc
DW
2026@html
2027</p>
2028<hr>
f42974dc 2029@end html
ef88b07d 2030@heading @anchor{ix86-*-udk}i?86-*-udk
f42974dc
DW
2031
2032This target emulates the SCO Universal Development Kit and requires that
f9047ed3
JM
2033package be installed. (If it is installed, you will have a
2034@file{/udk/usr/ccs/bin/cc} file present.) It's very much like the
f42974dc
DW
2035@code{i?86-*-unixware7*} target
2036but is meant to be used when hosting on a system where UDK isn't the
2037default compiler such as OpenServer 5 or Unixware 2. This target will
f9047ed3 2038generate binaries that will run on OpenServer, Unixware 2, or Unixware 7,
161d7b59 2039with the same warnings and caveats as the SCO UDK@.
f42974dc 2040
161d7b59 2041You can stage1 with either your native compiler or with UDK@. If you
f42974dc
DW
2042don't do a full bootstrap when initially building with your native compiler
2043you will have an utterly unusable pile of bits as your reward.
2044
2045This target is a little tricky to build because we have to distinguish
2046it from the native tools (so it gets headers, startups, and libraries
f9047ed3 2047from the right place) while making the tools not think we're actually
f42974dc
DW
2048building a cross compiler. The easiest way to do this is with a configure
2049command like this:
2050
f9047ed3 2051@samp{CC=/udk/usr/ccs/bin/cc @var{/your/path/to}/gcc/configure
f42974dc
DW
2052--host=i686-pc-udk --target=i686-pc-udk --program-prefix=udk-}
2053
6cfb3f16 2054@emph{You should substitute @samp{i686} in the above command with the appropriate
f42974dc
DW
2055processor for your host.}
2056
38209993 2057You should follow this with a @samp{make bootstrap} then
f9047ed3 2058@samp{make install}. You can then access the UDK-targeted GCC
38209993
LG
2059tools by adding @command{udk-} before the commonly known name. For
2060example, to invoke the C compiler, you would use @command{udk-gcc}.
2061They will coexist peacefully with any native-target GCC tools you may
2062have installed.
f42974dc
DW
2063
2064
b8df899a
JM
2065@html
2066</p>
2067<hr>
2068@end html
2069@heading @anchor{ix86-*-isc}i?86-*-isc
2070It may be a good idea to link with GNU malloc instead of the malloc that
2071comes with the system.
2072
6cfb3f16
JM
2073In ISC version 4.1, @command{sed} core dumps when building
2074@file{deduced.h}. Use the version of @command{sed} from version 4.0.
b8df899a
JM
2075
2076@html
2077</p>
2078<hr>
2079@end html
2080@heading @anchor{ix86-*-esix}i?86-*-esix
2081It may be good idea to link with GNU malloc instead of the malloc that
2082comes with the system.
2083
2084@html
2085</p>
2086<hr>
2087@end html
2088@heading @anchor{ix86-ibm-aix}i?86-ibm-aix
2089You need to use GAS version 2.1 or later, and LD from
2090GNU binutils version 2.2 or later.
2091
2092@html
2093</p>
2094<hr>
2095@end html
2096@heading @anchor{ix86-sequent-bsd}i?86-sequent-bsd
2097Go to the Berkeley universe before compiling.
2098
2099@html
2100</p>
2101<hr>
2102@end html
2103@heading @anchor{ix86-sequent-ptx1*}i?86-sequent-ptx1*, i?86-sequent-ptx2*
2104You must install GNU @file{sed} before running @file{configure}.
2105
2106@html
2107</p>
2108<hr>
2109@end html
2110@heading @anchor{#ix86-*-sysv3*}i?86-*-sysv3*
2111The @code{fixproto} shell script may trigger a bug in the system shell.
2112If you encounter this problem, upgrade your operating system or
2113use BASH (the GNU shell) to run @code{fixproto}.
2114
2115
2116@html
2117</p>
2118<hr>
2119@end html
2120@heading @anchor{i860-intel-osf*}i860-intel-osf*
2121On the Intel Paragon (an i860 machine), if you are using operating
2122system version 1.0, you will get warnings or errors about redefinition
161d7b59 2123of @code{va_arg} when you build GCC@.
b8df899a
JM
2124
2125If this happens, then you need to link most programs with the library
2126@file{iclib.a}. You must also modify @file{stdio.h} as follows: before
2127the lines
2128
2129@example
2130#if defined(__i860__) && !defined(_VA_LIST)
2131#include <va_list.h>
2132@end example
2133
2134@noindent
2135insert the line
2136
2137@example
2138#if __PGC__
2139@end example
2140
2141@noindent
2142and after the lines
2143
2144@example
2145extern int vprintf(const char *, va_list );
2146extern int vsprintf(char *, const char *, va_list );
2147#endif
2148@end example
2149
2150@noindent
2151insert the line
2152
2153@example
2154#endif /* __PGC__ */
2155@end example
2156
2157These problems don't exist in operating system version 1.1.
2158
2159@html
2160</p>
2161<hr>
2162@end html
2163@heading @anchor{*-lynx-lynxos}*-lynx-lynxos
f0523f02 2164LynxOS 2.2 and earlier comes with GCC 1.x already installed as
b8df899a 2165@file{/bin/gcc}. You should compile with this instead of @file{/bin/cc}.
f0523f02 2166You can tell GCC to use the GNU assembler and linker, by specifying
b8df899a 2167@samp{--with-gnu-as --with-gnu-ld} when configuring. These will produce
f0523f02 2168COFF format object files and executables; otherwise GCC will use the
b8df899a
JM
2169installed tools, which produce @file{a.out} format executables.
2170
f42974dc
DW
2171@html
2172</p>
2173<hr>
f42974dc
DW
2174<!-- rs6000-ibm-aix*, powerpc-ibm-aix* -->
2175@end html
ef88b07d 2176@heading @anchor{*-ibm-aix*}*-ibm-aix*
f42974dc
DW
2177
2178AIX Make frequently has problems with GCC makefiles. GNU Make 3.76 or
2179newer is recommended to build on this platform.
2180
6cfb3f16 2181Errors involving @code{alloca} when building GCC generally are due
38209993 2182to an incorrect definition of @var{CC} in the Makefile or mixing files
161d7b59 2183compiled with the native C compiler and GCC@. During the stage1 phase of
6cfb3f16
JM
2184the build, the native AIX compiler @strong{must} be invoked as @command{cc}
2185(not @command{xlc}). Once @command{configure} has been informed of
2186@command{xlc}, one needs to use @samp{make distclean} to remove the
38209993 2187configure cache files and ensure that @env{CC} environment variable
f42974dc
DW
2188does not provide a definition that will confuse @command{configure}.
2189If this error occurs during stage2 or later, then the problem most likely
2190is the version of Make (see above).
2191
df002c7d 2192Binutils 2.10 does not support AIX 4.3. Binutils available from the
38209993
LG
2193@uref{http://www-1.ibm.com/servers/aix/products/aixos/linux/,,AIX
2194Toolbox for Linux: GNU and Open Source tools for AIX};
df002c7d
DE
2195website does work. Binutils 2.11 is expected to include AIX 4.3
2196support. The GNU Assembler is necessary for libstdc++ to build. The
2197AIX native ld still is recommended. The native AIX tools do
161d7b59 2198interoperate with GCC@.
df002c7d
DE
2199
2200Linking executables and shared libraries may produce warnings of
2201duplicate symbols. The assembly files generated by GCC for AIX always
2202have included multiple symbol definitions for certain global variable
2203and function declarations in the original program. The warnings should
2204not prevent the linker from producing a correct library or runnable
2205executable.
2206
6cfb3f16 2207AIX 4.3 utilizes a ``large format'' archive to support both 32-bit and
df002c7d
DE
220864-bit object modules. The routines provided in AIX 4.3.0 and AIX 4.3.1
2209to parse archive libraries did not handle the new format correctly.
2210These routines are used by GCC and result in error messages during
6cfb3f16 2211linking such as ``not a COFF file''. The version of the routines shipped
df002c7d
DE
2212with AIX 4.3.1 should work for a 32-bit environment. The @option{-g}
2213option of the archive command may be used to create archives of 32-bit
6cfb3f16 2214objects using the original ``small format''. A correct version of the
df002c7d
DE
2215routines is shipped with AIX 4.3.2.
2216
f42974dc
DW
2217Some versions of the AIX binder (linker) can fail with a relocation
2218overflow severe error when the @option{-bbigtoc} option is used to link
161d7b59 2219GCC-produced object files into an executable that overflows the TOC@. A fix
f42974dc
DW
2220for APAR IX75823 (OVERFLOW DURING LINK WHEN USING GCC AND -BBIGTOC) is
2221available from IBM Customer Support and from its
2222@uref{http://service.boulder.ibm.com/,,service.boulder.ibm.com}
2223website as PTF U455193.
2224
df002c7d 2225The AIX 4.3.2.1 linker (bos.rte.bind_cmds Level 4.3.2.1) will dump core
161d7b59 2226with a segmentation fault when invoked by any version of GCC@. A fix for
df002c7d
DE
2227APAR IX87327 is available from IBM Customer Support and from its
2228@uref{http://service.boulder.ibm.com/,,service.boulder.ibm.com}
2229website as PTF U461879. This fix is incorporated in AIX 4.3.3 and above.
f42974dc
DW
2230
2231The initial assembler shipped with AIX 4.3.0 generates incorrect object
2232files. A fix for APAR IX74254 (64BIT DISASSEMBLED OUTPUT FROM COMPILER FAILS
2233TO ASSEMBLE/BIND) is available from IBM Customer Support and from its
2234@uref{http://service.boulder.ibm.com/,,service.boulder.ibm.com}
2235website as PTF U453956. This fix is incorporated in AIX 4.3.1 and above.
2236
161d7b59 2237AIX provides National Language Support (NLS)@. Compilers and assemblers
df002c7d 2238use NLS to support locale-specific representations of various data
6cfb3f16 2239formats including floating-point numbers (e.g., @samp{.} vs @samp{,} for
df002c7d
DE
2240separating decimal fractions). There have been problems reported where
2241GCC does not produce the same floating-point formats that the assembler
c771326b 2242expects. If one encounters this problem, set the @env{LANG}
6cfb3f16 2243environment variable to @samp{C} or @samp{En_US}.
f42974dc 2244
5791e6da
DE
2245By default, GCC for AIX 4.1 and above produces code that can be used on
2246both Power or PowerPC processors.
2247
6cfb3f16
JM
2248You can specify a default version for the @option{-mcpu=@var{cpu_type}}
2249switch by using the configure option @option{--with-cpu-@var{cpu_type}}.
f42974dc 2250
b8df899a
JM
2251@html
2252</p>
2253<hr>
2254@end html
2255@heading @anchor{m32r-*-elf}m32r-*-elf
2256Mitsubishi M32R processor.
2257This configuration is intended for embedded systems.
2258
2259@html
2260</p>
2261<hr>
2262@end html
2263@heading @anchor{m68000-hp-bsd}m68000-hp-bsd
161d7b59 2264HP 9000 series 200 running BSD@. Note that the C compiler that comes
f0523f02
JM
2265with this system cannot compile GCC; contact @email{law@@cygnus.com}
2266to get binaries of GCC for bootstrapping.
b8df899a
JM
2267
2268@html
2269</p>
2270<hr>
2271@end html
2272@heading @anchor{m6811-elf}m6811-elf
2273Motorola 68HC11 family micro controllers. These are used in embedded
2274applications. There are no standard Unix configurations.
2275
2276@html
2277</p>
2278<hr>
2279@end html
2280@heading @anchor{m6812-elf}m6812-elf
2281Motorola 68HC12 family micro controllers. These are used in embedded
2282applications. There are no standard Unix configurations.
2283
2284@html
2285</p>
2286<hr>
2287@end html
2288@heading @anchor{m68k-altos}m68k-altos
2289Altos 3068. You must use the GNU assembler, linker and debugger.
2290Also, you must fix a kernel bug. Details in the file @file{README.ALTOS}.
2291
2292@html
2293</p>
2294<hr>
2295@end html
2296@heading @anchor{m68k-apple-aux}m68k-apple-aux
161d7b59 2297Apple Macintosh running A/UX@.
b8df899a
JM
2298You may configure GCC to use either the system assembler and
2299linker or the GNU assembler and linker. You should use the GNU configuration
f0523f02 2300if you can, especially if you also want to use G++. You enabled
6cfb3f16 2301that configuration with + the @option{--with-gnu-as} and @option{--with-gnu-ld}
b8df899a
JM
2302options to @code{configure}.
2303
2304Note the C compiler that comes
161d7b59 2305with this system cannot compile GCC@. You can find binaries of GCC
b8df899a
JM
2306for bootstrapping on @code{jagubox.gsfc.nasa.gov}.
2307You will also a patched version of @file{/bin/ld} there that
2308raises some of the arbitrary limits found in the original.
2309
2310@html
2311</p>
2312<hr>
2313@end html
2314@heading @anchor{m68k-att-sysv}m68k-att-sysv
161d7b59 2315AT&T 3b1, a.k.a.@: 7300 PC@. This version of GCC cannot
b8df899a
JM
2316be compiled with the system C compiler, which is too buggy.
2317You will need to get a previous version of GCC and use it to
2318bootstrap. Binaries are available from the OSU-CIS archive, at
2319@uref{ftp://archive.cis.ohio-state.edu/pub/att7300/}.
2320
2321@html
2322</p>
2323<hr>
2324@end html
2325@heading @anchor{m68k-bull-sysv}m68k-bull-sysv
767094dd
JM
2326Bull DPX/2 series 200 and 300 with BOS-2.00.45 up to BOS-2.01. GCC works
2327either with native assembler or GNU assembler. You can use
6cfb3f16 2328GNU assembler with native coff generation by providing @option{--with-gnu-as} to
b8df899a 2329the configure script or use GNU assembler with dbx-in-coff encapsulation
767094dd 2330by providing @samp{--with-gnu-as --stabs}. For any problem with native
b8df899a
JM
2331assembler or for availability of the DPX/2 port of GAS, contact
2332@email{F.Pierresteguy@@frcl.bull.fr}.
2333
2334@html
2335</p>
2336<hr>
2337@end html
2338@heading @anchor{m68k-crds-unox}m68k-crds-unox
2339Use @samp{configure unos} for building on Unos.
2340
2341The Unos assembler is named @code{casm} instead of @code{as}. For some
2342strange reason linking @file{/bin/as} to @file{/bin/casm} changes the
f0523f02 2343behavior, and does not work. So, when installing GCC, you should
b8df899a
JM
2344install the following script as @file{as} in the subdirectory where
2345the passes of GCC are installed:
2346
2347@example
2348#!/bin/sh
2349casm $*
2350@end example
2351
2352The default Unos library is named @file{libunos.a} instead of
f0523f02 2353@file{libc.a}. To allow GCC to function, either change all
6cfb3f16 2354references to @option{-lc} in @file{gcc.c} to @option{-lunos} or link
b8df899a
JM
2355@file{/lib/libc.a} to @file{/lib/libunos.a}.
2356
2357@cindex @code{alloca}, for Unos
f0523f02 2358When compiling GCC with the standard compiler, to overcome bugs in
6cfb3f16
JM
2359the support of @code{alloca}, do not use @option{-O} when making stage 2.
2360Then use the stage 2 compiler with @option{-O} to make the stage 3
b8df899a
JM
2361compiler. This compiler will have the same characteristics as the usual
2362stage 2 compiler on other systems. Use it to make a stage 4 compiler
2363and compare that with stage 3 to verify proper compilation.
2364
2365(Perhaps simply defining @code{ALLOCA} in @file{x-crds} as described in
2366the comments there will make the above paragraph superfluous. Please
2367inform us of whether this works.)
2368
2369Unos uses memory segmentation instead of demand paging, so you will need
2370a lot of memory. 5 Mb is barely enough if no other tasks are running.
2371If linking @file{cc1} fails, try putting the object files into a library
2372and linking from that library.
2373
2374@html
2375</p>
2376<hr>
2377@end html
2378@heading @anchor{m68k-hp-hpux}m68k-hp-hpux
161d7b59
JM
2379HP 9000 series 300 or 400 running HP-UX@. HP-UX version 8.0 has a bug in
2380the assembler that prevents compilation of GCC@. This
b8df899a
JM
2381bug manifests itself during the first stage of compilation, while
2382building @file{libgcc2.a}:
2383
2384@smallexample
2385_floatdisf
2386cc1: warning: `-g' option not supported on this version of GCC
2387cc1: warning: `-g1' option not supported on this version of GCC
2388./xgcc: Internal compiler error: program as got fatal signal 11
2389@end smallexample
2390
2391A patched version of the assembler is available as the file
2392@uref{ftp://altdorf.ai.mit.edu/archive/cph/hpux-8.0-assembler}. If you
2393have HP software support, the patch can also be obtained directly from
2394HP, as described in the following note:
2395
2396@quotation
2397This is the patched assembler, to patch SR#1653-010439, where the
2398assembler aborts on floating point constants.
2399
2400The bug is not really in the assembler, but in the shared library
2401version of the function ``cvtnum(3c)''. The bug on ``cvtnum(3c)'' is
2402SR#4701-078451. Anyway, the attached assembler uses the archive
2403library version of ``cvtnum(3c)'' and thus does not exhibit the bug.
2404@end quotation
2405
2406This patch is also known as PHCO_4484.
2407
6cfb3f16 2408In addition, if you wish to use gas @option{--with-gnu-as} you must use
b8df899a
JM
2409gas version 2.1 or later, and you must use the GNU linker version 2.1 or
2410later. Earlier versions of gas relied upon a program which converted the
2411gas output into the native HP-UX format, but that program has not been
2412kept up to date. gdb does not understand that native HP-UX format, so
2413you must use gas if you wish to use gdb.
2414
2415On HP-UX version 8.05, but not on 8.07 or more recent versions, the
2416@code{fixproto} shell script triggers a bug in the system shell. If you
2417encounter this problem, upgrade your operating system or use BASH (the
2418GNU shell) to run @code{fixproto}. This bug will cause the fixproto
2419program to report an error of the form:
2420
2421@example
2422./fixproto: sh internal 1K buffer overflow
2423@end example
2424
2425To fix this, you can also change the first line of the fixproto script
2426to look like:
2427
2428@example
2429#!/bin/ksh
2430@end example
2431
2432
f42974dc
DW
2433@html
2434</p>
2435<hr>
f42974dc 2436@end html
ef88b07d 2437@heading @anchor{m68k-*-nextstep*}m68k-*-nextstep*
f42974dc 2438
b8df899a
JM
2439Current GCC versions probably do not work on version 2 of the NeXT
2440operating system.
2441
2147b154 2442On NeXTStep 3.0, the Objective-C compiler does not work, due,
b8df899a
JM
2443apparently, to a kernel bug that it happens to trigger. This problem
2444does not happen on 3.1.
2445
f42974dc
DW
2446You absolutely @strong{must} use GNU sed and GNU make on this platform.
2447
2448
f9047ed3 2449On NEXTSTEP 3.x where x < 3 the build of GCC will abort during
f42974dc
DW
2450stage1 with an error message like this:
2451
2452@example
2453 _eh
2454 /usr/tmp/ccbbsZ0U.s:987:Unknown pseudo-op: .section
2455 /usr/tmp/ccbbsZ0U.s:987:Rest of line ignored. 1st junk character
2456 valued 95 (_).
2457@end example
2458
f9047ed3 2459The reason for this is the fact that NeXT's assembler for these
6cfb3f16 2460versions of the operating system does not support the @samp{.section}
f42974dc
DW
2461pseudo op that's needed for full C++ exception functionality.
2462
f9047ed3
JM
2463As NeXT's assembler is a derived work from GNU as, a free
2464replacement that does can be obtained at
f42974dc
DW
2465@uref{ftp://ftp.next.peak.org:/next-ftp/next/apps/devtools/as.3.3.NIHS.s.tar.gz,,ftp://ftp.next.peak.org:/next-ftp/next/apps/devtools/as.3.3.NIHS.s.tar.gz}.
2466
2467If you try to build the integrated C++ & C++ runtime libraries on this system
2468you will run into trouble with include files. The way to get around this is
2469to use the following sequence. Note you must have write permission to
38209993 2470the directory @var{prefix} you specified in the configuration process of GCC
f42974dc
DW
2471for this sequence to work.
2472
2473@example
2474 cd bld-gcc
2475 make all-texinfo all-bison all-byacc all-binutils all-gas all-ld
2476 cd gcc
2477 make bootstrap
2478 make install-headers-tar
2479 cd ..
2480 make bootstrap3
2481@end example
2482
b8df899a
JM
2483@html
2484</p>
2485<hr>
2486@end html
2487@heading @anchor{m68k-ncr-*}m68k-ncr-*
2488On the Tower models 4@var{n}0 and 6@var{n}0, by default a process is not
2489allowed to have more than one megabyte of memory. GCC cannot compile
6cfb3f16 2490itself (or many other programs) with @option{-O} in that much memory.
b8df899a
JM
2491
2492To solve this problem, reconfigure the kernel adding the following line
2493to the configuration file:
2494
2495@smallexample
2496MAXUMEM = 4096
2497@end smallexample
2498
2499
2500@html
2501</p>
2502<hr>
2503@end html
2504@heading @anchor{m68k-sun}m68k-sun
2505Sun 3. We do not provide a configuration file to use the Sun FPA by
2506default, because programs that establish signal handlers for floating
161d7b59 2507point traps inherently cannot work with the FPA@.
f42974dc
DW
2508
2509@html
2510</p>
2511<hr>
f42974dc 2512@end html
ef88b07d 2513@heading @anchor{m68k-sun-sunos4.1.1}m68k-sun-sunos4.1.1
f42974dc
DW
2514
2515It is reported that you may need the GNU assembler on this platform.
2516
2517
b8df899a
JM
2518@html
2519</p>
2520<hr>
2521@end html
2522@heading @anchor{m88k-*-svr3}m88k-*-svr3
2523Motorola m88k running the AT&T/Unisoft/Motorola V.3 reference port.
2524These systems tend to use the Green Hills C, revision 1.8.5, as the
2525standard C compiler. There are apparently bugs in this compiler that
2526result in object files differences between stage 2 and stage 3. If this
2527happens, make the stage 4 compiler and compare it to the stage 3
2528compiler. If the stage 3 and stage 4 object files are identical, this
2529suggests you encountered a problem with the standard C compiler; the
2530stage 3 and 4 compilers may be usable.
2531
f0523f02 2532It is best, however, to use an older version of GCC for bootstrapping
b8df899a
JM
2533if you have one.
2534
2535@html
2536</p>
2537<hr>
2538@end html
2539@heading @anchor{m88k-*-dgux}m88k-*-dgux
161d7b59 2540Motorola m88k running DG/UX@. To build 88open BCS native or cross
b8df899a
JM
2541compilers on DG/UX, specify the configuration name as
2542@samp{m88k-*-dguxbcs} and build in the 88open BCS software development
2543environment. To build ELF native or cross compilers on DG/UX, specify
2544@samp{m88k-*-dgux} and build in the DG/UX ELF development environment.
2545You set the software development environment by issuing
2546@samp{sde-target} command and specifying either @samp{m88kbcs} or
2547@samp{m88kdguxelf} as the operand.
2548
2549If you do not specify a configuration name, @file{configure} guesses the
2550configuration based on the current software development environment.
2551
2552@html
2553</p>
2554<hr>
2555@end html
2556@heading @anchor{m88k-tektronix-sysv3}m88k-tektronix-sysv3
2557Tektronix XD88 running UTekV 3.2e. Do not turn on
2558optimization while building stage1 if you bootstrap with
2559the buggy Green Hills compiler. Also, The bundled LAI
2560System V NFS is buggy so if you build in an NFS mounted
2561directory, start from a fresh reboot, or avoid NFS all together.
2562Otherwise you may have trouble getting clean comparisons
2563between stages.
2564
2565@html
2566</p>
2567<hr>
2568@end html
2569@heading @anchor{mips-*-*}mips-*-*
2570If you use the 1.31 version of the MIPS assembler (such as was shipped
6cfb3f16 2571with Ultrix 3.1), you will need to use the @option{-fno-delayed-branch} switch
b8df899a
JM
2572when optimizing floating point code. Otherwise, the assembler will
2573complain when the GCC compiler fills a branch delay slot with a
2574floating point instruction, such as @code{add.d}.
2575
2576If on a MIPS system you get an error message saying ``does not have gp
2577sections for all it's [sic] sectons [sic]'', don't worry about it. This
2578happens whenever you use GAS with the MIPS linker, but there is not
2579really anything wrong, and it is okay to use the output file. You can
2580stop such warnings by installing the GNU linker.
2581
2582It would be nice to extend GAS to produce the gp tables, but they are
2583optional, and there should not be a warning about their absence.
2584
2585Users have reported some problems with version 2.0 of the MIPS
2586compiler tools that were shipped with Ultrix 4.1. Version 2.10
2587which came with Ultrix 4.2 seems to work fine.
2588
2589Users have also reported some problems with version 2.20 of the
2590MIPS compiler tools that were shipped with RISC/os 4.x. The earlier
2591version 2.11 seems to work fine.
2592
2593Some versions of the MIPS linker will issue an assertion failure
2594when linking code that uses @code{alloca} against shared
2595libraries on RISC-OS 5.0, and DEC's OSF/1 systems. This is a bug
2596in the linker, that is supposed to be fixed in future revisions.
6cfb3f16
JM
2597To protect against this, GCC passes @option{-non_shared} to the
2598linker unless you pass an explicit @option{-shared} or
2599@option{-call_shared} switch.
b8df899a
JM
2600
2601@heading @anchor{mips-mips-bsd}mips-mips-bsd
2602MIPS machines running the MIPS operating system in BSD mode. It's
2603possible that some old versions of the system lack the functions
2604@code{memcpy}, @code{memmove}, @code{memcmp}, and @code{memset}. If your
2605system lacks these, you must remove or undo the definition of
2606@code{TARGET_MEM_FUNCTIONS} in @file{mips-bsd.h}.
2607
2608The MIPS C compiler needs to be told to increase its table size
6cfb3f16
JM
2609for switch statements with the @option{-Wf,-XNg1500} option in
2610order to compile @file{cp/parse.c}. If you use the @option{-O2}
2611optimization option, you also need to use @option{-Olimit 3000}.
b8df899a
JM
2612Both of these options are automatically generated in the
2613@file{Makefile} that the shell script @file{configure} builds.
2614If you override the @code{CC} make variable and use the MIPS
6cfb3f16 2615compilers, you may need to add @option{-Wf,-XNg1500 -Olimit 3000}.
b8df899a
JM
2616
2617@html
2618</p>
2619<hr>
2620@end html
2621@heading @anchor{mips-mips-riscos*}mips-mips-riscos*
2622The MIPS C compiler needs to be told to increase its table size
6cfb3f16
JM
2623for switch statements with the @option{-Wf,-XNg1500} option in
2624order to compile @file{cp/parse.c}. If you use the @option{-O2}
2625optimization option, you also need to use @option{-Olimit 3000}.
b8df899a
JM
2626Both of these options are automatically generated in the
2627@file{Makefile} that the shell script @file{configure} builds.
2628If you override the @code{CC} make variable and use the MIPS
2629compilers, you may need to add @samp{-Wf,-XNg1500 -Olimit 3000}.
2630
2631MIPS computers running RISC-OS can support four different
2632personalities: default, BSD 4.3, System V.3, and System V.4
2633(older versions of RISC-OS don't support V.4). To configure GCC
2634for these platforms use the following configurations:
2635
2636@table @samp
2637@item mips-mips-riscos@code{rev}
2638Default configuration for RISC-OS, revision @code{rev}.
2639
2640@item mips-mips-riscos@code{rev}bsd
2641BSD 4.3 configuration for RISC-OS, revision @code{rev}.
2642
2643@item mips-mips-riscos@code{rev}sysv4
2644System V.4 configuration for RISC-OS, revision @code{rev}.
2645
2646@html
2647</p>
2648<hr>
2649@end html
2650@item mips-mips-riscos@code{rev}sysv
2651System V.3 configuration for RISC-OS, revision @code{rev}.
2652@end table
2653
2654The revision @code{rev} mentioned above is the revision of
2655RISC-OS to use. You must reconfigure GCC when going from a
2656RISC-OS revision 4 to RISC-OS revision 5. This has the effect of
2657avoiding a linker bug.
2658
f42974dc
DW
2659@html
2660</p>
2661<hr>
f42974dc 2662@end html
213ba345 2663@heading @anchor{mips*-sgi-irix4*}mips*-sgi-irix4*
f42974dc 2664
6cfb3f16 2665In order to compile GCC on an SGI running IRIX 4, the ``c.hdr.lib''
b8df899a
JM
2666option must be installed from the CD-ROM supplied from Silicon Graphics.
2667This is found on the 2nd CD in release 4.0.1.
2668
213ba345 2669On IRIX version 4.0.5F, and perhaps on some other versions as well,
b8df899a
JM
2670there is an assembler bug that reorders instructions incorrectly. To
2671work around it, specify the target configuration
2672@samp{mips-sgi-irix4loser}. This configuration inhibits assembler
2673optimization.
2674
2675In a compiler configured with target @samp{mips-sgi-irix4}, you can turn
6cfb3f16
JM
2676off assembler optimization by using the @option{-noasmopt} option. This
2677compiler option passes the option @option{-O0} to the assembler, to
b8df899a
JM
2678inhibit reordering.
2679
6cfb3f16 2680The @option{-noasmopt} option can be useful for testing whether a problem
b8df899a 2681is due to erroneous assembler reordering. Even if a problem does not go
6cfb3f16 2682away with @option{-noasmopt}, it may still be due to assembler
f0523f02 2683reordering---perhaps GCC itself was miscompiled as a result.
b8df899a 2684
213ba345
RO
2685You may get the following warning on IRIX 4 platforms, it can be safely
2686ignored.
2687@example
2688 warning: foo.o does not have gp tables for all its sections.
2689@end example
b8df899a 2690
213ba345
RO
2691@html
2692</p>
2693<hr>
2694@end html
2695@heading @anchor{mips*-sgi-irix5*}mips*-sgi-irix5*
f42974dc 2696
213ba345
RO
2697In order to compile GCC on an SGI running IRIX 5, the ``compiler_dev.hdr''
2698subsystem must be installed from the IDO CD-ROM supplied by Silicon
2699Graphics. It is also available for download from
2700@uref{http://www.sgi.com/developers/devtools/apis/ido.html,,http://www.sgi.com/developers/devtools/apis/ido.html}.
f42974dc 2701
213ba345
RO
2702@code{make compare} may fail on version 5 of IRIX unless you add
2703@option{-save-temps} to @code{CFLAGS}. On these systems, the name of the
2704assembler input file is stored in the object file, and that makes
2705comparison fail if it differs between the @code{stage1} and
2706@code{stage2} compilations. The option @option{-save-temps} forces a
2707fixed name to be used for the assembler input file, instead of a
2708randomly chosen name in @file{/tmp}. Do not add @option{-save-temps}
2709unless the comparisons fail without that option. If you do you
2710@option{-save-temps}, you will have to manually delete the @samp{.i} and
2711@samp{.s} files after each series of compilations.
f42974dc 2712
213ba345
RO
2713If you use the MIPS C compiler to bootstrap, it may be necessary
2714to increase its table size for switch statements with the
2715@option{-Wf,-XNg1500} option. If you use the @option{-O2}
2716optimization option, you also need to use @option{-Olimit 3000}.
f42974dc 2717
213ba345
RO
2718To enable debugging under IRIX 5, you must use GNU @command{as} 2.5 or later,
2719and use the @option{--with-gnu-as} configure option when configuring GCC.
2720GNU @command{as} is distributed as part of the binutils package.
2721
2722You must use GNU @command{as} on these platforms, as the native
2723assembler can not handle the code for exception handling support. Either
2724of these messages indicates that you are using the MIPS assembler when
2725instead you should be using GNU @command{as}:
f42974dc 2726
f42974dc 2727@example
213ba345
RO
2728 as0: Error: ./libgcc2.c, line 1:Badly delimited numeric literal
2729 .4byte $LECIE1-$LSCIE1
2730 as0: Error: ./libgcc2.c, line 1:malformed statement
f42974dc
DW
2731@end example
2732
213ba345 2733or:
f42974dc 2734
213ba345
RO
2735@example
2736 as0: Error: ./libgcc2.c, line 1:undefined symbol in expression
2737 .word $LECIE1-$LSCIE1
2738@end example
f42974dc 2739
213ba345
RO
2740When building GCC, the build process loops rebuilding @command{cc1} over
2741and over again. This happens on @samp{mips-sgi-irix5.2}, and possibly
2742other platforms. It has been reported that this is a known bug in the
2743@command{make} shipped with IRIX 5.2. We recommend you use GNU
2744@command{make} instead of the vendor supplied @command{make} program;
2745however, you may have success with @command{smake} on IRIX 5.2 if you do
2746not have GNU @command{make} available.
f42974dc
DW
2747
2748@html
2749</p>
2750<hr>
f42974dc 2751@end html
ef88b07d 2752@heading @anchor{mips*-sgi-irix6}mips*-sgi-irix6
f42974dc 2753
213ba345 2754If you are using IRIX @command{cc} as your bootstrap compiler, you must
f42974dc
DW
2755ensure that the N32 ABI is in use. To test this, compile a simple C
2756file with @command{cc} and then run @command{file} on the
2757resulting object file. The output should look like:
2758
2759@example
213ba345 2760test.o: ELF N32 MSB @dots{}
f42974dc
DW
2761@end example
2762
2763If you see:
213ba345
RO
2764
2765@example
2766test.o: ELF 32-bit MSB @dots{}
2767@end example
2768
2769or
2770
f42974dc 2771@example
213ba345 2772test.o: ELF 64-bit MSB @dots{}
f42974dc
DW
2773@end example
2774
213ba345 2775then your version of @command{cc} uses the O32 or N64 ABI by default. You
38209993 2776should set the environment variable @env{CC} to @samp{cc -n32}
161d7b59 2777before configuring GCC@.
f42974dc 2778
213ba345
RO
2779GCC on IRIX 6 is usually built to support both the N32 and N64 ABIs. If
2780you build GCC on a system that doesn't have the N64 libraries installed,
2781you need to configure with @option{--disable-multilib} so GCC doesn't
2782try to use them. Look for @file{/usr/lib64/libc.so.1} to see if you
2783have the 64-bit libraries installed.
2784
2785You must @emph{not} use GNU @command{as} (which isn't built anyway as of
2786binutils 2.11.2) on IRIX 6 platforms; doing so will only cause problems.
2787
f42974dc 2788GCC does not currently support generating O32 ABI binaries in the
213ba345
RO
2789@samp{mips-sgi-irix6} configurations. It used to be possible to create a GCC
2790with O32 ABI only support by configuring it for the @samp{mips-sgi-irix5}
2791target, which doesn't currently (2001-06-13) work itself. It is
2792expected that O32 ABI support will be available again in a future release.
f42974dc
DW
2793
2794GCC does not correctly pass/return structures which are
767094dd
JM
2795smaller than 16 bytes and which are not 8 bytes. The problem is very
2796involved and difficult to fix. It affects a number of other targets also,
f42974dc 2797but IRIX 6 is affected the most, because it is a 64 bit target, and 4 byte
767094dd 2798structures are common. The exact problem is that structures are being padded
e979f9e8 2799at the wrong end, e.g.@: a 4 byte structure is loaded into the lower 4 bytes
f42974dc
DW
2800of the register when it should be loaded into the upper 4 bytes of the
2801register.
2802
2803GCC is consistent with itself, but not consistent with the SGI C compiler
2804(and the SGI supplied runtime libraries), so the only failures that can
2805happen are when there are library functions that take/return such
213ba345
RO
2806structures. There are very few such library functions. Currently this
2807is known to affect @code{inet_ntoa}, @code{inet_lnaof},
2808@code{inet_netof}, @code{inet_makeaddr}, and @code{semctl}.
f42974dc 2809
3aa8219e
GP
2810See @uref{http://freeware.sgi.com/,,http://freeware.sgi.com/} for more
2811information about using GCC on IRIX platforms.
f42974dc 2812
b8df899a
JM
2813@html
2814</p>
2815<hr>
2816@end html
2817@heading @anchor{mips-sony-sysv}mips-sony-sysv
161d7b59
JM
2818Sony MIPS NEWS@. This works in NEWSOS 5.0.1, but not in 5.0.2 (which
2819uses ELF instead of COFF)@. Support for 5.0.2 will probably be provided
b8df899a
JM
2820soon by volunteers. In particular, the linker does not like the
2821code generated by GCC when shared libraries are linked in.
2822
2823
2824@html
2825</p>
2826<hr>
2827@end html
2828@heading @anchor{ns32k-encore}ns32k-encore
161d7b59 2829Encore ns32000 system. Encore systems are supported only under BSD@.
b8df899a
JM
2830
2831@html
2832</p>
2833<hr>
2834@end html
2835@heading @anchor{ns32k-*-genix}ns32k-*-genix
2836National Semiconductor ns32000 system. Genix has bugs in @code{alloca}
2837and @code{malloc}; you must get the compiled versions of these from GNU
2838Emacs.
2839
2840@html
2841</p>
2842<hr>
2843@end html
2844@heading @anchor{ns32k-sequent}ns32k-sequent
2845Go to the Berkeley universe before compiling.
2846
2847@html
2848</p>
2849<hr>
2850@end html
2851@heading @anchor{ns32k-utek}ns32k-utek
2852UTEK ns32000 system (``merlin''). The C compiler that comes with this
f0523f02
JM
2853system cannot compile GCC; contact @samp{tektronix!reed!mason} to get
2854binaries of GCC for bootstrapping.
b8df899a
JM
2855
2856
b8df899a
JM
2857@html
2858</p>
2859<hr>
2860@end html
2861@heading @anchor{powerpc-*-elf}powerpc-*-elf, powerpc-*-sysv4
2862PowerPC system in big endian mode, running System V.4.
2863
6cfb3f16
JM
2864You can specify a default version for the @option{-mcpu=@var{cpu_type}}
2865switch by using the configure option @option{--with-cpu-@var{cpu_type}}.
b8df899a 2866
f42974dc
DW
2867@html
2868</p>
2869<hr>
f42974dc 2870@end html
ef88b07d 2871@heading @anchor{powerpc-*-linux-gnu*}powerpc-*-linux-gnu*
f42974dc 2872
f9047ed3
JM
2873You will need
2874@uref{ftp://ftp.varesearch.com/pub/support/hjl/binutils,,binutils-2.9.4.0.8}
161d7b59 2875or newer for a working GCC@. It is strongly recommended to recompile binutils
f42974dc
DW
2876if you initially built it with gcc-2.7.2.x.
2877
6cfb3f16
JM
2878You can specify a default version for the @option{-mcpu=@var{cpu_type}}
2879switch by using the configure option @option{--with-cpu-@var{cpu_type}}.
b8df899a
JM
2880
2881@html
2882</p>
2883<hr>
2884@end html
2885@heading @anchor{powerpc-*-eabiaix}powerpc-*-eabiaix
6cfb3f16 2886Embedded PowerPC system in big endian mode with @option{-mcall-aix} selected as
b8df899a
JM
2887the default.
2888
6cfb3f16
JM
2889You can specify a default version for the @option{-mcpu=@var{cpu_type}}
2890switch by using the configure option @option{--with-cpu-@var{cpu_type}}.
b8df899a
JM
2891
2892@html
2893</p>
2894<hr>
2895@end html
2896@heading @anchor{powerpc-*-eabisim}powerpc-*-eabisim
2897Embedded PowerPC system in big endian mode for use in running under the
2898PSIM simulator.
2899
6cfb3f16
JM
2900You can specify a default version for the @option{-mcpu=@var{cpu_type}}
2901switch by using the configure option @option{--with-cpu-@var{cpu_type}}.
b8df899a
JM
2902
2903@html
2904</p>
2905<hr>
2906@end html
2907@heading @anchor{powerpc-*-eabi}powerpc-*-eabi
2908Embedded PowerPC system in big endian mode.
2909
6cfb3f16
JM
2910You can specify a default version for the @option{-mcpu=@var{cpu_type}}
2911switch by using the configure option @option{--with-cpu-@var{cpu_type}}.
b8df899a
JM
2912
2913@html
2914</p>
2915<hr>
2916@end html
2917@heading @anchor{powerpcle-*-elf}powerpcle-*-elf, powerpcle-*-sysv4
2918PowerPC system in little endian mode, running System V.4.
2919
6cfb3f16
JM
2920You can specify a default version for the @option{-mcpu=@var{cpu_type}}
2921switch by using the configure option @option{--with-cpu-@var{cpu_type}}.
b8df899a
JM
2922
2923@html
2924</p>
2925<hr>
2926@end html
2927@heading @anchor{powerpcle-*-eabisim}powerpcle-*-eabisim
2928Embedded PowerPC system in little endian mode for use in running under
2929the PSIM simulator.
2930
2931@html
2932</p>
2933<hr>
2934@end html
2935@heading @anchor{powerpcle-*-eabi}powerpcle-*-eabi
2936Embedded PowerPC system in little endian mode.
2937
6cfb3f16
JM
2938You can specify a default version for the @option{-mcpu=@var{cpu_type}}
2939switch by using the configure option @option{--with-cpu-@var{cpu_type}}.
b8df899a
JM
2940
2941@html
2942</p>
2943<hr>
2944@end html
2945@heading @anchor{powerpcle-*-winnt}powerpcle-*-winnt, powerpcle-*-pe
161d7b59 2946PowerPC system in little endian mode running Windows NT@.
b8df899a 2947
6cfb3f16
JM
2948You can specify a default version for the @option{-mcpu=@var{cpu_type}}
2949switch by using the configure option @option{--with-cpu-@var{cpu_type}}.
b8df899a
JM
2950
2951@html
2952</p>
2953<hr>
2954@end html
2955@heading @anchor{romp-*-aos}romp-*-aos, romp-*-mach
2956The only operating systems supported for the IBM RT PC are AOS and
161d7b59 2957MACH@. GCC does not support AIX running on the RT@. We recommend you
f0523f02 2958compile GCC with an earlier version of itself; if you compile GCC
b8df899a
JM
2959with @code{hc}, the Metaware compiler, it will work, but you will get
2960mismatches between the stage 2 and stage 3 compilers in various files.
2961These errors are minor differences in some floating-point constants and
2962can be safely ignored; the stage 3 compiler is correct.
f42974dc
DW
2963
2964@html
2965</p>
2966<hr>
f42974dc 2967@end html
ef88b07d 2968@heading @anchor{*-*-solaris*}*-*-solaris*
f42974dc 2969
767094dd 2970Starting with Solaris, Sun does not ship a C compiler any more. To
f42974dc
DW
2971bootstrap and install GCC you first have to install a pre-built
2972compiler, see our @uref{binaries.html,,binaries page} for
2973details.
2974
e6855a2d
MM
2975You must use GNU Make to build GCC on Solaris 2. If you don't have GNU
2976Make installed, you can use the prebuilt compiler mentioned above to
2977build it.
2978
f42974dc
DW
2979Sun as 4.X is broken in that it cannot cope with long symbol names.
2980A typical error message might look similar to the following:
2981
f9047ed3 2982@samp{/usr/ccs/bin/as: "/var/tmp/ccMsw135.s", line 11041:
f42974dc
DW
2983error: can't compute value of an expression involving an external symbol.}
2984
e6855a2d
MM
2985This is Sun bug 4237974. This is fixed with patch 108908-02 and has
2986been fixed in later (5.x) versions of the assembler.
b8df899a 2987
6cfb3f16 2988Solaris' @file{/bin/sh} will often fail to configure libstdc++-v3, boehm-gc or
0e96b203 2989libjava. If you encounter this problem, set @var{CONFIG_SHELL} to
6cfb3f16 2990@file{/bin/ksh} in your environment and run @samp{make bootstrap} again.
0e96b203 2991Another possibility that sometimes helps is to remove
6cfb3f16 2992@file{*-*-solaris*/config.cache}.
0e96b203 2993
b8df899a
JM
2994@html
2995<p>
2996<hr>
2997@end html
2998@heading @anchor{sparc-sun-*}sparc-sun-*
2999Sometimes on a Sun 4 you may observe a crash in the program
161d7b59 3000@code{genflags} or @code{genoutput} while building GCC@. This is said to
b8df899a
JM
3001be due to a bug in @code{sh}. You can probably get around it by running
3002@code{genflags} or @code{genoutput} manually and then retrying the
3003@code{make}.
3004
f42974dc
DW
3005@html
3006<p>
3007<hr>
f42974dc 3008@end html
ef88b07d 3009@heading @anchor{sparc-sun-solaris*}sparc-sun-solaris*
b8df899a
JM
3010On Solaris 2, executables of GCC version 2.0.2 are commonly
3011available, but they have a bug that shows up when compiling current
3012versions of GCC: undefined symbol errors occur during assembly if you
6cfb3f16 3013use @option{-g}.
b8df899a
JM
3014
3015The solution is to compile the current version of GCC without
6cfb3f16
JM
3016@option{-g}. That makes a working compiler which you can use to recompile
3017with @option{-g}.
b8df899a
JM
3018
3019Solaris 2 comes with a number of optional OS packages. Some of these
3020packages are needed to use GCC fully. If you did not install all
3021optional packages when installing Solaris, you will need to verify that
3022the packages that GCC needs are installed.
3023
3024To check whether an optional package is installed, use
3025the @code{pkginfo} command. To add an optional package, use the
3026@code{pkgadd} command. For further details, see the Solaris
3027documentation.
3028
3029For Solaris 2.0 and 2.1, GCC needs six packages: @samp{SUNWarc},
3030@samp{SUNWbtool}, @samp{SUNWesu}, @samp{SUNWhea}, @samp{SUNWlibm}, and
3031@samp{SUNWtoo}.
3032
3033For Solaris 2.2, GCC needs an additional seventh package: @samp{SUNWsprot}.
3034
3035On Solaris 2, trying to use the linker and other tools in
3036@file{/usr/ucb} to install GCC has been observed to cause trouble.
3037For example, the linker may hang indefinitely. The fix is to remove
3038@file{/usr/ucb} from your @code{PATH}.
f42974dc 3039
0e96b203 3040All releases of GNU binutils prior to 2.11.1 have known bugs on this
767094dd 3041platform. We recommend the use of GNU binutils 2.11.1 or the vendor
0e96b203 3042tools (Sun as, Sun ld).
f42974dc
DW
3043
3044Unfortunately, C++ shared libraries, including libstdc++, won't work
3045properly if assembled with Sun as: the linker will complain about
3046relocations in read-only sections, in the definition of virtual
767094dd 3047tables. Also, Sun as fails to process long symbols resulting from
f42974dc
DW
3048mangling template-heavy C++ function names.
3049
f42974dc
DW
3050@html
3051</p>
3052<hr>
f42974dc 3053@end html
ef88b07d 3054@heading @anchor{sparc-sun-solaris2.7}sparc-sun-solaris2.7
f42974dc
DW
3055
3056Sun patch 107058-01 (1999-01-13) for SPARC Solaris 7 triggers a bug in
3057the dynamic linker. This problem (Sun bug 4210064) affects GCC 2.8
3058and later, including all EGCS releases. Sun formerly recommended
3059107058-01 for all Solaris 7 users, but around 1999-09-01 it started to
3060recommend it only for people who use Sun's compilers.
f9047ed3 3061
f42974dc
DW
3062Here are some workarounds to this problem:
3063@itemize @bullet
3064@item
3065Do not install Sun patch 107058-01 until after Sun releases a
3066complete patch for bug 4210064. This is the simplest course to take,
3067unless you must also use Sun's C compiler. Unfortunately 107058-01
3068is preinstalled on some new Solaris-based hosts, so you may have to
3069back it out.
f9047ed3 3070
f42974dc
DW
3071@item
3072Copy the original, unpatched Solaris 7
3073@command{/usr/ccs/bin/as} into
3074@command{/usr/local/lib/gcc-lib/sparc-sun-solaris2.7/2.95.1/as},
3075adjusting the latter name to fit your local conventions and software
3076version numbers.
3077
3078@item
3079Install Sun patch 106950-03 (1999-05-25) or later. Nobody with
3080both 107058-01 and 106950-03 installed has reported the bug with GCC
3081and Sun's dynamic linker. This last course of action is riskiest,
3082for two reasons. First, you must install 106950 on all hosts that
3083run code generated by GCC; it doesn't suffice to install it only on
3084the hosts that run GCC itself. Second, Sun says that 106950-03 is
3085only a partial fix for bug 4210064, but Sun doesn't know whether the
161d7b59 3086partial fix is adequate for GCC@. Revision -08 or later should fix
f42974dc 3087the bug, but (as of 1999-10-06) it is still being tested.
f9047ed3 3088@end itemize
f42974dc
DW
3089
3090
3091@html
3092<p>
3093<hr>
f42974dc
DW
3094<!-- ripped from the same FAQ that I answered -->
3095@end html
ef88b07d 3096@heading @anchor{*-sun-solaris2.8}*-sun-solaris2.8
f42974dc
DW
3097
3098Sun bug 4296832 turns up when compiling X11 headers with GCC 2.95 or
6cfb3f16
JM
3099newer: @command{g++} will complain that types are missing. These headers assume
3100that omitting the type means @code{int}; this assumption worked for C89 but
f42974dc
DW
3101is wrong for C++, and is now wrong for C99 also.
3102
6cfb3f16
JM
3103@command{g++} accepts such (illegal) constructs with the option @option{-fpermissive}; it
3104will assume that any missing type is @code{int} (as defined by C89).
f42974dc 3105
9a3db543 3106For Solaris 8, this is fixed by revision 24 or later of patch 108652
f42974dc
DW
3107(for SPARCs) or 108653 (for Intels).
3108
0e96b203
AO
3109Solaris 8's linker fails to link some libjava programs if
3110previously-installed GCC java libraries already exist in the configured
3111prefix. For this reason, libgcj is disabled by default on Solaris 8.
3112If you use GNU ld, or if you don't have a previously-installed libgcj in
3113the same prefix, use @option{--enable-libgcj} to build and install the
3114Java libraries.
f42974dc
DW
3115
3116@html
3117<p>
3118<hr>
f42974dc 3119@end html
ef88b07d 3120@heading @anchor{sunv5}Sun V5.0 Compiler Bugs
f42974dc
DW
3121
3122The Sun V5.0 compilers are known to mis-compile GCC 2.95 and GCC 2.95.1,
3123which in turn causes GCC to fail its bootstrap comparison test.
3124GCC 2.95.2 has a workaround.
3125
3126
3127@html
3128</p>
3129<hr>
f42974dc 3130@end html
ef88b07d 3131@heading @anchor{sparc-sun-sunos*}sparc-sun-sunos*
f42974dc
DW
3132
3133A bug in the SunOS4 linker will cause it to crash when linking
6cfb3f16 3134@option{-fPIC} compiled objects (and will therefore not allow you to build
f42974dc
DW
3135shared libraries).
3136
3137To fix this problem you can either use the most recent version of
3138binutils or get the latest SunOS4 linker patch (patch ID 100170-10)
3139from Sun's patch site.
3140
3141
3142@html
3143</p>
3144<hr>
f42974dc 3145@end html
ef88b07d 3146@heading @anchor{sparc-unknown-linux-gnulibc1}sparc-unknown-linux-gnulibc1
f42974dc 3147
f9047ed3 3148It has been reported that you might need
f42974dc
DW
3149@uref{ftp://ftp.yggdrasil.com/private/hjl,,binutils-2.8.1.0.23}
3150for this platform, too.
3151
3152
3153@html
3154</p>
3155<hr>
f42974dc 3156@end html
ef88b07d 3157@heading @anchor{sparc64-*-*}sparc64-*-*
f42974dc
DW
3158
3159GCC version 2.95 is not able to compile code correctly for
3160@code{sparc64} targets. Users of the Linux kernel, at least,
316112~can use the @code{sparc32} program to start up a new shell
3162invocation with an environment that causes @command{configure} to
38209993 3163recognize (via @samp{uname -a}) the system as @var{sparc-*-*} instead.
f42974dc
DW
3164
3165
b8df899a
JM
3166@html
3167</p>
3168<hr>
3169@end html
3170@heading @anchor{#*-*-sysv*}*-*-sysv*
3171On System V release 3, you may get this error message
3172while linking:
3173
3174@smallexample
3175ld fatal: failed to write symbol name @var{something}
3176 in strings table for file @var{whatever}
3177@end smallexample
3178
3179This probably indicates that the disk is full or your ULIMIT won't allow
3180the file to be as large as it needs to be.
3181
3182This problem can also result because the kernel parameter @code{MAXUMEM}
3183is too small. If so, you must regenerate the kernel and make the value
3184much larger. The default value is reported to be 1024; a value of 32768
3185is said to work. Smaller values may also work.
3186
3187On System V, if you get an error like this,
3188
3189@example
3190/usr/local/lib/bison.simple: In function `yyparse':
3191/usr/local/lib/bison.simple:625: virtual memory exhausted
3192@end example
3193
3194@noindent
3195that too indicates a problem with disk space, ULIMIT, or @code{MAXUMEM}.
3196
f85b8d1a
JM
3197On a System V release 4 system, make sure @file{/usr/bin} precedes
3198@file{/usr/ucb} in @code{PATH}. The @code{cc} command in
3199@file{/usr/ucb} uses libraries which have bugs.
b8df899a
JM
3200
3201@html
3202</p>
3203<hr>
3204@end html
3205@heading @anchor{vax-dec-ultrix}vax-dec-ultrix
3206Don't try compiling with Vax C (@code{vcc}). It produces incorrect code
3207in some cases (for example, when @code{alloca} is used).
3208
3209Meanwhile, compiling @file{cp/parse.c} with pcc does not work because of
3210an internal table size limitation in that compiler. To avoid this
3211problem, compile just the GNU C compiler first, and use it to recompile
3212building all the languages that you want to run.
3213
3214@html
3215</p>
3216<hr>
3217@end html
3218@heading @anchor{we32k-*-*}we32k-*-*
3219These computers are also known as the 3b2, 3b5, 3b20 and other similar
3220names. (However, the 3b1 is actually a 68000.)
3221
6cfb3f16 3222Don't use @option{-g} when compiling with the system's compiler. The
b8df899a
JM
3223system's linker seems to be unable to handle such a large program with
3224debugging information.
3225
3226The system's compiler runs out of capacity when compiling @file{stmt.c}
161d7b59 3227in GCC@. You can work around this by building @file{cpp} in GCC
b8df899a
JM
3228first, then use that instead of the system's preprocessor with the
3229system's C compiler to compile @file{stmt.c}. Here is how:
3230
3231@smallexample
3232mv /lib/cpp /lib/cpp.att
3233cp cpp /lib/cpp.gnu
3234echo '/lib/cpp.gnu -traditional $@{1+"$@@"@}' > /lib/cpp
3235chmod +x /lib/cpp
3236@end smallexample
3237
f0523f02 3238The system's compiler produces bad code for some of the GCC
b8df899a
JM
3239optimization files. So you must build the stage 2 compiler without
3240optimization. Then build a stage 3 compiler with optimization.
3241That executable should work. Here are the necessary commands:
3242
3243@smallexample
3244make LANGUAGES=c CC=stage1/xgcc CFLAGS="-Bstage1/ -g"
3245make stage2
3246make CC=stage2/xgcc CFLAGS="-Bstage2/ -g -O"
3247@end smallexample
3248
3249You may need to raise the ULIMIT setting to build a C++ compiler,
3250as the file @file{cc1plus} is larger than one megabyte.
3251
f42974dc
DW
3252@html
3253</p>
3254<hr>
f42974dc 3255@end html
ef88b07d 3256@heading @anchor{windows}Microsoft Windows (32 bit)
f42974dc 3257
f9047ed3 3258A port of GCC 2.95.x is included with the
f42974dc
DW
3259@uref{http://www.cygwin.com/,,Cygwin environment}.
3260
3261Current (as of early 2001) snapshots of GCC will build under Cygwin
3262without modification.
3263
3264@html
3265</p>
3266<hr>
f42974dc 3267@end html
ef88b07d 3268@heading @anchor{os2}OS/2
f42974dc
DW
3269
3270GCC does not currently support OS/2. However, Andrew Zabolotny has been
3271working on a generic OS/2 port with pgcc. The current code code can be found
3272at @uref{http://www.goof.com/pcg/os2/,,http://www.goof.com/pcg/os2/}.
3273
f9047ed3 3274An older copy of GCC 2.8.1 is included with the EMX tools available at
f42974dc
DW
3275@uref{ftp://ftp.leo.org/pub/comp/os/os2/leo/devtools/emx+gcc/,,
3276ftp://ftp.leo.org/pub/comp/os/os2/leo/devtools/emx+gcc/}.
3277
3278@html
3279</p>
3280<hr>
f42974dc 3281@end html
ef88b07d 3282@heading @anchor{older}Older systems
f9047ed3
JM
3283
3284GCC contains support files for many older (1980s and early
32851990s) Unix variants. For the most part, support for these systems
3286has not been deliberately removed, but it has not been maintained for
3287several years and may suffer from bitrot. Support from some systems
3288has been removed from GCC 3: fx80, ns32-ns-genix, pyramid, tahoe,
3289gmicro, spur; most of these targets had not been updated since GCC
f42974dc 3290version 1.
f9047ed3
JM
3291
3292Support for older systems as targets for cross-compilation is less
3293problematic than support for them as hosts for GCC; if an enthusiast
3294wishes to make such a target work again (including resurrecting any
3295of the targets that never worked with GCC 2, starting from the last
3296CVS version before they were removed), patches
3297@uref{../contribute.html,,following the usual requirements}
3298would be likely to be accepted, since they should not affect the
f42974dc 3299support for more modern targets.
f9047ed3
JM
3300
3301Support for old systems as hosts for GCC can cause problems if the
3302workarounds for compiler, library and operating system bugs affect the
161d7b59 3303cleanliness or maintainability of the rest of GCC@. In some cases, to
f9047ed3
JM
3304bring GCC up on such a system, if still possible with current GCC, may
3305require first installing an old version of GCC which did work on that
3306system, and using it to compile a more recent GCC, to avoid bugs in
3307the vendor compiler. Old releases of GCC 1 and GCC 2 are available in
3308the old-releases directory on the
3309@uref{../mirrors.html,,GCC mirror sites}. Header bugs may generally
38209993
LG
3310be avoided using @command{fixincludes}, but bugs or deficiencies in
3311libraries and the operating system may still cause problems.
f9047ed3
JM
3312
3313For some systems, old versions of GNU binutils may also be useful,
3314and are available from pub/binutils/old-releases on
f42974dc 3315@uref{http://sources.redhat.com/mirrors.html,,sources.redhat.com mirror sites}.
f9047ed3
JM
3316
3317Some of the information on specific systems above relates to
3318such older systems, but much of the information
3319about GCC on such systems (which may no longer be applicable to
f42974dc 3320current GCC) is to be found in the GCC texinfo manual.
f9047ed3 3321
f42974dc
DW
3322@html
3323</p>
3324<hr>
f42974dc 3325@end html
ef88b07d 3326@heading @anchor{elf_targets}all ELF targets (SVR4, Solaris, etc.)
f42974dc 3327
38209993
LG
3328C++ support is significantly better on ELF targets if you use the
3329@uref{./configure.html#with-gnu-ld,,GNU linker}; duplicate copies of
3330inlines, vtables and template instantiations will be discarded
3331automatically.
f42974dc
DW
3332
3333
3334@html
3335</p>
3336<hr>
3337<p>
3338@end html
3339@ifhtml
3340@uref{./index.html,,Return to the GCC Installation page}
3341@end ifhtml
3342@end ifset
3343
3344@c ***************************************************************************
3345@c Part 6 The End of the Document
3346@ifinfo
3347@comment node-name, next, previous, up
3348@node Concept Index, , Specific, Top
3349@end ifinfo
3350
3351@ifinfo
3352@unnumbered Concept Index
3353
3354@printindex cp
3355
3356@contents
3357@end ifinfo
3358@bye