diff options
Diffstat (limited to 'sources')
-rw-r--r-- | sources/busybox.config | 1 | ||||
-rw-r--r-- | sources/uClibc.config | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sources/busybox.config b/sources/busybox.config index 84f4bf1d7..6c6eb3e7d 100644 --- a/sources/busybox.config +++ b/sources/busybox.config @@ -384,6 +384,7 @@ CONFIG_ASH=y CONFIG_ASH_JOB_CONTROL=y CONFIG_ASH_ALIAS=y CONFIG_ASH_MATH_SUPPORT=y +CONFIG_ASH_MATH_SUPPORT_64=y # CONFIG_ASH_GETOPTS is not set # CONFIG_ASH_CMDCMD is not set # CONFIG_ASH_MAIL is not set diff --git a/sources/uClibc.config b/sources/uClibc.config index 358d99e0d..42afe68bc 100644 --- a/sources/uClibc.config +++ b/sources/uClibc.config @@ -39,6 +39,7 @@ HAVE_DOT_CONFIG=y DOPIC=y HAVE_SHARED=y BUILD_UCLIBC_LDSO=y +# FORCE_SHAREABLE_TEXT_SEGMENTS is not set # UCLIBC_PIE_SUPPORT is not set LDSO_LDD_SUPPORT=y UCLIBC_CTOR_DTOR=y |