Next: , Previous: General Format, Up: Configuration


4.2 Specifying Machine Properties

The machine properties section must appear first. The keyword, NAME, is followed by a parenthesized, comma separate list containing a textual name for this configuration (in double quotation marks) and the endianness of the target specified by the keywords BIG ENDIAN or LITTLE ENDIAN.

For example the configuration of a big endian OpenRISC 1000 target could be specified as:

     NAME ( "OpenRISC 1000", BIG ENDIAN)