diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-09-09 09:44:43 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-09-09 09:44:43 +0000 |
commit | 7b20dadaf50ab6bcf37b9b5cb65f2183db17c556 (patch) | |
tree | 54c0610da71cefe50880589e720a9a947b184ce0 /extra | |
parent | 019fa403aae6a233aa6ae58f385fa743f9279778 (diff) |
Force Large File Support disabled on Cris, since something
appears to be wrong with their toolchain that is tickled
by LFS.
Diffstat (limited to 'extra')
-rw-r--r-- | extra/Configs/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 68dcc1d7c..069fed597 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -165,6 +165,7 @@ config PTHREADS_DEBUG_SUPPORT config UCLIBC_HAS_LFS bool "Large File Support" default y + depends on !CONFIG_CRIS 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 |