diff options
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/gcc/config.in b/gcc/config.in index f1d33c0..8fdf680 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -216,7 +216,10 @@ /* Define if your assembler supports popcntb field. */ +#ifndef USED_FOR_TARGET #undef HAVE_AS_POPCNTB +#endif + /* Define if your assembler supports .register. */ #ifndef USED_FOR_TARGET @@ -280,6 +283,12 @@ #endif +/* Define 0/1 if your assembler and linker support COMDAT groups. */ +#ifndef USED_FOR_TARGET +#undef HAVE_COMDAT_GROUP +#endif + + /* Define to 1 if we found a declaration for 'abort', otherwise define to 0. */ #ifndef USED_FOR_TARGET @@ -666,12 +675,6 @@ #endif -/* Define 0/1 if your assembler supports COMDAT group. */ -#ifndef USED_FOR_TARGET -#undef HAVE_GAS_COMDAT_GROUP -#endif - - /* Define if your assembler uses the new HImode fild and fist notation. */ #ifndef USED_FOR_TARGET #undef HAVE_GAS_FILDS_FISTS |