Gcc/10.2.0/gcc/Score-Options

From Get docs

3.19.47 Score Options

These options are defined for Score implementations:

-meb

Compile code for big-endian mode. This is the default.

-mel

Compile code for little-endian mode.

-mnhwloop

Disable generation of bcnz instructions.

-muls

Enable generation of unaligned load and store instructions.

-mmac

Enable the use of multiply-accumulate instructions. Disabled by default.

-mscore5

Specify the SCORE5 as the target architecture.

-mscore5u

Specify the SCORE5U of the target architecture.

-mscore7

Specify the SCORE7 as the target architecture. This is the default.

-mscore7d

Specify the SCORE7D as the target architecture.