Config.in 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. # Choose uClibc options
  2. #
  3. comment "uClibc Options"
  4. choice
  5. prompt "uClibc C library Version"
  6. default BR2_UCLIBC_VERSION_0_9_31 if BR2_avr32 # 0.9.32 broken
  7. default BR2_UCLIBC_VERSION_0_9_33
  8. help
  9. Select the version of uClibc you wish to use.
  10. config BR2_UCLIBC_VERSION_0_9_31
  11. bool "uClibc 0.9.31.x"
  12. depends on !BR2_xtensa
  13. config BR2_UCLIBC_VERSION_0_9_32
  14. bool "uClibc 0.9.32.x"
  15. depends on !(BR2_avr32 || BR2_sh || BR2_xtensa)
  16. config BR2_UCLIBC_VERSION_0_9_33
  17. bool "uClibc 0.9.33.x"
  18. depends on !(BR2_avr32 || BR2_xtensa)
  19. config BR2_UCLIBC_VERSION_SNAPSHOT
  20. bool "daily snapshot"
  21. endchoice
  22. config BR2_USE_UCLIBC_SNAPSHOT
  23. string "Date (yyyymmdd) of snapshot or 'snapshot' for latest"
  24. default "snapshot"
  25. depends on BR2_UCLIBC_VERSION_SNAPSHOT
  26. help
  27. Use latest snapshot or one from a specific date?
  28. config BR2_UCLIBC_VERSION_STRING
  29. string
  30. default 0.9.31.1 if BR2_UCLIBC_VERSION_0_9_31
  31. default 0.9.32.1 if BR2_UCLIBC_VERSION_0_9_32
  32. default 0.9.33.2 if BR2_UCLIBC_VERSION_0_9_33
  33. default $BR2_USE_UCLIBC_SNAPSHOT if BR2_UCLIBC_VERSION_SNAPSHOT
  34. config BR2_UCLIBC_CONFIG
  35. string "uClibc configuration file to use?"
  36. default "toolchain/uClibc/uClibc-0.9.31.config" if BR2_UCLIBC_VERSION_0_9_31
  37. default "toolchain/uClibc/uClibc-0.9.32.config" if BR2_UCLIBC_VERSION_0_9_32
  38. default "toolchain/uClibc/uClibc-0.9.33.config" if BR2_UCLIBC_VERSION_0_9_33
  39. default "toolchain/uClibc/uClibc-snapshot.config" if BR2_UCLIBC_VERSION_SNAPSHOT
  40. help
  41. Some people may wish to use their own modified uClibc configuration
  42. file and will specify their config file location with this option.
  43. See also docs/README in this package.
  44. If unsure, use the default.
  45. config BR2_PTHREAD_DEBUG
  46. bool "Thread library debugging"
  47. depends on BR2_PTHREADS || BR2_PTHREADS_OLD || BR2_PTHREADS_NATIVE
  48. help
  49. Build the thread library with debugging enabled.
  50. config BR2_UCLIBC_INSTALL_TEST_SUITE
  51. bool "Compile and install uClibc tests"
  52. select BR2_PACKAGE_MAKE
  53. help
  54. Enabling this option will compile and install the uClibc test suite.
  55. This is useful if you want to check if the uClibc library is working
  56. for your architecture and/or help developing uClibc.
  57. The test suite will be installed into /root/uClibc directory. To run
  58. the test suite enter the /root/uClibc/test directory and type
  59. "make UCLIBC_ONLY=1 CC=/bin/true check".
  60. See the /root/uClibc/test/README for additional information.
  61. This is not needed at all for normal builds, so you can safely say no
  62. if you do not plan to dig into your C library.
  63. # This is only useful for uClibc <= 0.9.32. It can be removed once
  64. # Buildroot will support only uClibc >= 0.9.33 on ARM.
  65. config BR2_UCLIBC_ARM_TYPE
  66. string
  67. depends on BR2_arm || BR2_armeb
  68. default GENERIC_ARM if BR2_generic_arm
  69. default ARM610 if BR2_arm610
  70. default ARM710 if BR2_arm710
  71. default ARM7TDMI if BR2_arm7tdmi
  72. default ARM720T if BR2_arm720t
  73. default ARM920T if BR2_arm920t
  74. default ARM922T if BR2_arm922t
  75. default ARM926T if BR2_arm926t
  76. default ARM10T if BR2_arm10t
  77. default ARM1136JF_S if BR2_arm1136jf_s
  78. default ARM1176JZ_S if BR2_arm1176jz_s
  79. default ARM1176JZF_S if BR2_arm1176jzf_s
  80. default ARM_SA110 if BR2_sa110
  81. default ARM_SA1100 if BR2_sa1100
  82. default ARM_XSCALE if BR2_xscale
  83. default ARM_IWMMXT if BR2_iwmmxt
  84. default ARM_CORTEXA8 if BR2_cortex_a8
  85. default ARM_CORTEXA9 if BR2_cortex_a9
  86. config BR2_UCLIBC_SPARC_TYPE
  87. string
  88. depends on BR2_sparc
  89. default V7 if BR2_sparc_v7 || BR2_sparc_cypress || BR2_sparc_sparclite || BR2_sparc_f930 || BR2_sparc_f934 || BR2_sparc_sparclite86x || BR2_sparc_sparclet || BR2_sparc_tsc701 || BR2_sparc_sparchfleon || BR2_sparc_sparcsfleon
  90. default V8 if BR2_sparc_v8 || BR2_sparc_supersparc || BR2_sparc_hypersparc || BR2_sparc_sparchfleonv8 || BR2_sparc_sparcsfleonv8