diff options
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in index 22f9685887d..e5faa7a5188 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -210,6 +210,12 @@ #endif +/* Define if your assembler supports .gnu_attribute. */ +#ifndef USED_FOR_TARGET +#undef HAVE_AS_GNU_ATTRIBUTE +#endif + + /* Define true if the assembler supports '.long foo@GOTOFF'. */ #ifndef USED_FOR_TARGET #undef HAVE_AS_GOTOFF_IN_DATA |