diff options
author | Sriraman Tallam <tmsriram@google.com> | 2013-10-18 02:47:12 +0000 |
---|---|---|
committer | Sriraman Tallam <tmsriram@gcc.gnu.org> | 2013-10-18 02:47:12 +0000 |
commit | 70e8b89b82f1c42efc159626b944b479a785850d (patch) | |
tree | e1c47bf909ff070f56fd88e57d56c5ac6c4fb7b9 /gcc/opth-gen.awk | |
parent | 11d35a15273d709d3801ca87e33f4cb0a97f6fab (diff) | |
download | gcc-70e8b89b82f1c42efc159626b944b479a785850d.zip gcc-70e8b89b82f1c42efc159626b944b479a785850d.tar.gz gcc-70e8b89b82f1c42efc159626b944b479a785850d.tar.bz2 |
opth-gen.awk: Define target_flags_explicit.
* opth-gen.awk: Define target_flags_explicit.
From-SVN: r203808
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 01c5ab6..46bd570 100644 --- a/gcc/opth-gen.awk +++ b/gcc/opth-gen.awk @@ -114,6 +114,7 @@ print "};" print "extern struct gcc_options global_options;" print "extern const struct gcc_options global_options_init;" print "extern struct gcc_options global_options_set;" +print "#define target_flags_explicit global_options_set.x_target_flags" print "#endif" print "#endif" print "" |