X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=Kconfig.stdlibs;h=15648b62de3a43dffae9f0a392373311e96155a5;hb=4c4382c3fa7e7e87c260b6bb473220d0081ca1d5;hp=feb8e2a87b45bf5b5621a15e1e8c4a401352e262;hpb=6911d27947e37b0f7e066f0aef3e9cc5d5bf0722;p=palacios-OLD.git diff --git a/Kconfig.stdlibs b/Kconfig.stdlibs index feb8e2a..15648b6 100644 --- a/Kconfig.stdlibs +++ b/Kconfig.stdlibs @@ -2,7 +2,6 @@ menu "Standard library functions" config BUILT_IN_STDLIB bool "Enable Built in versions of stdlib functions" - default y if KITTEN help Not all host OSes provide link targets for stdlib functions Palacios provides internal implementations of these functions, that you can select from this list @@ -61,7 +60,6 @@ config BUILT_IN_STRCMP config BUILT_IN_STRCASECMP bool "strcasecmp()" - default y if KITTEN depends on BUILT_IN_STDLIB help This enables Palacios' internal implementation of strcasecmp @@ -126,7 +124,6 @@ config BUILT_IN_STRSTR config BUILT_IN_ATOI bool "atoi()" - default y if KITTEN depends on BUILT_IN_STDLIB help This enables Palacios' internal implementation of atoi