diff options
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in index 8806012ffed..53214522a5c 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -350,6 +350,11 @@ #undef HAVE_AS_IX86_SAHF #endif +/* Define if your assembler supports HLE prefixes. */ +#ifndef USED_FOR_TARGET +#undef HAVE_AS_IX86_HLE +#endif + /* Define if your assembler supports the swap suffix. */ #ifndef USED_FOR_TARGET |