2
1

Config.in 314 B

12345678910111213
  1. comment "ruby has no inherent support for AVR32"
  2. depends on BR2_avr32 && BR2_PACKAGE_RUBY
  3. config BR2_PACKAGE_RUBY
  4. bool "ruby"
  5. depends on BR2_USE_WCHAR
  6. help
  7. Object Oriented Scripting Language.
  8. http://www.ruby-lang.org/
  9. comment "ruby requires a toolchain with WCHAR support"
  10. depends on !BR2_USE_WCHAR