diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/config.h.in b/config.h.in index d3575c9..8b4077f 100644 --- a/config.h.in +++ b/config.h.in @@ -113,17 +113,6 @@ /* AArch64 big endian ABI */ #undef HAVE_AARCH64_BE -/* AArch64 BTI support enabled. */ -#define HAVE_AARCH64_BTI 0 - -/* AArch64 PAC-RET code generation is enabled. */ -#define HAVE_AARCH64_PAC_RET 0 - -/* Assembler support ARMv8.2-A SVE. - This macro becomes obsolete when glibc increased the minimum - required version of GNU 'binutils' to 2.28 or later. */ -#define HAVE_AARCH64_SVE_ASM 0 - /* C-SKY ABI version. */ #undef CSKYABI @@ -298,6 +287,9 @@ /* Define if static PIE is enabled. */ #define ENABLE_STATIC_PIE 0 +/* Define if SFrame v2 is enabled. */ +#define ENABLE_SFRAME 0 + /* The default value of x86 CET control. */ #define DEFAULT_DL_X86_CET_CONTROL cet_elf_property |