Config.in.toolchain 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. if BR2_TOOLCHAIN_EXTERNAL_SOURCE
  2. choice
  3. prompt "Source location:"
  4. default BR2_TOOLCHAIN_ATMEL_AVR32_4_2_1 if BR2_avr32
  5. help
  6. Select whether to use the toolchain built by the buildroot
  7. system or an external pre-built toolchain.
  8. config BR2_TOOLCHAIN_ATMEL_AVR32_4_1_2
  9. bool "Use prepatched source for AVR32 gcc-4.1.2 toolchain"
  10. depends on BR2_avr32
  11. select BR2_EXT_GCC_VERSION_4_1_2
  12. select BR2_EXT_BINUTILS_VERSION_2_17
  13. select BR2_EXT_UCLIBC_VERSION_0_9_29
  14. select BR2_TOOLCHAIN_ATMEL_AVR32
  15. help
  16. The gcc-4.1.2 toolchain for the AVR32
  17. config BR2_TOOLCHAIN_ATMEL_AVR32_4_2_1
  18. bool "Use prepatched source for AVR32 gcc-4.2.1 toolchain"
  19. depends on BR2_avr32
  20. select BR2_EXT_GCC_VERSION_4_2_1
  21. select BR2_EXT_BINUTILS_VERSION_2_17
  22. select BR2_EXT_UCLIBC_VERSION_0_9_29
  23. select BR2_TOOLCHAIN_ATMEL_AVR32
  24. help
  25. The gcc-4.2.1 toolchain for the AVR32
  26. * gcc-4.2.1
  27. * binutils-2.17
  28. * uClibc-0.9.29
  29. * gdb-6.4
  30. This will not be able to build qtopia
  31. due to internal errors.
  32. config BR2_TOOLCHAIN_UNKNOWNVENDOR
  33. bool "Use prepatched source from unknown vendor"
  34. endchoice
  35. config BR2_TOOLCHAIN_ATMEL_AVR32
  36. bool
  37. default n
  38. if BR2_TOOLCHAIN_ATMEL_AVR32
  39. config BR2_VENDOR_SITE
  40. string
  41. default "$(BR2_ATMEL_MIRROR)" if BR2_TOOLCHAIN_ATMEL_AVR32
  42. config BR2_VENDOR_SUFFIX
  43. string
  44. default "-avr32" if BR2_TOOLCHAIN_ATMEL_AVR32
  45. config BR2_VENDOR_BINUTILS_RELEASE
  46. string
  47. default "-2.1.3" if BR2_TOOLCHAIN_ATMEL_AVR32
  48. config BR2_VENDOR_GCC_RELEASE
  49. string
  50. default "-2.0" if BR2_TOOLCHAIN_ATMEL_AVR32_4_1_2
  51. default "-2.1.3" if BR2_TOOLCHAIN_ATMEL_AVR32_4_2_1
  52. config BR2_VENDOR_UCLIBC_RELEASE
  53. string
  54. default "-2.1.3" if BR2_TOOLCHAIN_ATMEL_AVR32
  55. config BR2_VENDOR_GDB_RELEASE
  56. string
  57. default "-2.1.3" if BR2_TOOLCHAIN_ATMEL_AVR32
  58. config BR2_VENDOR_PATCH_DIR
  59. string
  60. default "target/device/Atmel/toolchain/avr32" if BR2_TOOLCHAIN_ATMEL_AVR32
  61. endif
  62. if BR2_TOOLCHAIN_UNKNOWNVENDOR
  63. config BR2_VENDOR_SITE
  64. string "vendor site"
  65. default "http://vendor.com/somewhere/"
  66. config BR2_VENDOR_SUFFIX
  67. string "vendor suffix"
  68. default ""
  69. config BR2_VENDOR_BINUTILS_RELEASE
  70. string "binutils suffix"
  71. default ""
  72. config BR2_VENDOR_GCC_RELEASE
  73. string "gcc suffix"
  74. default ""
  75. config BR2_VENDOR_UCLIBC_RELEASE
  76. string "uClibc suffix"
  77. default ""
  78. config BR2_VENDOR_GDB_RELEASE
  79. string "gdb suffix"
  80. default ""
  81. config BR2_VENDOR_PATCH_DIR
  82. string "local accumulated patchdir"
  83. default "target/device/$(VENDOR)/toolchain/"
  84. endif
  85. endif
  86. config BR2_EXT_GCC_VERSION_4_1_2
  87. bool
  88. default y if !BR2_TOOLCHAIN_EXTERNAL_SOURCE
  89. default n if BR2_TOOLCHAIN_EXTERNAL_SOURCE
  90. config BR2_EXT_GCC_VERSION_4_2_1
  91. bool
  92. default y if !BR2_TOOLCHAIN_EXTERNAL_SOURCE
  93. default n if BR2_TOOLCHAIN_EXTERNAL_SOURCE
  94. config BR2_EXT_BINUTILS_VERSION_2_17
  95. bool
  96. default y if !BR2_TOOLCHAIN_EXTERNAL_SOURCE
  97. default n if BR2_TOOLCHAIN_EXTERNAL_SOURCE
  98. config BR2_EXT_UCLIBC_VERSION_0_9_29
  99. bool
  100. default y if !BR2_TOOLCHAIN_EXTERNAL_SOURCE
  101. default n if BR2_TOOLCHAIN_EXTERNAL_SOURCE
  102. config BR2_EXT_UCLIBC_VERSION_0_9_28_3
  103. bool
  104. default y if !BR2_TOOLCHAIN_EXTERNAL_SOURCE
  105. default n if BR2_TOOLCHAIN_EXTERNAL_SOURCE