diff options
Diffstat (limited to 'gcc/opth-gen.awk')
-rw-r--r-- | gcc/opth-gen.awk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/opth-gen.awk b/gcc/opth-gen.awk index 20269501a38..dbd019191b6 100644 --- a/gcc/opth-gen.awk +++ b/gcc/opth-gen.awk @@ -61,6 +61,7 @@ print "#ifndef OPTIONS_H" print "#define OPTIONS_H" print "" print "extern int target_flags;" +print "extern int target_flags_explicit;" print "" for (i = 0; i < n_opts; i++) { |