diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-25 11:51:15 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-25 11:51:15 +0000 |
commit | cb6bf75228d4c6a437d9185d0915b89e0c564dd2 (patch) | |
tree | ee92682a23ae59ef446ff5f5918f6545a69d2a3d /.defconfig | |
parent | 8ed8eacf1c1a16793538fa8a9e2094dc2c80839e (diff) | |
download | buildroot-novena-cb6bf75228d4c6a437d9185d0915b89e0c564dd2.tar.gz buildroot-novena-cb6bf75228d4c6a437d9185d0915b89e0c564dd2.zip |
- adjust defconfig
Diffstat (limited to '.defconfig')
-rw-r--r-- | .defconfig | 48 |
1 files changed, 8 insertions, 40 deletions
diff --git a/.defconfig b/.defconfig index c96a6f7b9..cdeb5684e 100644 --- a/.defconfig +++ b/.defconfig @@ -25,14 +25,12 @@ BR2_WGET="wget --passive-ftp" # BR2_KERNEL_HEADERS_2_6_9 is not set # BR2_KERNEL_HEADERS_2_6_11 is not set # BR2_KERNEL_HEADERS_2_6_12 is not set -# BR2_KERNEL_HEADERS_2_6_19_2 is not set -BR2_KERNEL_HEADERS_2_6_20=y -BR2_DEFAULT_KERNEL_HEADERS="2.6.20.4" +BR2_KERNEL_HEADERS_2_6_22=y +BR2_DEFAULT_KERNEL_HEADERS="2.6.22.8" # # uClibc Options # -# BR2_UCLIBC_VERSION_0_9_28 is not set # BR2_UCLIBC_VERSION_0_9_28_3 is not set BR2_UCLIBC_VERSION_0_9_29=y # BR2_UCLIBC_VERSION_SNAPSHOT is not set @@ -48,52 +46,22 @@ BR2_PTHREADS_OLD=y # # Binutils Options # -# BR2_BINUTILS_VERSION_2_14_90_0_8 is not set -# BR2_BINUTILS_VERSION_2_15 is not set -# BR2_BINUTILS_VERSION_2_15_94_0_2_2 is not set -# BR2_BINUTILS_VERSION_2_16_1 is not set -# BR2_BINUTILS_VERSION_2_16_90_0_3 is not set -# BR2_BINUTILS_VERSION_2_16_91_0_5 is not set -# BR2_BINUTILS_VERSION_2_16_91_0_6 is not set -# BR2_BINUTILS_VERSION_2_16_91_0_7 is not set -BR2_BINUTILS_VERSION_2_17=y -# BR2_BINUTILS_VERSION_2_17_50_0_2 is not set -# BR2_BINUTILS_VERSION_2_17_50_0_3 is not set -# BR2_BINUTILS_VERSION_2_17_50_0_4 is not set -# BR2_BINUTILS_VERSION_2_17_50_0_5 is not set -# BR2_BINUTILS_VERSION_2_17_50_0_6 is not set -# BR2_BINUTILS_VERSION_2_17_50_0_7 is not set -# BR2_BINUTILS_VERSION_2_17_50_0_8 is not set -# BR2_BINUTILS_VERSION_2_17_50_0_9 is not set -# BR2_BINUTILS_VERSION_2_17_50_0_10 is not set -# BR2_BINUTILS_VERSION_2_17_50_0_12 is not set -# BR2_BINUTILS_VERSION_2_17_50_0_14 is not set -# BR2_BINUTILS_VERSION_2_17_50_0_16 is not set -BR2_BINUTILS_VERSION="2.17" +BR2_BINUTILS_VERSION_2_18=y +# BR2_BINUTILS_VERSION_2_18_50_0_1 is not set +BR2_BINUTILS_VERSION="2.18" BR2_EXTRA_BINUTILS_CONFIG_OPTIONS="" # # Gcc Options # -# BR2_GCC_VERSION_3_3_5 is not set -# BR2_GCC_VERSION_3_3_6 is not set -# 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 # 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 -# 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_1_1 is not set # BR2_GCC_VERSION_4_1_2 is not set -BR2_GCC_VERSION_4_2_0=y +# BR2_GCC_VERSION_4_2_0 is not set +BR2_GCC_VERSION_4_2_1=y # BR2_GCC_IS_SNAP is not set -BR2_GCC_VERSION="4.2.0" +BR2_GCC_VERSION="4.2.1" # BR2_GCC_USE_SJLJ_EXCEPTIONS is not set BR2_EXTRA_GCC_CONFIG_OPTIONS="" BR2_GCC_SHARED_LIBGCC=y |