* config/msp430/msp430.opt (mcpu): Fix typo.
[official-gcc.git] / gcc / config / msp430 / msp430.opt
blobe055f61069db74b4b1eb2837fc26c8f2bfa8c8ed
1 msim
2 Target
3 Use simulator runtime
5 masm-hex
6 Target Mask(ASM_HEX)
7 Force assembly output to always use hex constants
9 mmcu=
10 Target Report ToLower Joined RejectNegative Var(target_mcu)
11 Specify the MCU to build for.
13 mcpu=
14 Target Report Joined RejectNegative Var(target_cpu)
15 Specify the ISA to build for: msp430, msp430x, msp430xv2
17 mlarge
18 Target Report Mask(LARGE) RejectNegative
19 Select large model - 20-bit addresses/pointers
21 msmall
22 Target Report InverseMask(LARGE) RejectNegative
23 Select small model - 16-bit addresses/pointers (default)
25 mrelax
26 Target Report
27 Optimize opcode sizes at link time
29 mOs
30 Target Undocumented Mask(OPT_SPACE)
32 minrt
33 Target Report Mask(MINRT) RejectNegative
34 Use a minimum runtime (no static initializers or ctors) for memory-constrained devices.
36 HeaderInclude
37 config/msp430/msp430-opts.h
39 mhwmult=
40 Target Joined RejectNegative Report ToLower Var(msp430_hwmult_type) Enum(msp430_hwmult_types) Init(AUTO)
41 Specify the type of hardware multiply to support
43 Enum
44 Name(msp430_hwmult_types) Type(enum msp430_hwmult_types)
46 EnumValue
47 Enum(msp430_hwmult_types) String(none) Value(NONE)
49 EnumValue
50 Enum(msp430_hwmult_types) String(auto) Value(AUTO)
52 EnumValue
53 Enum(msp430_hwmult_types) String(16bit) Value(SMALL)
55 EnumValue
56 Enum(msp430_hwmult_types) String(32bit) Value(LARGE)
58 EnumValue
59 Enum(msp430_hwmult_types) String(f5series) Value(F5SERIES)
61 mcode-region=
62 Target Joined RejectNegative Report ToLower Var(msp430_code_region) Enum(msp430_regions) Init(ANY)
63 Specify whether functions should be placed into low or high memory
65 mdata-region=
66 Target Joined RejectNegative Report ToLower Var(msp430_data_region) Enum(msp430_regions) Init(ANY)
67 Specify whether variables should be placed into low or high memory
69 Enum
70 Name(msp430_regions) Type(enum msp430_regions)
72 EnumValue
73 Enum(msp430_regions) String(none) Value(ANY)
75 EnumValue
76 Enum(msp430_regions) String(either) Value(EITHER)
78 EnumValue
79 Enum(msp430_regions) String(lower) Value(LOWER)
81 EnumValue
82 Enum(msp430_regions) String(upper) Value(UPPER)