mirror of
https://github.com/oasislinux/oasis.git
synced 2026-06-27 12:21:59 +02:00
128 lines
3.5 KiB
C
128 lines
3.5 KiB
C
#if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
|
|
# error config.h must be #included before system headers
|
|
#endif
|
|
#define __CONFIG_H__ 1
|
|
/* #undef AC_APPLE_UNIVERSAL_BUILD */
|
|
/* #undef AIX_WEAK_SUPPORT */
|
|
/* #undef BROKEN_ASSERT */
|
|
/* #undef CROSS_COMPILE */
|
|
/* #undef DEFAULT_ARCH */
|
|
#define DEFAULT_COMPRESSED_DEBUG_ALGORITHM COMPRESS_DEBUG_GABI_ZLIB
|
|
/* #undef DEFAULT_CRIS_ARCH */
|
|
/* #undef DEFAULT_EMULATION */
|
|
#define DEFAULT_FLAG_COMPRESS_DEBUG 1
|
|
#define DEFAULT_GENERATE_BUILD_NOTES 0
|
|
#define DEFAULT_GENERATE_ELF_STT_COMMON 0
|
|
#define DEFAULT_MIPS_FIX_LOONGSON3_LLSC 0
|
|
/* #undef DEFAULT_RISCV_ARCH_WITH_EXT */
|
|
#define DEFAULT_RISCV_ATTR 1
|
|
/* #undef DEFAULT_RISCV_ISA_SPEC */
|
|
/* #undef DEFAULT_RISCV_PRIV_SPEC */
|
|
#define DEFAULT_SFRAME 0
|
|
#define DEFAULT_X86_TLS_CHECK 1
|
|
#define DEFAULT_X86_USED_NOTE 1
|
|
/* #undef EMULATIONS */
|
|
/* #undef ENABLE_CHECKING */
|
|
/* #undef ENABLE_NLS */
|
|
/* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */
|
|
/* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
|
|
/* #undef HAVE_DCGETTEXT */
|
|
#define HAVE_DECL_GETOPT 1
|
|
#define HAVE_DECL_MEMPCPY 1
|
|
#define HAVE_DECL_STPCPY 1
|
|
#define HAVE_DLFCN_H 1
|
|
/* #undef HAVE_GETTEXT */
|
|
/* #undef HAVE_ICONV */
|
|
#define HAVE_INTTYPES_H 1
|
|
#define HAVE_LC_MESSAGES 1
|
|
#define HAVE_MEMORY_H 1
|
|
#define HAVE_STDINT_H 1
|
|
#define HAVE_STDLIB_H 1
|
|
#define HAVE_STRINGS_H 1
|
|
#define HAVE_STRING_H 1
|
|
#define HAVE_STRSIGNAL 1
|
|
#define HAVE_ST_MTIM_TV_NSEC 1
|
|
#define HAVE_ST_MTIM_TV_SEC 1
|
|
#define HAVE_SYS_STAT_H 1
|
|
#define HAVE_SYS_TYPES_H 1
|
|
/* #undef HAVE_TM_GMTOFF */
|
|
#define HAVE_UNISTD_H 1
|
|
/* #undef HAVE_WINDOWS_H */
|
|
/* #undef HAVE_ZSTD */
|
|
/* #undef I386COFF */
|
|
#define LT_OBJDIR ".libs/"
|
|
/* #undef MIPS_CPU_STRING_DEFAULT */
|
|
/* #undef MIPS_DEFAULT_64BIT */
|
|
/* #undef MIPS_DEFAULT_ABI */
|
|
/* #undef NDS32_DEFAULT_ARCH_NAME */
|
|
/* #undef NDS32_DEFAULT_AUDIO_EXT */
|
|
/* #undef NDS32_DEFAULT_DSP_EXT */
|
|
/* #undef NDS32_DEFAULT_DX_REGS */
|
|
/* #undef NDS32_DEFAULT_PERF_EXT */
|
|
/* #undef NDS32_DEFAULT_PERF_EXT2 */
|
|
/* #undef NDS32_DEFAULT_STRING_EXT */
|
|
/* #undef NDS32_DEFAULT_ZOL_EXT */
|
|
/* #undef NDS32_LINUX_TOOLCHAIN */
|
|
/* #undef NEED_DECLARATION_ENVIRON */
|
|
/* #undef NEED_DECLARATION_FFS */
|
|
/* #undef OBJ_MAYBE_AOUT */
|
|
/* #undef OBJ_MAYBE_COFF */
|
|
/* #undef OBJ_MAYBE_ECOFF */
|
|
/* #undef OBJ_MAYBE_ELF */
|
|
/* #undef OBJ_MAYBE_GENERIC */
|
|
/* #undef OBJ_MAYBE_SOM */
|
|
#define PACKAGE "gas"
|
|
#define PACKAGE_BUGREPORT ""
|
|
#define PACKAGE_NAME "gas"
|
|
#define PACKAGE_STRING "gas 2.46.0"
|
|
#define PACKAGE_TARNAME "gas"
|
|
#define PACKAGE_URL ""
|
|
#define PACKAGE_VERSION "2.46.0"
|
|
#define STDC_HEADERS 1
|
|
/* #undef STRICTCOFF */
|
|
/* #undef TARGET_ALIAS */
|
|
/* #undef TARGET_BYTES_BIG_ENDIAN */
|
|
/* #undef TARGET_CANONICAL */
|
|
/* #undef TARGET_CPU */
|
|
#define TARGET_OS "linux-musl"
|
|
#define TARGET_VENDOR "unknown"
|
|
/* #undef TARGET_WITH_CPU */
|
|
/* #undef USE_BINARY_FOPEN */
|
|
/* #undef USE_EF_MIPS_ABI_O32 */
|
|
/* #undef USE_EMULATIONS */
|
|
#ifndef _ALL_SOURCE
|
|
# define _ALL_SOURCE 1
|
|
#endif
|
|
#ifndef _GNU_SOURCE
|
|
# define _GNU_SOURCE 1
|
|
#endif
|
|
#ifndef _POSIX_PTHREAD_SEMANTICS
|
|
# define _POSIX_PTHREAD_SEMANTICS 1
|
|
#endif
|
|
#ifndef _TANDEM_SOURCE
|
|
# define _TANDEM_SOURCE 1
|
|
#endif
|
|
#ifndef __EXTENSIONS__
|
|
# define __EXTENSIONS__ 1
|
|
#endif
|
|
/* #undef USING_CGEN */
|
|
#define VERSION "2.46.0"
|
|
#if defined AC_APPLE_UNIVERSAL_BUILD
|
|
# if defined __BIG_ENDIAN__
|
|
# define WORDS_BIGENDIAN 1
|
|
# endif
|
|
#else
|
|
# ifndef WORDS_BIGENDIAN
|
|
/* # undef WORDS_BIGENDIAN */
|
|
# endif
|
|
#endif
|
|
/* #undef YYTEXT_POINTER */
|
|
#ifndef _DARWIN_USE_64_BIT_INODE
|
|
# define _DARWIN_USE_64_BIT_INODE 1
|
|
#endif
|
|
/* #undef _FILE_OFFSET_BITS */
|
|
/* #undef _LARGE_FILES */
|
|
/* #undef _MINIX */
|
|
/* #undef _POSIX_1_SOURCE */
|
|
/* #undef _POSIX_SOURCE */
|