home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 2 / goldfish_vol2_cd1.bin / gnu / info / gcc.info-6 (.txt) < prev    next >
GNU Info File  |  1994-11-17  |  49KB  |  876 lines

  1. This is Info file gcc.info, produced by Makeinfo-1.55 from the input
  2. file gcc.texi.
  3.    This file documents the use and the internals of the GNU compiler.
  4.    Published by the Free Software Foundation 675 Massachusetts Avenue
  5. Cambridge, MA 02139 USA
  6.    Copyright (C) 1988, 1989, 1992, 1993, 1994 Free Software Foundation,
  7.    Permission is granted to make and distribute verbatim copies of this
  8. manual provided the copyright notice and this permission notice are
  9. preserved on all copies.
  10.    Permission is granted to copy and distribute modified versions of
  11. this manual under the conditions for verbatim copying, provided also
  12. that the sections entitled "GNU General Public License," "Funding for
  13. Free Software," and "Protect Your Freedom--Fight `Look And Feel'" are
  14. included exactly as in the original, and provided that the entire
  15. resulting derived work is distributed under the terms of a permission
  16. notice identical to this one.
  17.    Permission is granted to copy and distribute translations of this
  18. manual into another language, under the above conditions for modified
  19. versions, except that the sections entitled "GNU General Public
  20. License," "Funding for Free Software," and "Protect Your Freedom--Fight
  21. `Look And Feel'", and this permission notice, may be included in
  22. translations approved by the Free Software Foundation instead of in the
  23. original English.
  24. File: gcc.info,  Node: Configurations,  Next: Other Dir,  Up: Installation
  25. Configurations Supported by GNU CC
  26. ==================================
  27.    Here are the possible CPU types:
  28.      1750a, a29k, alpha, arm, cN, clipper, dsp16xx, elxsi, h8300,
  29.      hppa1.0, hppa1.1, i370, i386, i486, i860, i960, m68000, m68k, m88k,
  30.      mips, ns32k, pyramid, romp, rs6000, sh, sparc, sparclite, sparc64,
  31.      vax, we32k.
  32.    Here are the recognized company names.  As you can see, customary
  33. abbreviations are used rather than the longer official names.
  34.      acorn, alliant, altos, apollo, att, bull, cbm, convergent, convex,
  35.      crds, dec, dg, dolphin, elxsi, encore, harris, hitachi, hp, ibm,
  36.      intergraph, isi, mips, motorola, ncr, next, ns, omron, plexus,
  37.      sequent, sgi, sony, sun, tti, unicom.
  38.    The company name is meaningful only to disambiguate when the rest of
  39. the information supplied is insufficient.  You can omit it, writing
  40. just `CPU-SYSTEM', if it is not needed.  For example, `vax-ultrix4.2'
  41. is equivalent to `vax-dec-ultrix4.2'.
  42.    Here is a list of system types:
  43.      386bsd, aix, acis, amigados, aos, aout, bosx, bsd, clix, ctix,
  44.      cxux, dgux, dynix, ebmon, elf, esix, freebsd, hms, genix, gnu,
  45.      gnu/linux, hiux, hpux, iris, irix, isc, luna, lynxos, mach, minix,
  46.      msdos, mvs, netbsd, newsos, nindy, ns, osf, osfrose, ptx, riscix,
  47.      riscos, rtu, sco, solaris, sunos, sym, sysv, ultrix, unicos,
  48.      uniplus, unos, vms, vxworks, xenix.
  49. You can omit the system type; then `configure' guesses the operating
  50. system from the CPU and company.
  51.    You can add a version number to the system type; this may or may not
  52. make a difference.  For example, you can write `bsd4.3' or `bsd4.4' to
  53. distinguish versions of BSD.  In practice, the version number is most
  54. needed for `sysv3' and `sysv4', which are often treated differently.
  55.    If you specify an impossible combination such as `i860-dg-vms', then
  56. you may get an error message from `configure', or it may ignore part of
  57. the information and do the best it can with the rest.  `configure'
  58. always prints the canonical name for the alternative that it used.  GNU
  59. CC does not support all possible alternatives.
  60.    Often a particular model of machine has a name.  Many machine names
  61. are recognized as aliases for CPU/company combinations.  Thus, the
  62. machine name `sun3', mentioned above, is an alias for `m68k-sun'.
  63. Sometimes we accept a company name as a machine name, when the name is
  64. popularly used for a particular machine.  Here is a table of the known
  65. machine names:
  66.      3300, 3b1, 3bN, 7300, altos3068, altos, apollo68, att-7300,
  67.      balance, convex-cN, crds, decstation-3100, decstation, delta,
  68.      encore, fx2800, gmicro, hp7NN, hp8NN, hp9k2NN, hp9k3NN, hp9k7NN,
  69.      hp9k8NN, iris4d, iris, isi68, m3230, magnum, merlin, miniframe,
  70.      mmax, news-3600, news800, news, next, pbd, pc532, pmax, powerpc,
  71.      ps2, risc-news, rtpc, sun2, sun386i, sun386, sun3, sun4, symmetry,
  72.      tower-32, tower.
  73. Remember that a machine name specifies both the cpu type and the company
  74. name.  If you want to install your own homemade configuration files,
  75. you can use `local' as the company name to access them.  If you use
  76. configuration `CPU-local', the configuration name without the cpu prefix
  77. is used to form the configuration file names.
  78.    Thus, if you specify `m68k-local', configuration uses files
  79. `m68k.md', `local.h', `m68k.c', `xm-local.h', `t-local', and `x-local',
  80. all in the directory `config/m68k'.
  81.    Here is a list of configurations that have special treatment or
  82. special things you must know:
  83. `1750a-*-*'
  84.      MIL-STD-1750A processors.
  85.      Starting with GCC 2.6.1, the MIL-STD-1750A cross configuration no
  86.      longer supports the Tektronix Assembler, but instead produces
  87.      output for `as1750', an assembler/linker available under the GNU
  88.      Public License for the 1750A. Contact *okellogg@salyko.cube.net*
  89.      for more details on obtaining `as1750'.  A similarly licensed
  90.      simulator for the 1750A is available from same address.
  91.      You should ignore a fatal error during the building of libgcc
  92.      (libgcc is not yet implemented for the 1750A.)
  93.      The `as1750' assembler requires the file `ms1750.inc', which is
  94.      found in the directory `config/1750a'.
  95.      GNU CC produced the same sections as the Fairchild F9450 C
  96.      Compiler, namely:
  97.     `NREL'
  98.           The program code section.
  99.     `SREL'
  100.           The read/write (RAM) data section.
  101.     `KREL'
  102.           The read-only (ROM) constants section.
  103.     `IREL'
  104.           Initialization section (code to copy KREL to SREL).
  105.      The smallest addressable unit is 16 bits (BITS_PER_UNIT is 16).
  106.      This means that type `char' is represented with a 16-bit word per
  107.      character.  The 1750A's "Load/Store Upper/Lower Byte" instructions
  108.      are not used by GNU CC.
  109.      There is a problem with long argument lists to functions.  The
  110.      compiler aborts if the sum of space needed by all arguments
  111.      exceeds 14 words.  This is because the arguments are passed in
  112.      registers (R0..R13) not on the stack, and there is a problem with
  113.      passing further arguments (i.e.  beyond those in R0..R13) via the
  114.      stack.
  115.      If efficiency is less important than using long argument lists, you
  116.      can change the definition of the `FUNCTION_ARG' macro in
  117.      `config/1750/1750a.h' to always return zero.  If you do that, GNU
  118.      CC will pass all parameters on the stack.
  119. `alpha-*-osf1'
  120.      Systems using processors that implement the DEC Alpha architecture
  121.      and are running the OSF/1 operating system, for example the DEC
  122.      Alpha AXP systems.  (VMS on the Alpha is not currently supported
  123.      by GNU CC.)
  124.      GNU CC writes a `.verstamp' directive to the assembler output file
  125.      unless it is built as a cross-compiler.  It gets the version to
  126.      use from the system header file `/usr/include/stamp.h'.  If you
  127.      install a new version of OSF/1, you should rebuild GCC to pick up
  128.      the new version stamp.
  129.      Note that since the Alpha is a 64-bit architecture,
  130.      cross-compilers from 32-bit machines will not generate code as
  131.      efficient as that generated when the compiler is running on a
  132.      64-bit machine because many optimizations that depend on being
  133.      able to represent a word on the target in an integral value on the
  134.      host cannot be performed.  Building cross-compilers on the Alpha
  135.      for 32-bit machines has only been tested in a few cases and may
  136.      not work properly.
  137.      `make compare' may fail on old versions of OSF/1 unless you add
  138.      `-save-temps' to `CFLAGS'.  On these systems, the name of the
  139.      assembler input file is stored in the object file, and that makes
  140.      comparison fail if it differs between the `stage1' and `stage2'
  141.      compilations.  The option `-save-temps' forces a fixed name to be
  142.      used for the assembler input file, instead of a randomly chosen
  143.      name in `/tmp'.  Do not add `-save-temps' unless the comparisons
  144.      fail without that option.  If you add `-save-temps', you will have
  145.      to manually delete the `.i' and `.s' files after each series of
  146.      compilations.
  147.      GNU CC now supports both the native (ECOFF) debugging format used
  148.      by DBX and GDB and an encapsulated STABS format for use only with
  149.      GDB.  See the discussion of the `--with-stabs' option of
  150.      `configure' above for more information on these formats and how to
  151.      select them.
  152.      There is a bug in DEC's assembler that produces incorrect line
  153.      numbers for ECOFF format when the `.align' directive is used.  To
  154.      work around this problem, GNU CC will not emit such alignment
  155.      directives while writing ECOFF format debugging information even
  156.      if optimization is being performed.  Unfortunately, this has the
  157.      very undesirable side-effect that code addresses when `-O' is
  158.      specified are different depending on whether or not `-g' is also
  159.      specified.
  160.      To avoid this behavior, specify `-gstabs+' and use GDB instead of
  161.      DBX.  DEC is now aware of this problem with the assembler and
  162.      hopes to provide a fix shortly.
  163. `arm'
  164.      Advanced RISC Machines ARM-family processors.  These are often
  165.      used in embedded applications.  There are no standard Unix
  166.      configurations.  This configuration corresponds to the basic
  167.      instruction sequences and will produce a.out format object modules.
  168.      You may need to make a variant of the file `arm.h' for your
  169.      particular configuration.
  170. `arm-*-riscix'
  171.      The ARM2 or ARM3 processor running RISC iX, Acorn's port of BSD
  172.      Unix.  If you are running a version of RISC iX prior to 1.2 then
  173.      you must specify the version number during configuration.  Note
  174.      that the assembler shipped with RISC iX does not support stabs
  175.      debugging information; a new version of the assembler, with stabs
  176.      support included, is now available from Acorn.
  177. `a29k'
  178.      AMD Am29k-family processors.  These are normally used in embedded
  179.      applications.  There are no standard Unix configurations.  This
  180.      configuration corresponds to AMD's standard calling sequence and
  181.      binary interface and is compatible with other 29k tools.
  182.      You may need to make a variant of the file `a29k.h' for your
  183.      particular configuration.
  184. `a29k-*-bsd'
  185.      AMD Am29050 used in a system running a variant of BSD Unix.
  186. `decstation-*'
  187.      DECstations can support three different personalities: Ultrix, DEC
  188.      OSF/1, and OSF/rose.  To configure GCC for these platforms use the
  189.      following configurations:
  190.     `decstation-ultrix'
  191.           Ultrix configuration.
  192.     `decstation-osf1'
  193.           Dec's version of OSF/1.
  194.     `decstation-osfrose'
  195.           Open Software Foundation reference port of OSF/1 which uses
  196.           the OSF/rose object file format instead of ECOFF.  Normally,
  197.           you would not select this configuration.
  198.      The MIPS C compiler needs to be told to increase its table size
  199.      for switch statements with the `-Wf,-XNg1500' option in order to
  200.      compile `cp/parse.c'.  If you use the `-O2' optimization option,
  201.      you also need to use `-Olimit 3000'.  Both of these options are
  202.      automatically generated in the `Makefile' that the shell script
  203.      `configure' builds.  If you override the `CC' make variable and
  204.      use the MIPS compilers, you may need to add `-Wf,-XNg1500 -Olimit
  205.      3000'.
  206. `elxsi-elxsi-bsd'
  207.      The Elxsi's C compiler has known limitations that prevent it from
  208.      compiling GNU C.  Please contact `mrs@cygnus.com' for more details.
  209. `dsp16xx'
  210.      A port to the AT&T DSP1610 family of processors.
  211. `h8300-*-*'
  212.      The calling convention and structure layout has changed in release
  213.      2.6.  All code must be recompiled.  The calling convention now
  214.      passes the first three arguments in function calls in registers.
  215.      Structures are no longer a multiple of 2 bytes.
  216. `hppa*-*-*'
  217.      There are two variants of this CPU, called 1.0 and 1.1, which have
  218.      different machine descriptions.  You must use the right one for
  219.      your machine.  All 7NN machines and 8N7 machines use 1.1, while
  220.      all other 8NN machines use 1.0.
  221.      The easiest way to handle this problem is to use `configure hpNNN'
  222.      or `configure hpNNN-hpux', where NNN is the model number of the
  223.      machine.  Then `configure' will figure out if the machine is a 1.0
  224.      or 1.1.  Use `uname -a' to find out the model number of your
  225.      machine.
  226.      `-g' does not work on HP-UX, since that system uses a peculiar
  227.      debugging format which GNU CC does not know about.  However, `-g'
  228.      will work if you also use GAS and GDB in conjunction with GCC.  We
  229.      highly recommend using GAS for all HP-PA configurations.
  230.      You should be using GAS-2.3 (or later) along with GDB-4.12 (or
  231.      later).  These can be retrieved from all the traditional GNU ftp
  232.      archive sites.
  233.      Build GAS and install the resulting binary as:
  234.           /usr/local/lib/gcc-lib/CONFIGURATION/GCCVERSION/as
  235.      where CONFIGURATION is the configuration name (perhaps
  236.      `hpNNN-hpux') and GCCVERSION is the GNU CC version number.  Do
  237.      this *before* starting the build process, otherwise you will get
  238.      errors from the HPUX assembler while building `libgcc2.a'.  The
  239.      command
  240.           make install-dir
  241.      will create the necessary directory hierarchy so you can install
  242.      GAS before building GCC.
  243.      To enable debugging, configure GNU CC with the `--with-gnu-as'
  244.      option before building.
  245.      It has been reported that GNU CC produces invalid assembly code for
  246.      1.1 machines running HP-UX 8.02 when using the HP assembler.
  247.      Typically the errors look like this:
  248.           as: bug.s @line#15 [err#1060]
  249.             Argument 0 or 2 in FARG upper
  250.                    - lookahead = ARGW1=FR,RTNVAL=GR
  251.           as: foo.s @line#28 [err#1060]
  252.             Argument 0 or 2 in FARG upper
  253.                    - lookahead = ARGW1=FR
  254.      You can check the version of HP-UX you are running by executing
  255.      the command `uname -r'.   If you are indeed running HP-UX 8.02 on
  256.      a PA and using the HP assembler then configure GCC with
  257.      "hpNNN-hpux8.02".
  258. `i370-*-*'
  259.      This port is very preliminary and has many known bugs.  We hope to
  260.      have a higher-quality port for this machine soon.
  261. `i386-*-gnu/linux'
  262.      Bash-1.12 has a bug that causes configure to fail.  The symptom is
  263.      that the c++ subdirectory, `cp', is not configured.  Bash-1.14 and
  264.      later work fine.
  265. `i386-*-sco'
  266.      Compilation with RCC is recommended.  Also, it may be a good idea
  267.      to link with GNU malloc instead of the malloc that comes with the
  268.      system.
  269. `i386-*-sco3.2.4'
  270.      Use this configuration for SCO release 3.2 version 4.
  271. `i386-*-isc'
  272.      It may be a good idea to link with GNU malloc instead of the
  273.      malloc that comes with the system.
  274.      In ISC version 4.1, `sed' core dumps when building `deduced.h'.
  275.      Use the version of `sed' from version 4.0.
  276. `i386-*-esix'
  277.      It may be good idea to link with GNU malloc instead of the malloc
  278.      that comes with the system.
  279. `i386-ibm-aix'
  280.      You need to use GAS version 2.1 or later, and and LD from GNU
  281.      binutils version 2.2 or later.
  282. `i386-sequent-bsd'
  283.      Go to the Berkeley universe before compiling.  In addition, you
  284.      probably need to create a file named `string.h' containing just
  285.      one line: `#include <strings.h>'.
  286. `i386-sequent-ptx1*'
  287.      Sequent DYNIX/ptx 1.x.
  288. `i386-sequent-ptx2*'
  289.      Sequent DYNIX/ptx 2.x.
  290. `i386-sun-sunos4'
  291.      You may find that you need another version of GNU CC to begin
  292.      bootstrapping with, since the current version when built with the
  293.      system's own compiler seems to get an infinite loop compiling part
  294.      of `libgcc2.c'.  GNU CC version 2 compiled with GNU CC (any
  295.      version) seems not to have this problem.
  296.      See *Note Sun Install::, for information on installing GNU CC on
  297.      Sun systems.
  298. `i860-intel-osf1'
  299.      This is the Paragon.  If you have version 1.0 of the operating
  300.      system, see *Note Installation Problems::, for special things you
  301.      need to do to compensate for peculiarities in the system.
  302. `m68000-hp-bsd'
  303.      HP 9000 series 200 running BSD.  Note that the C compiler that
  304.      comes with this system cannot compile GNU CC; contact
  305.      `law@cs.utah.edu' to get binaries of GNU CC for bootstrapping.
  306. `m68k-altos'
  307.      Altos 3068.  You must use the GNU assembler, linker and debugger.
  308.      Also, you must fix a kernel bug.  Details in the file
  309.      `README.ALTOS'.
  310. `m68k-att-sysv'
  311.      AT&T 3b1, a.k.a. 7300 PC.  Special procedures are needed to
  312.      compile GNU CC with this machine's standard C compiler, due to
  313.      bugs in that compiler.  You can bootstrap it more easily with
  314.      previous versions of GNU CC if you have them.
  315.      Installing GNU CC on the 3b1 is difficult if you do not already
  316.      have GNU CC running, due to bugs in the installed C compiler.
  317.      However, the following procedure might work.  We are unable to
  318.      test it.
  319.        1. Comment out the `#include "config.h"' line on line 37 of
  320.           `cccp.c' and do `make cpp'.  This makes a preliminary version
  321.           of GNU cpp.
  322.        2. Save the old `/lib/cpp' and copy the preliminary GNU cpp to
  323.           that file name.
  324.        3. Undo your change in `cccp.c', or reinstall the original
  325.           version, and do `make cpp' again.
  326.        4. Copy this final version of GNU cpp into `/lib/cpp'.
  327.        5. Replace every occurrence of `obstack_free' in the file
  328.           `tree.c' with `_obstack_free'.
  329.        6. Run `make' to get the first-stage GNU CC.
  330.        7. Reinstall the original version of `/lib/cpp'.
  331.        8. Now you can compile GNU CC with itself and install it in the
  332.           normal fashion.
  333. `m68k-bull-sysv'
  334.      Bull DPX/2 series 200 and 300 with BOS-2.00.45 up to BOS-2.01. GNU
  335.      CC works either with native assembler or GNU assembler. You can use
  336.      GNU assembler with native coff generation by providing
  337.      `--with-gnu-as' to the configure script or use GNU assembler with
  338.      dbx-in-coff encapsulation by providing `--with-gnu-as --stabs'.
  339.      For any problem with native assembler or for availability of the
  340.      DPX/2 port of GAS, contact `F.Pierresteguy@frcl.bull.fr'.
  341. `m68k-crds-unox'
  342.      Use `configure unos' for building on Unos.
  343.      The Unos assembler is named `casm' instead of `as'.  For some
  344.      strange reason linking `/bin/as' to `/bin/casm' changes the
  345.      behavior, and does not work.  So, when installing GNU CC, you
  346.      should install the following script as `as' in the subdirectory
  347.      where the passes of GCC are installed:
  348.           #!/bin/sh
  349.           casm $*
  350.      The default Unos library is named `libunos.a' instead of `libc.a'.
  351.      To allow GNU CC to function, either change all references to
  352.      `-lc' in `gcc.c' to `-lunos' or link `/lib/libc.a' to
  353.      `/lib/libunos.a'.
  354.      When compiling GNU CC with the standard compiler, to overcome bugs
  355.      in the support of `alloca', do not use `-O' when making stage 2.
  356.      Then use the stage 2 compiler with `-O' to make the stage 3
  357.      compiler.  This compiler will have the same characteristics as the
  358.      usual stage 2 compiler on other systems.  Use it to make a stage 4
  359.      compiler and compare that with stage 3 to verify proper
  360.      compilation.
  361.      (Perhaps simply defining `ALLOCA' in `x-crds' as described in the
  362.      comments there will make the above paragraph superfluous.  Please
  363.      inform us of whether this works.)
  364.      Unos uses memory segmentation instead of demand paging, so you
  365.      will need a lot of memory.  5 Mb is barely enough if no other
  366.      tasks are running.  If linking `cc1' fails, try putting the object
  367.      files into a library and linking from that library.
  368. `m68k-hp-hpux'
  369.      HP 9000 series 300 or 400 running HP-UX.  HP-UX version 8.0 has a
  370.      bug in the assembler that prevents compilation of GNU CC.  To fix
  371.      it, get patch PHCO_4484 from HP.
  372.      In addition, if you wish to use gas `--with-gnu-as' you must use
  373.      gas version 2.1 or later, and you must use the GNU linker version
  374.      2.1 or later.  Earlier versions of gas relied upon a program which
  375.      converted the gas output into the native HP/UX format, but that
  376.      program has not been kept up to date.  gdb does not understand
  377.      that native HP/UX format, so you must use gas if you wish to use
  378.      gdb.
  379. `m68k-sun'
  380.      Sun 3.  We do not provide a configuration file to use the Sun FPA
  381.      by default, because programs that establish signal handlers for
  382.      floating point traps inherently cannot work with the FPA.
  383.      See *Note Sun Install::, for information on installing GNU CC on
  384.      Sun systems.
  385. `m88k-*-svr3'
  386.      Motorola m88k running the AT&T/Unisoft/Motorola V.3 reference port.
  387.      These systems tend to use the Green Hills C, revision 1.8.5, as the
  388.      standard C compiler.  There are apparently bugs in this compiler
  389.      that result in object files differences between stage 2 and stage
  390.      3.  If this happens, make the stage 4 compiler and compare it to
  391.      the stage 3 compiler.  If the stage 3 and stage 4 object files are
  392.      identical, this suggests you encountered a problem with the
  393.      standard C compiler; the stage 3 and 4 compilers may be usable.
  394.      It is best, however, to use an older version of GNU CC for
  395.      bootstrapping if you have one.
  396. `m88k-*-dgux'
  397.      Motorola m88k running DG/UX.  To build 88open BCS native or cross
  398.      compilers on DG/UX, specify the configuration name as
  399.      `m88k-*-dguxbcs' and build in the 88open BCS software development
  400.      environment.  To build ELF native or cross compilers on DG/UX,
  401.      specify `m88k-*-dgux' and build in the DG/UX ELF development
  402.      environment.  You set the software development environment by
  403.      issuing `sde-target' command and specifying either `m88kbcs' or
  404.      `m88kdguxelf' as the operand.
  405.      If you do not specify a configuration name, `configure' guesses the
  406.      configuration based on the current software development
  407.      environment.
  408. `m88k-tektronix-sysv3'
  409.      Tektronix XD88 running UTekV 3.2e.  Do not turn on optimization
  410.      while building stage1 if you bootstrap with the buggy Green Hills
  411.      compiler.  Also, The bundled LAI System V NFS is buggy so if you
  412.      build in an NFS mounted directory, start from a fresh reboot, or
  413.      avoid NFS all together.  Otherwise you may have trouble getting
  414.      clean comparisons between stages.
  415. `mips-mips-bsd'
  416.      MIPS machines running the MIPS operating system in BSD mode.  It's
  417.      possible that some old versions of the system lack the functions
  418.      `memcpy', `memcmp', and `memset'.  If your system lacks these, you
  419.      must remove or undo the definition of `TARGET_MEM_FUNCTIONS' in
  420.      `mips-bsd.h'.
  421.      The MIPS C compiler needs to be told to increase its table size
  422.      for switch statements with the `-Wf,-XNg1500' option in order to
  423.      compile `cp/parse.c'.  If you use the `-O2' optimization option,
  424.      you also need to use `-Olimit 3000'.  Both of these options are
  425.      automatically generated in the `Makefile' that the shell script
  426.      `configure' builds.  If you override the `CC' make variable and
  427.      use the MIPS compilers, you may need to add `-Wf,-XNg1500 -Olimit
  428.      3000'.
  429. `mips-mips-riscos*'
  430.      The MIPS C compiler needs to be told to increase its table size
  431.      for switch statements with the `-Wf,-XNg1500' option in order to
  432.      compile `cp/parse.c'.  If you use the `-O2' optimization option,
  433.      you also need to use `-Olimit 3000'.  Both of these options are
  434.      automatically generated in the `Makefile' that the shell script
  435.      `configure' builds.  If you override the `CC' make variable and
  436.      use the MIPS compilers, you may need to add `-Wf,-XNg1500 -Olimit
  437.      3000'.
  438.      MIPS computers running RISC-OS can support four different
  439.      personalities: default, BSD 4.3, System V.3, and System V.4 (older
  440.      versions of RISC-OS don't support V.4).  To configure GCC for
  441.      these platforms use the following configurations:
  442.     `mips-mips-riscos`rev''
  443.           Default configuration for RISC-OS, revision `rev'.
  444.     `mips-mips-riscos`rev'bsd'
  445.           BSD 4.3 configuration for RISC-OS, revision `rev'.
  446.     `mips-mips-riscos`rev'sysv4'
  447.           System V.4 configuration for RISC-OS, revision `rev'.
  448.     `mips-mips-riscos`rev'sysv'
  449.           System V.3 configuration for RISC-OS, revision `rev'.
  450.      The revision `rev' mentioned above is the revision of RISC-OS to
  451.      use.  You must reconfigure GCC when going from a RISC-OS revision
  452.      4 to RISC-OS revision 5.  This has the effect of avoiding a linker
  453.      bug (see *Note Installation Problems::, for more details).
  454. `mips-sgi-*'
  455.      In order to compile GCC on an SGI running IRIX 4, the "c.hdr.lib"
  456.      option must be installed from the CD-ROM supplied from Silicon
  457.      Graphics.  This is found on the 2nd CD in release 4.0.1.
  458.      `make compare' may fail on version 5 of IRIX unless you add
  459.      `-save-temps' to `CFLAGS'.  On these systems, the name of the
  460.      assembler input file is stored in the object file, and that makes
  461.      comparison fail if it differs between the `stage1' and `stage2'
  462.      compilations.  The option `-save-temps' forces a fixed name to be
  463.      used for the assembler input file, instead of a randomly chosen
  464.      name in `/tmp'.  Do not add `-save-temps' unless the comparisons
  465.      fail without that option.  If you do you `-save-temps', you will
  466.      have to manually delete the `.i' and `.s' files after each series
  467.      of compilations.
  468.      The MIPS C compiler needs to be told to increase its table size
  469.      for switch statements with the `-Wf,-XNg1500' option in order to
  470.      compile `cp/parse.c'.  If you use the `-O2' optimization option,
  471.      you also need to use `-Olimit 3000'.  Both of these options are
  472.      automatically generated in the `Makefile' that the shell script
  473.      `configure' builds.  If you override the `CC' make variable and
  474.      use the MIPS compilers, you may need to add `-Wf,-XNg1500 -Olimit
  475.      3000'.
  476.      On Irix version 4.0.5F, and perhaps on some other versions as well,
  477.      there is an assembler bug that reorders instructions incorrectly.
  478.      To work around it, specify the target configuration
  479.      `mips-sgi-irix4loser'.  This configuration inhibits assembler
  480.      optimization.
  481.      In a compiler configured with target `mips-sgi-irix4', you can turn
  482.      off assembler optimization by using the `-noasmopt' option.  This
  483.      compiler option passes the option `-O0' to the assembler, to
  484.      inhibit reordering.
  485.      The `-noasmopt' option can be useful for testing whether a problem
  486.      is due to erroneous assembler reordering.  Even if a problem does
  487.      not go away with `-noasmopt', it may still be due to assembler
  488.      reordering--perhaps GNU CC itself was miscompiled as a result.
  489.      To enable debugging under Irix 5, you must use GNU as 2.5 or later,
  490.      and use the -with-gnu-as configure option when configuring gcc.
  491.      GNU as is distributed as part of the binutils package.
  492. `mips-sony-sysv'
  493.      Sony MIPS NEWS.  This works in NEWSOS 5.0.1, but not in 5.0.2
  494.      (which uses ELF instead of COFF).  Support for 5.0.2 will probably
  495.      be provided soon by volunteers.  In particular, the linker does
  496.      not like the code generated by GCC when shared libraries are
  497.      linked in.
  498. `ns32k-encore'
  499.      Encore ns32000 system.  Encore systems are supported only under
  500.      BSD.
  501. `ns32k-*-genix'
  502.      National Semiconductor ns32000 system.  Genix has bugs in `alloca'
  503.      and `malloc'; you must get the compiled versions of these from GNU
  504.      Emacs.
  505. `ns32k-sequent'
  506.      Go to the Berkeley universe before compiling.  In addition, you
  507.      probably need to create a file named `string.h' containing just
  508.      one line: `#include <strings.h>'.
  509. `ns32k-utek'
  510.      UTEK ns32000 system ("merlin").  The C compiler that comes with
  511.      this system cannot compile GNU CC; contact `tektronix!reed!mason'
  512.      to get binaries of GNU CC for bootstrapping.
  513. `romp-*-aos'
  514. `romp-*-mach'
  515.      The only operating systems supported for the IBM RT PC are AOS and
  516.      MACH.  GNU CC does not support AIX running on the RT.  We
  517.      recommend you compile GNU CC with an earlier version of itself; if
  518.      you compile GNU CC with `hc', the Metaware compiler, it will work,
  519.      but you will get mismatches between the stage 2 and stage 3
  520.      compilers in various files.  These errors are minor differences in
  521.      some floating-point constants and can be safely ignored; the stage
  522.      3 compiler is correct.
  523. `rs6000-*-aix'
  524.      If you are running AIX version 3.2.5 and have XLC version 1.3.0.0,
  525.      you must obtain XLC 1.3.0.1 by requesting PTF 421749 from IBM.
  526.      Likewise, XLC-1.3.0.19 cannot correctly compile GNU CC; you must
  527.      obtain XLC-1.3.0.24 by requesting PTF 432238 from IBM.  If you are
  528.      using an older version of AIX you may have an old version of the
  529.      IBM assembler, which cannot correctly handle debugging directives.
  530.      See the file `README.RS6000' for more details on both of these
  531.      problems.
  532.      The PowerPC and POWER2 architectures are now supported, but have
  533.      not been very extensively tested due to lack of appropriate
  534.      systems.  Only AIX is supported on the PowerPC.  GNU CC does not
  535.      yet support the 64-bit PowerPC instructions.
  536.      Objective C does not work on this architecture.
  537.      AIX on the RS/6000 provides support (NLS) for environments outside
  538.      of the United States.  Compilers and assemblers use NLS to support
  539.      locale-specific representations of various objects including
  540.      floating-point numbers ("." vs "," for separating decimal
  541.      fractions).  There have been problems reported where the library
  542.      linked with GNU CC does not produce the same floating-point
  543.      formats that the assembler accepts.  If you have this problem, set
  544.      the LANG environment variable to "C" or "En_US".
  545. `vax-dec-ultrix'
  546.      Don't try compiling with Vax C (`vcc').  It produces incorrect code
  547.      in some cases (for example, when `alloca' is used).
  548.      Meanwhile, compiling `cp/parse.c' with pcc does not work because of
  549.      an internal table size limitation in that compiler.  To avoid this
  550.      problem, compile just the GNU C compiler first, and use it to
  551.      recompile building all the languages that you want to run.
  552. `sparc-sun-*'
  553.      See *Note Sun Install::, for information on installing GNU CC on
  554.      Sun systems.
  555. `vax-dec-vms'
  556.      See *Note VMS Install::, for details on how to install GNU CC on
  557.      VMS.
  558. `we32k-*-*'
  559.      These computers are also known as the 3b2, 3b5, 3b20 and other
  560.      similar names.  (However, the 3b1 is actually a 68000; see *Note
  561.      Configurations::.)
  562.      Don't use `-g' when compiling with the system's compiler.  The
  563.      system's linker seems to be unable to handle such a large program
  564.      with debugging information.
  565.      The system's compiler runs out of capacity when compiling `stmt.c'
  566.      in GNU CC.  You can work around this by building `cpp' in GNU CC
  567.      first, then use that instead of the system's preprocessor with the
  568.      system's C compiler to compile `stmt.c'.  Here is how:
  569.           mv /lib/cpp /lib/cpp.att
  570.           cp cpp /lib/cpp.gnu
  571.           echo '/lib/cpp.gnu -traditional ${1+"$@"}' > /lib/cpp
  572.           chmod +x /lib/cpp
  573.      The system's compiler produces bad code for some of the GNU CC
  574.      optimization files.  So you must build the stage 2 compiler without
  575.      optimization.  Then build a stage 3 compiler with optimization.
  576.      That executable should work.  Here are the necessary commands:
  577.           make LANGUAGES=c CC=stage1/xgcc CFLAGS="-Bstage1/ -g"
  578.           make stage2
  579.           make CC=stage2/xgcc CFLAGS="-Bstage2/ -g -O"
  580.      You may need to raise the ULIMIT setting to build a C++ compiler,
  581.      as the file `cc1plus' is larger than one megabyte.
  582. File: gcc.info,  Node: Other Dir,  Next: Cross-Compiler,  Prev: Configurations,  Up: Installation
  583. Compilation in a Separate Directory
  584. ===================================
  585.    If you wish to build the object files and executables in a directory
  586. other than the one containing the source files, here is what you must
  587. do differently:
  588.   1. Make sure you have a version of Make that supports the `VPATH'
  589.      feature.  (GNU Make supports it, as do Make versions on most BSD
  590.      systems.)
  591.   2. If you have ever run `configure' in the source directory, you must
  592.      undo the configuration.  Do this by running:
  593.           make distclean
  594.   3. Go to the directory in which you want to build the compiler before
  595.      running `configure':
  596.           mkdir gcc-sun3
  597.           cd gcc-sun3
  598.      On systems that do not support symbolic links, this directory must
  599.      be on the same file system as the source code directory.
  600.   4. Specify where to find `configure' when you run it:
  601.           ../gcc/configure ...
  602.      This also tells `configure' where to find the compiler sources;
  603.      `configure' takes the directory from the file name that was used to
  604.      invoke it.  But if you want to be sure, you can specify the source
  605.      directory with the `--srcdir' option, like this:
  606.           ../gcc/configure --srcdir=../gcc OTHER OPTIONS
  607.      The directory you specify with `--srcdir' need not be the same as
  608.      the one that `configure' is found in.
  609.    Now, you can run `make' in that directory.  You need not repeat the
  610. configuration steps shown above, when ordinary source files change.  You
  611. must, however, run `configure' again when the configuration files
  612. change, if your system does not support symbolic links.
  613. File: gcc.info,  Node: Cross-Compiler,  Next: Sun Install,  Prev: Other Dir,  Up: Installation
  614. Building and Installing a Cross-Compiler
  615. ========================================
  616.    GNU CC can function as a cross-compiler for many machines, but not
  617.    * Cross-compilers for the Mips as target using the Mips assembler
  618.      currently do not work, because the auxiliary programs
  619.      `mips-tdump.c' and `mips-tfile.c' can't be compiled on anything
  620.      but a Mips.  It does work to cross compile for a Mips if you use
  621.      the GNU assembler and linker.
  622.    * Cross-compilers between machines with different floating point
  623.      formats have not all been made to work.  GNU CC now has a floating
  624.      point emulator with which these can work, but each target machine
  625.      description needs to be updated to take advantage of it.
  626.    * Cross-compilation between machines of different word sizes is
  627.      somewhat problematic and sometimes does not work.
  628.    Since GNU CC generates assembler code, you probably need a
  629. cross-assembler that GNU CC can run, in order to produce object files.
  630. If you want to link on other than the target machine, you need a
  631. cross-linker as well.  You also need header files and libraries suitable
  632. for the target machine that you can install on the host machine.
  633. * Menu:
  634. * Steps of Cross::      Using a cross-compiler involves several steps
  635.                           that may be carried out on different machines.
  636. * Configure Cross::     Configuring a cross-compiler.
  637. * Tools and Libraries:: Where to put the linker and assembler, and the C library.
  638. * Cross Headers::       Finding and installing header files
  639.                           for a cross-compiler.
  640. * Cross Runtime::       Supplying arithmetic runtime routines (`libgcc1.a').
  641. * Build Cross::         Actually compiling the cross-compiler.
  642. File: gcc.info,  Node: Steps of Cross,  Next: Configure Cross,  Up: Cross-Compiler
  643. Steps of Cross-Compilation
  644. --------------------------
  645.    To compile and run a program using a cross-compiler involves several
  646. steps:
  647.    * Run the cross-compiler on the host machine to produce assembler
  648.      files for the target machine.  This requires header files for the
  649.      target machine.
  650.    * Assemble the files produced by the cross-compiler.  You can do this
  651.      either with an assembler on the target machine, or with a
  652.      cross-assembler on the host machine.
  653.    * Link those files to make an executable.  You can do this either
  654.      with a linker on the target machine, or with a cross-linker on the
  655.      host machine.  Whichever machine you use, you need libraries and
  656.      certain startup files (typically `crt....o') for the target
  657.      machine.
  658.    It is most convenient to do all of these steps on the same host
  659. machine, since then you can do it all with a single invocation of GNU
  660. CC.  This requires a suitable cross-assembler and cross-linker.  For
  661. some targets, the GNU assembler and linker are available.
  662. File: gcc.info,  Node: Configure Cross,  Next: Tools and Libraries,  Prev: Steps of Cross,  Up: Cross-Compiler
  663. Configuring a Cross-Compiler
  664. ----------------------------
  665.    To build GNU CC as a cross-compiler, you start out by running
  666. `configure'.  Use the `--target=TARGET' to specify the target type.  If
  667. `configure' was unable to correctly identify the system you are running
  668. on, also specify the `--build=BUILD' option.  For example, here is how
  669. to configure for a cross-compiler that produces code for an HP 68030
  670. system running BSD on a system that `configure' can correctly identify:
  671.      ./configure --target=m68k-hp-bsd4.3
  672. File: gcc.info,  Node: Tools and Libraries,  Next: Cross Headers,  Prev: Configure Cross,  Up: Cross-Compiler
  673. Tools and Libraries for a Cross-Compiler
  674. ----------------------------------------
  675.    If you have a cross-assembler and cross-linker available, you should
  676. install them now.  Put them in the directory `/usr/local/TARGET/bin'.
  677. Here is a table of the tools you should put in this directory:
  678.      This should be the cross-assembler.
  679.      This should be the cross-linker.
  680.      This should be the cross-archiver: a program which can manipulate
  681.      archive files (linker libraries) in the target machine's format.
  682. `ranlib'
  683.      This should be a program to construct a symbol table in an archive
  684.      file.
  685.    The installation of GNU CC will find these programs in that
  686. directory, and copy or link them to the proper place to for the
  687. cross-compiler to find them when run later.
  688.    The easiest way to provide these files is to build the Binutils
  689. package and GAS.  Configure them with the same `--host' and `--target'
  690. options that you use for configuring GNU CC, then build and install
  691. them.  They install their executables automatically into the proper
  692. directory.  Alas, they do not support all the targets that GNU CC
  693. supports.
  694.    If you want to install libraries to use with the cross-compiler,
  695. such as a standard C library, put them in the directory
  696. `/usr/local/TARGET/lib'; installation of GNU CC copies all all the
  697. files in that subdirectory into the proper place for GNU CC to find
  698. them and link with them.  Here's an example of copying some libraries
  699. from a target machine:
  700.      ftp TARGET-MACHINE
  701.      lcd /usr/local/TARGET/lib
  702.      cd /lib
  703.      get libc.a
  704.      cd /usr/lib
  705.      get libg.a
  706.      get libm.a
  707.      quit
  708. The precise set of libraries you'll need, and their locations on the
  709. target machine, vary depending on its operating system.
  710.    Many targets require "start files" such as `crt0.o' and `crtn.o'
  711. which are linked into each executable; these too should be placed in
  712. `/usr/local/TARGET/lib'.  There may be several alternatives for
  713. `crt0.o', for use with profiling or other compilation options.  Check
  714. your target's definition of `STARTFILE_SPEC' to find out what start
  715. files it uses.  Here's an example of copying these files from a target
  716. machine:
  717.      ftp TARGET-MACHINE
  718.      lcd /usr/local/TARGET/lib
  719.      prompt
  720.      cd /lib
  721.      mget *crt*.o
  722.      cd /usr/lib
  723.      mget *crt*.o
  724.      quit
  725. File: gcc.info,  Node: Cross Runtime,  Next: Build Cross,  Prev: Cross Headers,  Up: Cross-Compiler
  726. `libgcc.a' and Cross-Compilers
  727. ------------------------------
  728.    Code compiled by GNU CC uses certain runtime support functions
  729. implicitly.  Some of these functions can be compiled successfully with
  730. GNU CC itself, but a few cannot be.  These problem functions are in the
  731. source file `libgcc1.c'; the library made from them is called
  732. `libgcc1.a'.
  733.    When you build a native compiler, these functions are compiled with
  734. some other compiler-the one that you use for bootstrapping GNU CC.
  735. Presumably it knows how to open code these operations, or else knows how
  736. to call the run-time emulation facilities that the machine comes with.
  737. But this approach doesn't work for building a cross-compiler.  The
  738. compiler that you use for building knows about the host system, not the
  739. target system.
  740.    So, when you build a cross-compiler you have to supply a suitable
  741. library `libgcc1.a' that does the job it is expected to do.
  742.    To compile `libgcc1.c' with the cross-compiler itself does not work.
  743. The functions in this file are supposed to implement arithmetic
  744. operations that GNU CC does not know how to open code, for your target
  745. machine.  If these functions are compiled with GNU CC itself, they will
  746. compile into infinite recursion.
  747.    On any given target, most of these functions are not needed.  If GNU
  748. CC can open code an arithmetic operation, it will not call these
  749. functions to perform the operation.  It is possible that on your target
  750. machine, none of these functions is needed.  If so, you can supply an
  751. empty library as `libgcc1.a'.
  752.    Many targets need library support only for multiplication and
  753. division.  If you are linking with a library that contains functions for
  754. multiplication and division, you can tell GNU CC to call them directly
  755. by defining the macros `MULSI3_LIBCALL', and the like.  These macros
  756. need to be defined in the target description macro file.  For some
  757. targets, they are defined already.  This may be sufficient to avoid the
  758. need for libgcc1.a; if so, you can supply an empty library.
  759.    Some targets do not have floating point instructions; they need other
  760. functions in `libgcc1.a', which do floating arithmetic.  Recent
  761. versions of GNU CC have a file which emulates floating point.  With a
  762. certain amount of work, you should be able to construct a floating
  763. point emulator that can be used as `libgcc1.a'.  Perhaps future
  764. versions will contain code to do this automatically and conveniently.
  765. That depends on whether someone wants to implement it.
  766.    If your target system has another C compiler, you can configure GNU
  767. CC as a native compiler on that machine, build just `libgcc1.a' with
  768. `make libgcc1.a' on that machine, and use the resulting file with the
  769. cross-compiler.  To do this, execute the following on the target
  770. machine:
  771.      cd TARGET-BUILD-DIR
  772.      ./configure --host=sparc --target=sun3
  773.      make libgcc1.a
  774. And then this on the host machine:
  775.      ftp TARGET-MACHINE
  776.      binary
  777.      cd TARGET-BUILD-DIR
  778.      get libgcc1.a
  779.      quit
  780.    Another way to provide the functions you need in `libgcc1.a' is to
  781. define the appropriate `perform_...' macros for those functions.  If
  782. these definitions do not use the C arithmetic operators that they are
  783. meant to implement, you should be able to compile them with the
  784. cross-compiler you are building.  (If these definitions already exist
  785. for your target file, then you are all set.)
  786.    To build `libgcc1.a' using the perform macros, use
  787. `LIBGCC1=libgcc1.a OLDCC=./xgcc' when building the compiler.
  788. Otherwise, you should place your replacement library under the name
  789. `libgcc1.a' in the directory in which you will build the
  790. cross-compiler, before you run `make'.
  791. File: gcc.info,  Node: Cross Headers,  Next: Cross Runtime,  Prev: Tools and Libraries,  Up: Cross-Compiler
  792. Cross-Compilers and Header Files
  793. --------------------------------
  794.    If you are cross-compiling a standalone program or a program for an
  795. embedded system, then you may not need any header files except the few
  796. that are part of GNU CC (and those of your program).  However, if you
  797. intend to link your program with a standard C library such as `libc.a',
  798. then you probably need to compile with the header files that go with
  799. the library you use.
  800.    The GNU C compiler does not come with these files, because (1) they
  801. are system-specific, and (2) they belong in a C library, not in a
  802. compiler.
  803.    If the GNU C library supports your target machine, then you can get
  804. the header files from there (assuming you actually use the GNU library
  805. when you link your program).
  806.    If your target machine comes with a C compiler, it probably comes
  807. with suitable header files also.  If you make these files accessible
  808. from the host machine, the cross-compiler can use them also.
  809.    Otherwise, you're on your own in finding header files to use when
  810. cross-compiling.
  811.    When you have found suitable header files, put them in
  812. `/usr/local/TARGET/include', before building the cross compiler.  Then
  813. installation will run fixincludes properly and install the corrected
  814. versions of the header files where the compiler will use them.
  815.    Provide the header files before you build the cross-compiler, because
  816. the build stage actually runs the cross-compiler to produce parts of
  817. `libgcc.a'.  (These are the parts that *can* be compiled with GNU CC.)
  818. Some of them need suitable header files.
  819.    Here's an example showing how to copy the header files from a target
  820. machine.  On the target machine, do this:
  821.      (cd /usr/include; tar cf - .) > tarfile
  822.    Then, on the host machine, do this:
  823.      ftp TARGET-MACHINE
  824.      lcd /usr/local/TARGET/include
  825.      get tarfile
  826.      quit
  827.      tar xf tarfile
  828. File: gcc.info,  Node: Build Cross,  Prev: Cross Runtime,  Up: Cross-Compiler
  829. Actually Building the Cross-Compiler
  830. ------------------------------------
  831.    Now you can proceed just as for compiling a single-machine compiler
  832. through the step of building stage 1.  If you have not provided some
  833. sort of `libgcc1.a', then compilation will give up at the point where
  834. it needs that file, printing a suitable error message.  If you do
  835. provide `libgcc1.a', then building the compiler will automatically
  836. compile and link a test program called `cross-test'; if you get errors
  837. in the linking, it means that not all of the necessary routines in
  838. `libgcc1.a' are available.
  839.    If you are making a cross-compiler for an embedded system, and there
  840. is no `stdio.h' header for it, then the compilation of `enquire' will
  841. probably fail.  The job of `enquire' is to run on the target machine
  842. and figure out by experiment the nature of its floating point
  843. representation.  `enquire' records its findings in the header file
  844. `float.h'.  If you can't produce this file by running `enquire' on the
  845. target machine, then you will need to come up with a suitable `float.h'
  846. in some other way (or else, avoid using it in your programs).
  847.    Do not try to build stage 2 for a cross-compiler.  It doesn't work to
  848. rebuild GNU CC as a cross-compiler using the cross-compiler, because
  849. that would produce a program that runs on the target machine, not on the
  850. host.  For example, if you compile a 386-to-68030 cross-compiler with
  851. itself, the result will not be right either for the 386 (because it was
  852. compiled into 68030 code) or for the 68030 (because it was configured
  853. for a 386 as the host).  If you want to compile GNU CC into 68030 code,
  854. whether you compile it on a 68030 or with a cross-compiler on a 386, you
  855. must specify a 68030 as the host when you configure it.
  856.    To install the cross-compiler, use `make install', as usual.
  857. File: gcc.info,  Node: Sun Install,  Next: VMS Install,  Prev: Cross-Compiler,  Up: Installation
  858. Installing GNU CC on the Sun
  859. ============================
  860.    On Solaris (version 2.1), do not use the linker or other tools in
  861. `/usr/ucb' to build GNU CC.  Use `/usr/ccs/bin'.
  862.    Make sure the environment variable `FLOAT_OPTION' is not set when
  863. you compile `libgcc.a'.  If this option were set to `f68881' when
  864. `libgcc.a' is compiled, the resulting code would demand to be linked
  865. with a special startup file and would not link properly without special
  866. pains.
  867.    There is a bug in `alloca' in certain versions of the Sun library.
  868. To avoid this bug, install the binaries of GNU CC that were compiled by
  869. GNU CC.  They use `alloca' as a built-in function and never the one in
  870. the library.
  871.    Some versions of the Sun compiler crash when compiling GNU CC.  The
  872. problem is a segmentation fault in cpp.  This problem seems to be due to
  873. the bulk of data in the environment variables.  You may be able to avoid
  874. it by using the following command to compile GNU CC with Sun CC:
  875.      make CC="TERMCAP=x OBJS=x LIBFUNCS=x STAGESTUFF=x cc"
  876.