gcc: Score Options

1 
1 3.18.43 Score Options
1 ---------------------
1 
1 These options are defined for Score implementations:
1 
1 '-meb'
1      Compile code for big-endian mode.  This is the default.
1 
1 '-mel'
1      Compile code for little-endian mode.
1 
1 '-mnhwloop'
1      Disable generation of 'bcnz' instructions.
1 
1 '-muls'
1      Enable generation of unaligned load and store instructions.
1 
1 '-mmac'
1      Enable the use of multiply-accumulate instructions.  Disabled by
1      default.
1 
1 '-mscore5'
1      Specify the SCORE5 as the target architecture.
1 
1 '-mscore5u'
1      Specify the SCORE5U of the target architecture.
1 
1 '-mscore7'
1      Specify the SCORE7 as the target architecture.  This is the
1      default.
1 
1 '-mscore7d'
1      Specify the SCORE7D as the target architecture.
1