From: <kr...@us...> - 2007-03-08 18:55:51
|
Revision: 729 http://svn.sourceforge.net/astlinux/?rev=729&view=rev Author: krisk84 Date: 2007-03-08 10:55:46 -0800 (Thu, 08 Mar 2007) Log Message: ----------- update default config for new gcc options Modified Paths: -------------- trunk/astlinux.config Modified: trunk/astlinux.config =================================================================== --- trunk/astlinux.config 2007-03-08 18:55:05 UTC (rev 728) +++ trunk/astlinux.config 2007-03-08 18:55:46 UTC (rev 729) @@ -73,18 +73,26 @@ # 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=y +# BR2_GCC_VERSION_3_4_5 is not set +BR2_GCC_VERSION_3_4_6=y # 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 +# BR2_GCC_VERSION_4_0_3 is not set +# BR2_GCC_VERSION_4_0_4 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.5" +# BR2_GCC_VERSION_4_1_1 is not set +# BR2_GCC_VERSION_4_1_2 is not set +# BR2_GCC_VERSION_4_2 is not set +# BR2_GCC_IS_SNAP is not set +BR2_GCC_VERSION="3.4.6" # BR2_GCC_USE_SJLJ_EXCEPTIONS is not set BR2_EXTRA_GCC_CONFIG_OPTIONS="" BR2_INSTALL_LIBSTDCPP=y # BR2_INSTALL_LIBGCJ is not set # BR2_INSTALL_OBJC is not set +# BR2_INSTALL_FORTRAN is not set +BR2_GCC_SHARED_LIBGCC=y # # Ccache Options @@ -137,6 +145,7 @@ BR2_PACKAGE_FLEX_LIBFL=y # BR2_PACKAGE_GAWK is not set # BR2_PACKAGE_GCC_TARGET is not set +BR2_EXTRA_TARGET_GCC_CONFIG_OPTIONS="" # BR2_PACKAGE_CCACHE_TARGET is not set # BR2_PACKAGE_GREP is not set # BR2_PACKAGE_MAKE is not set This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |