From: <kr...@us...> - 2007-03-12 01:17:40
|
Revision: 752 http://svn.sourceforge.net/astlinux/?rev=752&view=rev Author: krisk84 Date: 2007-03-11 18:17:40 -0700 (Sun, 11 Mar 2007) Log Message: ----------- make the default gcc 4.1.2 - i like it Modified Paths: -------------- trunk/astlinux.config Modified: trunk/astlinux.config =================================================================== --- trunk/astlinux.config 2007-03-12 01:16:27 UTC (rev 751) +++ trunk/astlinux.config 2007-03-12 01:17:40 UTC (rev 752) @@ -83,7 +83,7 @@ # 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 -BR2_GCC_VERSION_3_4_6=y +# BR2_GCC_VERSION_3_4_6 is not set # BR2_GCC_VERSION_4_0_0 is not set # BR2_GCC_VERSION_4_0_1 is not set # BR2_GCC_VERSION_4_0_2 is not set @@ -91,10 +91,10 @@ # BR2_GCC_VERSION_4_0_4 is not set # BR2_GCC_VERSION_4_1_0 is not set # BR2_GCC_VERSION_4_1_1 is not set -# BR2_GCC_VERSION_4_1_2 is not set +BR2_GCC_VERSION_4_1_2=y # BR2_GCC_VERSION_4_2 is not set # BR2_GCC_IS_SNAP is not set -BR2_GCC_VERSION="3.4.6" +BR2_GCC_VERSION="4.1.2" # BR2_GCC_USE_SJLJ_EXCEPTIONS is not set BR2_EXTRA_GCC_CONFIG_OPTIONS="" BR2_INSTALL_LIBSTDCPP=y This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |