diff --git a/external/gpl3/gcc/usr.bin/gcc/arch/m68k/auto-host.h b/external/gpl3/gcc/usr.bin/gcc/arch/m68k/auto-host.h index 3e4190f324a4..b5b183226b3c 100644 --- a/external/gpl3/gcc/usr.bin/gcc/arch/m68k/auto-host.h +++ b/external/gpl3/gcc/usr.bin/gcc/arch/m68k/auto-host.h @@ -456,7 +456,7 @@ /* Define if your assembler supports thread-local storage. */ #ifndef USED_FOR_TARGET -/* #undef HAVE_AS_TLS */ +#define HAVE_AS_TLS 1 #endif @@ -954,13 +954,13 @@ /* Define 0/1 if your assembler supports .cfi_sections. */ #ifndef USED_FOR_TARGET -#define HAVE_GAS_CFI_SECTIONS_DIRECTIVE 0 +#define HAVE_GAS_CFI_SECTIONS_DIRECTIVE 1 #endif /* Define if your assembler supports the .loc discriminator sub-directive. */ #ifndef USED_FOR_TARGET -/* #undef HAVE_GAS_DISCRIMINATOR */ +#define HAVE_GAS_DISCRIMINATOR 1 #endif