summaryrefslogtreecommitdiff
path: root/gcc/targhooks.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/targhooks.c')
-rw-r--r--gcc/targhooks.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/targhooks.c b/gcc/targhooks.c
index 5948e3fcba4..b6aefdbe58f 100644
--- a/gcc/targhooks.c
+++ b/gcc/targhooks.c
@@ -1333,4 +1333,9 @@ sjlj_except_unwind_info (void)
return UI_SJLJ;
}
+const struct default_options empty_optimization_table[] =
+ {
+ { OPT_LEVELS_NONE, 0, NULL, 0 }
+ };
+
#include "gt-targhooks.h"