diff options
-rw-r--r-- | CHANGES | 2 | ||||
-rw-r--r-- | toolchain/gcc/4.4.2/100-uclibc-conf.patch (renamed from toolchain/gcc/4.4.1/100-uclibc-conf.patch) | 0 | ||||
-rw-r--r-- | toolchain/gcc/4.4.2/301-missing-execinfo_h.patch (renamed from toolchain/gcc/4.4.1/301-missing-execinfo_h.patch) | 0 | ||||
-rw-r--r-- | toolchain/gcc/4.4.2/302-c99-snprintf.patch (renamed from toolchain/gcc/4.4.1/302-c99-snprintf.patch) | 0 | ||||
-rw-r--r-- | toolchain/gcc/4.4.2/305-libmudflap-susv3-legacy.patch (renamed from toolchain/gcc/4.4.1/305-libmudflap-susv3-legacy.patch) | 0 | ||||
-rw-r--r-- | toolchain/gcc/4.4.2/810-arm-softfloat-libgcc.patch (renamed from toolchain/gcc/4.4.1/810-arm-softfloat-libgcc.patch) | 0 | ||||
-rw-r--r-- | toolchain/gcc/Config.in | 2 |
7 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ New packages: divine, gvfs, libarchive, libmicrohttpd, sdl_sound, swfdec, sysstat - Updated/fixed packages: autoconf, busybox, directfb, dnsmasq, + Updated/fixed packages: autoconf, busybox, gcc, directfb, dnsmasq, e2fsprogs, festival, gstreamer, gst-plugins-bad, gst-plugins-base, gst-plugins-good, imagemagick, iptables, kernel-headers, kismet, libelf, libevent, libglib2, liblockfile, libmad, libpcap, libupnp, diff --git a/toolchain/gcc/4.4.1/100-uclibc-conf.patch b/toolchain/gcc/4.4.2/100-uclibc-conf.patch index cca8c8229..cca8c8229 100644 --- a/toolchain/gcc/4.4.1/100-uclibc-conf.patch +++ b/toolchain/gcc/4.4.2/100-uclibc-conf.patch diff --git a/toolchain/gcc/4.4.1/301-missing-execinfo_h.patch b/toolchain/gcc/4.4.2/301-missing-execinfo_h.patch index 0e2092f3f..0e2092f3f 100644 --- a/toolchain/gcc/4.4.1/301-missing-execinfo_h.patch +++ b/toolchain/gcc/4.4.2/301-missing-execinfo_h.patch diff --git a/toolchain/gcc/4.4.1/302-c99-snprintf.patch b/toolchain/gcc/4.4.2/302-c99-snprintf.patch index ba51a0e1d..ba51a0e1d 100644 --- a/toolchain/gcc/4.4.1/302-c99-snprintf.patch +++ b/toolchain/gcc/4.4.2/302-c99-snprintf.patch diff --git a/toolchain/gcc/4.4.1/305-libmudflap-susv3-legacy.patch b/toolchain/gcc/4.4.2/305-libmudflap-susv3-legacy.patch index 374b1f865..374b1f865 100644 --- a/toolchain/gcc/4.4.1/305-libmudflap-susv3-legacy.patch +++ b/toolchain/gcc/4.4.2/305-libmudflap-susv3-legacy.patch diff --git a/toolchain/gcc/4.4.1/810-arm-softfloat-libgcc.patch b/toolchain/gcc/4.4.2/810-arm-softfloat-libgcc.patch index e6a30a3f0..e6a30a3f0 100644 --- a/toolchain/gcc/4.4.1/810-arm-softfloat-libgcc.patch +++ b/toolchain/gcc/4.4.2/810-arm-softfloat-libgcc.patch diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index db7e32e79..774057e3a 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -105,7 +105,7 @@ config BR2_GCC_VERSION default "4.3.2" if BR2_GCC_VERSION_4_3_2 default "4.3.3" if BR2_GCC_VERSION_4_3_3 default "4.3.4" if BR2_GCC_VERSION_4_3_4 - default "4.4.1" if BR2_GCC_VERSION_4_4_X + default "4.4.2" if BR2_GCC_VERSION_4_4_X default "4.3" if BR2_GCC_VERSION_4_3 config BR2_TOOLCHAIN_SYSROOT |