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 a8e18bc3bb7..e1a530a12e4 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -754,6 +754,12 @@ /* Define if your assembler and linker support .hidden. */ #undef HAVE_GAS_HIDDEN +/* Define if your assembler supports .literal16. */ +#ifndef USED_FOR_TARGET +#undef HAVE_GAS_LITERAL16 +#endif + + /* Define if your assembler supports specifying the maximum number of bytes to skip when using the GAS .p2align command. */ #ifndef USED_FOR_TARGET |