DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(gcc.info) ARC Options

Info Catalog (gcc.info) V850 Options (gcc.info) Submodel Options (gcc.info) NS32K Options
 
 ARC Options
 -----------
 
    These options are defined for ARC implementations:
 
 `-EL'
      Compile code for little endian mode.  This is the default.
 
 `-EB'
      Compile code for big endian mode.
 
 `-mmangle-cpu'
      Prepend the name of the cpu to all public symbol names.  In
      multiple-processor systems, there are many ARC variants with
      different instruction and register set characteristics.  This flag
      prevents code compiled for one cpu to be linked with code compiled
      for another.  No facility exists for handling variants that are
      "almost identical".  This is an all or nothing option.
 
 `-mcpu=CPU'
      Compile code for ARC variant CPU.  Which variants are supported
      depend on the configuration.  All variants support `-mcpu=base',
      this is the default.
 
 `-mtext=TEXT SECTION'
 `-mdata=DATA SECTION'
 `-mrodata=READONLY DATA SECTION'
      Put functions, data, and readonly data in TEXT SECTION, DATA
      SECTION, and READONLY DATA SECTION respectively by default.  This
      can be overridden with the `section' attribute.   Variable
      Attributes.
 
Info Catalog (gcc.info) V850 Options (gcc.info) Submodel Options (gcc.info) NS32K Options
automatically generated byinfo2html