logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git

config.h (3457B)


  1. #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
  2. # error config.h must be #included before system headers
  3. #endif
  4. #define __CONFIG_H__ 1
  5. /* #undef AC_APPLE_UNIVERSAL_BUILD */
  6. /* #undef AIX_WEAK_SUPPORT */
  7. /* #undef BROKEN_ASSERT */
  8. /* #undef CROSS_COMPILE */
  9. #define DEFAULT_ARCH "x86_64"
  10. /* #undef DEFAULT_CRIS_ARCH */
  11. #define DEFAULT_EMULATION "i386elf"
  12. #define DEFAULT_FLAG_COMPRESS_DEBUG 1
  13. #define DEFAULT_GENERATE_BUILD_NOTES 0
  14. #define DEFAULT_GENERATE_ELF_STT_COMMON 0
  15. #define DEFAULT_GENERATE_X86_RELAX_RELOCATIONS 1
  16. #define DEFAULT_MIPS_FIX_LOONGSON3_LLSC 0
  17. /* #undef DEFAULT_RISCV_ARCH_WITH_EXT */
  18. #define DEFAULT_RISCV_ATTR 1
  19. /* #undef DEFAULT_RISCV_ISA_SPEC */
  20. /* #undef DEFAULT_RISCV_PRIV_SPEC */
  21. #define DEFAULT_X86_USED_NOTE 1
  22. #define EMULATIONS &i386elf,
  23. /* #undef ENABLE_CHECKING */
  24. /* #undef ENABLE_NLS */
  25. #define HAVE_DECL_ASPRINTF 1
  26. #define HAVE_DECL_GETOPT 1
  27. #define HAVE_DECL_MEMPCPY 1
  28. #define HAVE_DECL_STPCPY 1
  29. #define HAVE_DLFCN_H 1
  30. #define HAVE_INTTYPES_H 1
  31. #define HAVE_LC_MESSAGES 1
  32. #define HAVE_MEMORY_H 1
  33. #define HAVE_STDINT_H 1
  34. #define HAVE_STDLIB_H 1
  35. #define HAVE_STRINGS_H 1
  36. #define HAVE_STRING_H 1
  37. #define HAVE_STRSIGNAL 1
  38. #define HAVE_ST_MTIM_TV_NSEC 1
  39. #define HAVE_ST_MTIM_TV_SEC 1
  40. #define HAVE_SYS_STAT_H 1
  41. #define HAVE_SYS_TYPES_H 1
  42. /* #undef HAVE_TM_GMTOFF */
  43. #define HAVE_UNISTD_H 1
  44. /* #undef HAVE_WINDOWS_H */
  45. /* #undef I386COFF */
  46. #define LT_OBJDIR ".libs/"
  47. /* #undef MIPS_CPU_STRING_DEFAULT */
  48. /* #undef MIPS_DEFAULT_64BIT */
  49. /* #undef MIPS_DEFAULT_ABI */
  50. /* #undef NDS32_DEFAULT_ARCH_NAME */
  51. /* #undef NDS32_DEFAULT_AUDIO_EXT */
  52. /* #undef NDS32_DEFAULT_DSP_EXT */
  53. /* #undef NDS32_DEFAULT_DX_REGS */
  54. /* #undef NDS32_DEFAULT_PERF_EXT */
  55. /* #undef NDS32_DEFAULT_PERF_EXT2 */
  56. /* #undef NDS32_DEFAULT_STRING_EXT */
  57. /* #undef NDS32_DEFAULT_ZOL_EXT */
  58. /* #undef NDS32_LINUX_TOOLCHAIN */
  59. /* #undef NEED_DECLARATION_ENVIRON */
  60. /* #undef NEED_DECLARATION_FFS */
  61. /* #undef OBJ_MAYBE_AOUT */
  62. /* #undef OBJ_MAYBE_COFF */
  63. /* #undef OBJ_MAYBE_ECOFF */
  64. /* #undef OBJ_MAYBE_ELF */
  65. /* #undef OBJ_MAYBE_GENERIC */
  66. /* #undef OBJ_MAYBE_SOM */
  67. #define PACKAGE "gas"
  68. #define PACKAGE_BUGREPORT ""
  69. #define PACKAGE_NAME "gas"
  70. #define PACKAGE_STRING "gas 2.39"
  71. #define PACKAGE_TARNAME "gas"
  72. #define PACKAGE_URL ""
  73. #define PACKAGE_VERSION "2.39"
  74. #define STDC_HEADERS 1
  75. /* #undef STRICTCOFF */
  76. #define TARGET_ALIAS "x86_64-linux-musl"
  77. /* #undef TARGET_BYTES_BIG_ENDIAN */
  78. #define TARGET_CANONICAL "x86_64-pc-linux-musl"
  79. #define TARGET_CPU "x86_64"
  80. #define TARGET_OS "linux-musl"
  81. /* #undef TARGET_SOLARIS_COMMENT */
  82. #define TARGET_VENDOR "pc"
  83. /* #undef TARGET_WITH_CPU */
  84. /* #undef USE_BINARY_FOPEN */
  85. /* #undef USE_EMULATIONS */
  86. /* #undef USE_E_MIPS_ABI_O32 */
  87. #ifndef _ALL_SOURCE
  88. # define _ALL_SOURCE 1
  89. #endif
  90. #ifndef _GNU_SOURCE
  91. # define _GNU_SOURCE 1
  92. #endif
  93. #ifndef _POSIX_PTHREAD_SEMANTICS
  94. # define _POSIX_PTHREAD_SEMANTICS 1
  95. #endif
  96. #ifndef _TANDEM_SOURCE
  97. # define _TANDEM_SOURCE 1
  98. #endif
  99. #ifndef __EXTENSIONS__
  100. # define __EXTENSIONS__ 1
  101. #endif
  102. /* #undef USING_CGEN */
  103. #define VERSION "2.39"
  104. #if defined AC_APPLE_UNIVERSAL_BUILD
  105. # if defined __BIG_ENDIAN__
  106. # define WORDS_BIGENDIAN 1
  107. # endif
  108. #else
  109. # ifndef WORDS_BIGENDIAN
  110. /* # undef WORDS_BIGENDIAN */
  111. # endif
  112. #endif
  113. /* #undef YYTEXT_POINTER */
  114. #ifndef _DARWIN_USE_64_BIT_INODE
  115. # define _DARWIN_USE_64_BIT_INODE 1
  116. #endif
  117. /* #undef _FILE_OFFSET_BITS */
  118. /* #undef _LARGE_FILES */
  119. /* #undef _MINIX */
  120. /* #undef _POSIX_1_SOURCE */
  121. /* #undef _POSIX_SOURCE */