diff options
author | Denis Vlasenko | 2008-10-20 08:43:10 +0000 |
---|---|---|
committer | Denis Vlasenko | 2008-10-20 08:43:10 +0000 |
commit | 078323010b5d88485748d05e512d451b876992b5 (patch) | |
tree | e7111140dd305eeedee2c4a3cfb0c0f45fc29a34 /miscutils/Config.in | |
parent | b730474bda4a964930e8013301ace7b49a0c5726 (diff) | |
download | busybox-078323010b5d88485748d05e512d451b876992b5.zip busybox-078323010b5d88485748d05e512d451b876992b5.tar.gz |
dc: conditionalize parts which require libm
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r-- | miscutils/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index 0c80ae6..15f677a 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in @@ -138,6 +138,14 @@ config DC Dc is a reverse-polish desk calculator which supports unlimited precision arithmetic. +config FEATURE_DC_LIBM + bool "Enable power and exp functions (requires libm)" + default n + depends on DC + help + Enable power and exp functions. + NOTE: This will require libm to be present for linking. + config DEVFSD bool "devfsd (obsolete)" default n |