diff options
Diffstat (limited to 'gcc/config/c4x/c4x.h')
-rw-r--r-- | gcc/config/c4x/c4x.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/c4x/c4x.h b/gcc/config/c4x/c4x.h index 4da3847..e414a24 100644 --- a/gcc/config/c4x/c4x.h +++ b/gcc/config/c4x/c4x.h @@ -328,9 +328,9 @@ extern const char *c4x_rpts_cycles_string, *c4x_cpu_version_string; #define TARGET_OPTIONS \ { {"rpts=", &c4x_rpts_cycles_string, \ - N_("Specify maximum number of iterations for RPTS") }, \ + N_("Specify maximum number of iterations for RPTS"), 0}, \ {"cpu=", &c4x_cpu_version_string, \ - N_("Select CPU to generate code for") } } + N_("Select CPU to generate code for"), 0} } /* Sometimes certain combinations of command options do not make sense on a particular target machine. You can define a macro |