diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-06-26 22:58:15 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-06-26 22:58:15 +0000 |
commit | d385b6e3a2bd0a09bb2e3aa68c5c63d7b233ff39 (patch) | |
tree | c0908df7d2d93191298d575178964504ac13a628 /sources | |
parent | 9bd870547ac2d3a0d0e3b70198a21346d851d80f (diff) | |
download | buildroot-novena-d385b6e3a2bd0a09bb2e3aa68c5c63d7b233ff39.tar.gz buildroot-novena-d385b6e3a2bd0a09bb2e3aa68c5c63d7b233ff39.zip |
Minor config updates
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 |