There was a bug in how the conversion to Enum was done in this patch; I've
applied this followup patch to fix it.
Index: ChangeLog
===
--- ChangeLog (revision 172137)
+++ ChangeLog (working copy)
@@ -1,5 +1,10 @@
2011-04-07 Jos
Hi Joseph,
Tested building cc1 and xgcc for cross to rx-elf. Will commit to
trunk in the absence of target maintainer objections.
2011-04-04 Joseph Myers
* config/rx/rx-opts.h: New.
* config/rx/rx.c (rx_cpu_type): Remove.
(rx_handle_option): Don't assert that global s
This patch stops the RX handle_option hook from using global state.
The -mcpu= handling is changed to use Enum, while most -mint-register=
handling is deferred to rx_option_override, similarly to how such
options are handled for other targets. Note that the -mcpu= change
has the semantic effect t