diff options
Diffstat (limited to 'gcc/config/s390/s390.h')
-rw-r--r-- | gcc/config/s390/s390.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/s390/s390.h b/gcc/config/s390/s390.h index 11926f927e8..b5f40554e0e 100644 --- a/gcc/config/s390/s390.h +++ b/gcc/config/s390/s390.h @@ -114,9 +114,9 @@ extern int target_flags; #define TARGET_OPTIONS \ { { "tune=", &s390_tune_string, \ - N_("Schedule code for given CPU")}, \ + N_("Schedule code for given CPU"), 0}, \ { "arch=", &s390_arch_string, \ - N_("Generate code for given CPU")}, \ + N_("Generate code for given CPU"), 0}, \ } /* Target version string. Overridden by the OS header. */ |