freewrt_1_0
freewrt_2_0
| Rev | Line | |
|---|
| [475ad56] | 1 | config BR2_COMPILE_BC
|
|---|
| 2 | tristate
|
|---|
| 3 | depends BR2_PACKAGE_BC || BR2_PACKAGE_DC
|
|---|
| 4 | default n
|
|---|
| 5 |
|
|---|
| 6 | config BR2_PACKAGE_BC
|
|---|
| 7 | prompt "bc................................ Arbitrary precision calculator language"
|
|---|
| 8 | tristate
|
|---|
| 9 | default m if CONFIG_DEVEL
|
|---|
| 10 | select BR2_COMPILE_BC
|
|---|
| 11 | help
|
|---|
| 12 | bc is a language that supports arbitrary precision numbers with
|
|---|
| 13 | interactive execution of statements.
|
|---|
| 14 |
|
|---|
| 15 | config BR2_PACKAGE_DC
|
|---|
| 16 | prompt "dc................................ Arbitrary precision calculator"
|
|---|
| 17 | tristate
|
|---|
| 18 | default m if CONFIG_DEVEL
|
|---|
| 19 | select BR2_COMPILE_BC
|
|---|
| 20 | help
|
|---|
| 21 | dc is a reverse-polish desk calculator which supports unlimited
|
|---|
| 22 | precision arithmetic.
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.