mips 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. #
  2. # Copyright (C) 2006 OpenWrt.org
  3. #
  4. # This is free software, licensed under the GNU General Public License v2.
  5. # See /LICENSE for more information.
  6. #
  7. #
  8. # Automatically generated make config: don't edit
  9. #
  10. # TARGET_alpha is not set
  11. # TARGET_arm is not set
  12. # TARGET_avr32 is not set
  13. # TARGET_bfin is not set
  14. # TARGET_cris is not set
  15. # TARGET_e1 is not set
  16. # TARGET_frv is not set
  17. # TARGET_h8300 is not set
  18. # TARGET_hppa is not set
  19. # TARGET_i386 is not set
  20. # TARGET_i960 is not set
  21. # TARGET_ia64 is not set
  22. # TARGET_m68k is not set
  23. # TARGET_microblaze is not set
  24. TARGET_mips=y
  25. # TARGET_nios is not set
  26. # TARGET_nios2 is not set
  27. # TARGET_powerpc is not set
  28. # TARGET_sh is not set
  29. # TARGET_sh64 is not set
  30. # TARGET_sparc is not set
  31. # TARGET_v850 is not set
  32. # TARGET_vax is not set
  33. # TARGET_x86_64 is not set
  34. #
  35. # Target Architecture Features and Options
  36. #
  37. TARGET_ARCH="mips"
  38. ARCH_CFLAGS="-mno-split-addresses"
  39. ARCH_ANY_ENDIAN=y
  40. ARCH_WANTS_BIG_ENDIAN=y
  41. # ARCH_WANTS_LITTLE_ENDIAN is not set
  42. CONFIG_MIPS_O32_ABI=y
  43. # CONFIG_MIPS_N32_ABI is not set
  44. # CONFIG_MIPS_N64_ABI is not set
  45. # CONFIG_MIPS_ISA_1 is not set
  46. # CONFIG_MIPS_ISA_2 is not set
  47. # CONFIG_MIPS_ISA_3 is not set
  48. # CONFIG_MIPS_ISA_4 is not set
  49. CONFIG_MIPS_ISA_MIPS32=y
  50. # CONFIG_MIPS_ISA_MIPS64 is not set
  51. # ARCH_LITTLE_ENDIAN is not set
  52. ARCH_BIG_ENDIAN=y
  53. ARCH_HAS_MMU=y
  54. ARCH_USE_MMU=y
  55. UCLIBC_HAS_FPU=y
  56. UCLIBC_HAS_FLOATS=y
  57. DO_C99_MATH=y
  58. KERNEL_SOURCE="./toolchain_build_mips/linux"
  59. KERNEL_HEADERS="./toolchain_build_mips/linux/include"
  60. HAVE_DOT_CONFIG=y
  61. #
  62. # General Library Settings
  63. #
  64. # HAVE_NO_PIC is not set
  65. DOPIC=y
  66. # HAVE_NO_SHARED is not set
  67. HAVE_SHARED=y
  68. # ARCH_HAS_NO_LDSO is not set
  69. BUILD_UCLIBC_LDSO=y
  70. # FORCE_SHAREABLE_TEXT_SEGMENTS is not set
  71. LDSO_LDD_SUPPORT=y
  72. LDSO_CACHE_SUPPORT=y
  73. # LDSO_PRELOAD_FILE_SUPPORT is not set
  74. LDSO_BASE_FILENAME="ld.so"
  75. LDSO_RUNPATH=y
  76. DL_FINI_CRT_COMPAT=y
  77. UCLIBC_CTOR_DTOR=y
  78. # HAS_NO_THREADS is not set
  79. UCLIBC_HAS_THREADS=y
  80. # PTHREADS_DEBUG_SUPPORT is not set
  81. UCLIBC_HAS_LFS=y
  82. LINUXTHREADS_OLD=y
  83. # UCLIBC_STATIC_LDCONFIG is not set
  84. # MALLOC is not set
  85. # MALLOC_SIMPLE is not set
  86. MALLOC_STANDARD=y
  87. MALLOC_GLIBC_COMPAT=y
  88. UCLIBC_DYNAMIC_ATEXIT=y
  89. COMPAT_ATEXIT=y
  90. # UCLIBC_SUSV3_LEGACY is not set
  91. UCLIBC_SUSV3_LEGACY_MACROS=y
  92. UCLIBC_HAS_SHADOW=y
  93. UCLIBC_HAS_PROGRAM_INVOCATION_NAME=y
  94. UCLIBC_HAS___PROGNAME=y
  95. # UNIX98PTY_ONLY is not set
  96. ASSUME_DEVPTS=y
  97. UCLIBC_HAS_TM_EXTENSIONS=y
  98. UCLIBC_HAS_TZ_CACHING=y
  99. UCLIBC_HAS_TZ_FILE=y
  100. UCLIBC_HAS_TZ_FILE_READ_MANY=y
  101. UCLIBC_TZ_FILE_PATH="/etc/TZ"
  102. #
  103. # Advanced Library Settings
  104. #
  105. UCLIBC_PWD_BUFFER_SIZE=256
  106. UCLIBC_GRP_BUFFER_SIZE=256
  107. #
  108. # Networking Support
  109. #
  110. UCLIBC_HAS_IPV6=y
  111. UCLIBC_HAS_RPC=y
  112. UCLIBC_HAS_FULL_RPC=y
  113. # UCLIBC_HAS_REENTRANT_RPC is not set
  114. UCLIBC_USE_NETLINK=y
  115. UCLIBC_HAS_BSD_RES_CLOSE=y
  116. #
  117. # String and Stdio Support
  118. #
  119. UCLIBC_HAS_STRING_GENERIC_OPT=y
  120. UCLIBC_HAS_STRING_ARCH_OPT=y
  121. UCLIBC_HAS_CTYPE_TABLES=y
  122. UCLIBC_HAS_CTYPE_SIGNED=y
  123. # UCLIBC_HAS_CTYPE_UNSAFE is not set
  124. UCLIBC_HAS_CTYPE_CHECKED=y
  125. # UCLIBC_HAS_CTYPE_ENFORCED is not set
  126. UCLIBC_HAS_WCHAR=y
  127. # UCLIBC_HAS_LOCALE is not set
  128. UCLIBC_HAS_HEXADECIMAL_FLOATS=y
  129. UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
  130. UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
  131. UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y
  132. # UCLIBC_HAS_STDIO_BUFSIZ_NONE is not set
  133. # UCLIBC_HAS_STDIO_BUFSIZ_256 is not set
  134. # UCLIBC_HAS_STDIO_BUFSIZ_512 is not set
  135. # UCLIBC_HAS_STDIO_BUFSIZ_1024 is not set
  136. # UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set
  137. UCLIBC_HAS_STDIO_BUFSIZ_4096=y
  138. # UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set
  139. UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y
  140. # UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set
  141. # UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set
  142. # UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT is not set
  143. UCLIBC_HAS_STDIO_GETC_MACRO=y
  144. UCLIBC_HAS_STDIO_PUTC_MACRO=y
  145. UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
  146. # UCLIBC_HAS_FOPEN_LARGEFILE_MODE is not set
  147. UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
  148. UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
  149. UCLIBC_HAS_PRINTF_M_SPEC=y
  150. UCLIBC_HAS_ERRNO_MESSAGES=y
  151. # UCLIBC_HAS_SYS_ERRLIST is not set
  152. UCLIBC_HAS_SIGNUM_MESSAGES=y
  153. # UCLIBC_HAS_SYS_SIGLIST is not set
  154. UCLIBC_HAS_GNU_GETOPT=y
  155. UCLIBC_HAS_GNU_GETSUBOPT=y
  156. #
  157. # Big and Tall
  158. #
  159. UCLIBC_HAS_REGEX=y
  160. UCLIBC_HAS_REGEX_OLD=y
  161. UCLIBC_HAS_FNMATCH=y
  162. UCLIBC_HAS_FNMATCH_OLD=y
  163. UCLIBC_HAS_WORDEXP=y
  164. UCLIBC_HAS_FTW=y
  165. UCLIBC_HAS_GLOB=y
  166. UCLIBC_HAS_GNU_GLOB=y
  167. #
  168. # Library Installation Options
  169. #
  170. SHARED_LIB_LOADER_PREFIX="/lib"
  171. RUNTIME_PREFIX="/"
  172. DEVEL_PREFIX="/usr/"
  173. #
  174. # Security options
  175. #
  176. # UCLIBC_BUILD_PIE is not set
  177. # UCLIBC_HAS_ARC4RANDOM is not set
  178. # HAVE_NO_SSP is not set
  179. # UCLIBC_HAS_SSP is not set
  180. UCLIBC_BUILD_RELRO=y
  181. # UCLIBC_BUILD_NOW is not set
  182. UCLIBC_BUILD_NOEXECSTACK=y
  183. #
  184. # uClibc development/debugging options
  185. #
  186. CROSS_COMPILER_PREFIX=""
  187. UCLIBC_EXTRA_CFLAGS=""
  188. # DODEBUG is not set
  189. # DODEBUG_PT is not set
  190. DOSTRIP=y
  191. # DOASSERTS is not set
  192. # SUPPORT_LD_DEBUG is not set
  193. # SUPPORT_LD_DEBUG_EARLY is not set
  194. # UCLIBC_MALLOC_DEBUGGING is not set
  195. WARNINGS="-Wall"
  196. # EXTRA_WARNINGS is not set
  197. # DOMULTI is not set
  198. # UCLIBC_MJN3_ONLY is not set