diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-11-27 22:31:25 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-11-27 22:32:11 +0100 |
commit | 74ca8d6f5d2e29bb7cf4606531313ee8c52b9eda (patch) | |
tree | b2e5ad49c4499ca7c21a92e4d4c3e3aced7cb524 /extra | |
parent | d9f4c6bb0568da6d80f60a0040354f45478f84a3 (diff) |
remove UCLIBC_HAS_LFS
Diffstat (limited to 'extra')
-rw-r--r-- | extra/Configs/Config.alpha | 1 | ||||
-rw-r--r-- | extra/Configs/Config.in | 10 | ||||
-rw-r--r-- | extra/Configs/defconfigs/or1k/defconfig | 1 |
3 files changed, 0 insertions, 12 deletions
diff --git a/extra/Configs/Config.alpha b/extra/Configs/Config.alpha index 212df6a82..a1eb7898b 100644 --- a/extra/Configs/Config.alpha +++ b/extra/Configs/Config.alpha @@ -14,4 +14,3 @@ config FORCE_OPTIONS_FOR_ARCH select ARCH_HAS_MMU select ARCH_HAS_NO_LDSO select ARCH_HAS_DEPRECATED_SYSCALLS - select UCLIBC_HAS_LFS diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 3315c7d5a..68b17aba8 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -567,15 +567,6 @@ config UCLIBC_HAS_SYSLOG Support sending messages to the system logger. This requires socket-support. -config UCLIBC_HAS_LFS - bool "Large File Support" - default y - help - If you wish to build uClibc with support for accessing large files - (i.e. files greater then 2 GiB) then answer Y. Do not enable this - if you are using an older Linux kernel (2.0.x) that lacks large file - support. Enabling this option will increase the size of uClibc. - choice prompt "Malloc Implementation" default MALLOC if ! ARCH_USE_MMU @@ -1736,7 +1727,6 @@ config UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION config UCLIBC_HAS_FOPEN_LARGEFILE_MODE bool "Support an fopen() 'F' flag for large file mode (uClibc-specific)" - depends on UCLIBC_HAS_LFS help Answer Y to enable a uClibc-specific extension to allow passing an additional 'F' flag in the mode string for fopen() to specify that diff --git a/extra/Configs/defconfigs/or1k/defconfig b/extra/Configs/defconfigs/or1k/defconfig index b1f890a1e..d97651533 100644 --- a/extra/Configs/defconfigs/or1k/defconfig +++ b/extra/Configs/defconfigs/or1k/defconfig @@ -79,7 +79,6 @@ UCLIBC_HAS_LINUXTHREADS=y UCLIBC_HAS_THREADS=y # PTHREADS_DEBUG_SUPPORT is not set UCLIBC_HAS_SYSLOG=y -UCLIBC_HAS_LFS=y # MALLOC is not set # MALLOC_SIMPLE is not set MALLOC_STANDARD=y |