[Runnix-commits] SF.net SVN: runnix:[105] trunk/runnix.config
Status: Alpha
Brought to you by:
krisk84
From: <ppr...@us...> - 2010-07-14 20:23:43
|
Revision: 105 http://runnix.svn.sourceforge.net/runnix/?rev=105&view=rev Author: pprindeville Date: 2010-07-14 20:23:36 +0000 (Wed, 14 Jul 2010) Log Message: ----------- Newer kernel requires newer compiler. Modified Paths: -------------- trunk/runnix.config Modified: trunk/runnix.config =================================================================== --- trunk/runnix.config 2010-07-11 22:56:42 UTC (rev 104) +++ trunk/runnix.config 2010-07-14 20:23:36 UTC (rev 105) @@ -70,7 +70,7 @@ # # BR2_GCC_VERSION_3_3_5 is not set # BR2_GCC_VERSION_3_3_6 is not set -BR2_GCC_VERSION_3_4_2=y +# BR2_GCC_VERSION_3_4_2 is not set # BR2_GCC_VERSION_3_4_3 is not set # BR2_GCC_VERSION_3_4_4 is not set # BR2_GCC_VERSION_3_4_5 is not set @@ -78,8 +78,8 @@ # BR2_GCC_VERSION_4_0_1 is not set # BR2_GCC_VERSION_4_0_2 is not set # BR2_GCC_VERSION_4_1_0 is not set -# BR2_GCC_VERSION_4_2_0 is not set -BR2_GCC_VERSION="3.4.2" +BR2_GCC_VERSION_4_2_0=y +BR2_GCC_VERSION="4.2.0" # BR2_GCC_USE_SJLJ_EXCEPTIONS is not set BR2_EXTRA_GCC_CONFIG_OPTIONS="" # BR2_INSTALL_LIBSTDCPP is not set This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |