diff options
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/gcc/config.in b/gcc/config.in index 9eefc9787b0..7b12b4bd3c7 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -333,6 +333,12 @@ #endif +/* Define if your assembler supports HLE prefixes. */ +#ifndef USED_FOR_TARGET +#undef HAVE_AS_IX86_HLE +#endif + + /* Define if your assembler supports the .quad directive. */ #ifndef USED_FOR_TARGET #undef HAVE_AS_IX86_QUAD @@ -350,11 +356,6 @@ #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 @@ -1096,7 +1097,7 @@ #endif -/* Define if using GNU as. */ +/* Define to 1 if using GNU as. */ #ifndef USED_FOR_TARGET #undef HAVE_GNU_AS #endif @@ -1108,7 +1109,7 @@ #endif -/* Define if using GNU ld. */ +/* Define to 1 if using GNU ld. */ #ifndef USED_FOR_TARGET #undef HAVE_GNU_LD #endif |