diff options
Diffstat (limited to 'gnu/usr.bin/cc/cc_tools/auto-host.h')
-rw-r--r-- | gnu/usr.bin/cc/cc_tools/auto-host.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/auto-host.h b/gnu/usr.bin/cc/cc_tools/auto-host.h index 0ed3e972c58f..60dde77e4c96 100644 --- a/gnu/usr.bin/cc/cc_tools/auto-host.h +++ b/gnu/usr.bin/cc/cc_tools/auto-host.h @@ -327,7 +327,7 @@ /* Define 0/1 if your assembler and linker support COMDAT groups. */ #ifndef USED_FOR_TARGET -#define HAVE_COMDAT_GROUP 0 +#define HAVE_COMDAT_GROUP 1 #endif @@ -783,7 +783,7 @@ /* Define if your assembler supports .weakref. */ #ifndef USED_FOR_TARGET -/* #undef HAVE_GAS_WEAKREF */ +#define HAVE_GAS_WEAKREF 1 #endif @@ -916,7 +916,7 @@ /* Define if your linker supports --sysroot. */ #ifndef USED_FOR_TARGET -/* #undef HAVE_LD_SYSROOT */ +#define HAVE_LD_SYSROOT 1 #endif |