diff options
Diffstat (limited to 'gcc/gensupport.c')
-rw-r--r-- | gcc/gensupport.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/gensupport.c b/gcc/gensupport.c index a5245719..fcd73b2 100644 --- a/gcc/gensupport.c +++ b/gcc/gensupport.c @@ -26,6 +26,9 @@ #include "gensupport.h" +/* In case some macros used by files we include need it, define this here. */ +int target_flags; + static struct obstack obstack; struct obstack *rtl_obstack = &obstack; |