Config.in 3.6 KB

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