summaryrefslogtreecommitdiff
path: root/gcc/config/rx/rx.opt
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/rx/rx.opt')
-rw-r--r--gcc/config/rx/rx.opt7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/config/rx/rx.opt b/gcc/config/rx/rx.opt
index 09d93c3e5f1..12312cfef6b 100644
--- a/gcc/config/rx/rx.opt
+++ b/gcc/config/rx/rx.opt
@@ -61,6 +61,9 @@ Enum(rx_cpu_types) String(rx200) Value(RX200)
EnumValue
Enum(rx_cpu_types) String(rx600) Value(RX600)
+EnumValue
+Enum(rx_cpu_types) String(rx100) Value(RX100)
+
;---------------------------------------------------
mbig-endian-data
@@ -132,3 +135,7 @@ Enable the use of the old, broken, ABI where all stacked function arguments are
mrx-abi
Target RejectNegative Report InverseMask(GCC_ABI)
Enable the use the standard RX ABI where all stacked function arguments are naturally aligned. This is the default.
+
+mlra
+Target Report Mask(ENABLE_LRA)
+Enable the use of the LRA register allocator.