2009-01-26 01:34:02 +01:00
|
|
|
comment "ruby has no inherent support for AVR32"
|
|
|
|
depends on BR2_avr32 && BR2_PACKAGE_RUBY
|
|
|
|
|
2006-01-23 21:21:02 +01:00
|
|
|
config BR2_PACKAGE_RUBY
|
|
|
|
bool "ruby"
|
2009-07-13 09:20:40 +02:00
|
|
|
depends on BR2_USE_WCHAR
|
2006-01-23 21:21:02 +01:00
|
|
|
help
|
|
|
|
Object Oriented Scripting Language.
|
|
|
|
|
|
|
|
http://www.ruby-lang.org/
|
2009-07-13 09:20:40 +02:00
|
|
|
|
|
|
|
comment "ruby requires a toolchain with WCHAR support"
|
|
|
|
depends on !BR2_USE_WCHAR
|