[uClibc-cvs] uClibc/extra/Configs Config.in,1.31,1.32

Erik Andersen andersen at uclibc.org
Tue Sep 9 09:44:48 UTC 2003


Update of /var/cvs/uClibc/extra/Configs
In directory winder:/tmp/cvs-serv31148/extra/Configs

Modified Files:
	Config.in 
Log Message:
Force Large File Support disabled on Cris, since something
appears to be wrong with their toolchain that is tickled
by LFS.


Index: Config.in
===================================================================
RCS file: /var/cvs/uClibc/extra/Configs/Config.in,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- Config.in	9 Sep 2003 09:04:47 -0000	1.31
+++ Config.in	9 Sep 2003 09:44:43 -0000	1.32
@@ -165,6 +165,7 @@
 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 




More information about the uClibc-cvs mailing list