svn commit: trunk/buildroot/toolchain/gcc

jacmet at uclibc.org jacmet at uclibc.org
Tue May 30 08:09:14 UTC 2006


Author: jacmet
Date: 2006-05-30 01:09:11 -0700 (Tue, 30 May 2006)
New Revision: 15228

Log:
libstc++ requires large file support

Modified:
   trunk/buildroot/toolchain/gcc/Config.in


Changeset:
Modified: trunk/buildroot/toolchain/gcc/Config.in
===================================================================
--- trunk/buildroot/toolchain/gcc/Config.in	2006-05-30 07:31:36 UTC (rev 15227)
+++ trunk/buildroot/toolchain/gcc/Config.in	2006-05-30 08:09:11 UTC (rev 15228)
@@ -105,6 +105,7 @@
 config BR2_INSTALL_LIBSTDCPP
 	bool "Build/install c++ compiler and libstdc++?"
 	default n
+	select BR2_LARGEFILE
 	help
 	    Build/install c++ compiler and libstdc++?
 




More information about the uClibc-cvs mailing list