Apparently mknative didn't work right. Fix up losses.
This commit is contained in:
parent
a3a1865132
commit
d07fe1b033
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user