From: Khem Raj Date: Fri, 7 Aug 2009 02:46:45 +0000 (-0700) Subject: gcc: Remove gcc 4.1.0 recipes in favour of gcc 4.4.1 X-Git-Tag: Release-2010-05/1~2797 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ccdfeffc5202da60d7da5b7cb99ea655fe89238;p=openembedded.git gcc: Remove gcc 4.1.0 recipes in favour of gcc 4.4.1 Signed-off-by: Khem Raj --- diff --git a/conf/checksums.ini b/conf/checksums.ini index cb1deb243e..a7892b224b 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -7370,6 +7370,10 @@ sha256=309f614a3c7fee88edc4928ff17185a19533949a1642ccf776e87d86303704de md5=cf5d787bee57f38168b74d65a7c0e6fd sha256=c5fe6f4c62ee7288765c3800ec9d21ad936bdcb5a04374cc09bd5a4232b836c9 +[ftp://ftp.gnu.org/gnu/gcc/gcc-4.4.1/gcc-4.4.1.tar.bz2] +md5=927eaac3d44b22f31f9c83df82f26436 +sha256=cbefa9abd4adac0931e1b556072dcd8b32a360d4b95a94d7822c86bded803d5b + [http://downloads.sourceforge.net/mingw/gcc-ada-3.4.5-20060117-2-src.tar.gz] md5=30154205636c12c6abcc462ce07550cf sha256=404358fe19326679f602de6f7d6a2db180e27af83813150f58ab28eec197b646 diff --git a/recipes/gcc/gcc-4.1.1.inc b/recipes/gcc/gcc-4.1.1.inc index 20da89aee6..68323ac747 100644 --- a/recipes/gcc/gcc-4.1.1.inc +++ b/recipes/gcc/gcc-4.1.1.inc @@ -2,7 +2,7 @@ require gcc-common.inc DEPENDS = "mpfr gmp" -INC_PR = "r23" +INC_PR = "r0" SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ file://100-uclibc-conf.patch;patch=1 \ diff --git a/recipes/gcc/gcc-4.4.0.inc b/recipes/gcc/gcc-4.4.1.inc similarity index 74% rename from recipes/gcc/gcc-4.4.0.inc rename to recipes/gcc/gcc-4.4.1.inc index 6ea9123460..e05da2b5a0 100644 --- a/recipes/gcc/gcc-4.4.0.inc +++ b/recipes/gcc/gcc-4.4.1.inc @@ -14,10 +14,6 @@ FILESPATHPKG .= ":gcc-$PV" SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch;patch=1 \ file://100-uclibc-conf.patch;patch=1 \ - file://200-uclibc-locale.patch;patch=1 \ - file://203-uclibc-locale-no__x.patch;patch=1 \ - file://204-uclibc-locale-wchar_fix.patch;patch=1 \ - file://205-uclibc-locale-update.patch;patch=1 \ " # Language Overrides FORTRAN = "" diff --git a/recipes/gcc/gcc-4.4.0/100-uclibc-conf.patch b/recipes/gcc/gcc-4.4.1/100-uclibc-conf.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/100-uclibc-conf.patch rename to recipes/gcc/gcc-4.4.1/100-uclibc-conf.patch diff --git a/recipes/gcc/gcc-4.4.0/103-uclibc-conf-noupstream.patch b/recipes/gcc/gcc-4.4.1/103-uclibc-conf-noupstream.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/103-uclibc-conf-noupstream.patch rename to recipes/gcc/gcc-4.4.1/103-uclibc-conf-noupstream.patch diff --git a/recipes/gcc/gcc-4.4.0/110-arm-eabi.patch b/recipes/gcc/gcc-4.4.1/110-arm-eabi.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/110-arm-eabi.patch rename to recipes/gcc/gcc-4.4.1/110-arm-eabi.patch diff --git a/recipes/gcc/gcc-4.4.0/200-uclibc-locale.patch b/recipes/gcc/gcc-4.4.1/200-uclibc-locale.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/200-uclibc-locale.patch rename to recipes/gcc/gcc-4.4.1/200-uclibc-locale.patch diff --git a/recipes/gcc/gcc-4.4.0/203-uclibc-locale-no__x.patch b/recipes/gcc/gcc-4.4.1/203-uclibc-locale-no__x.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/203-uclibc-locale-no__x.patch rename to recipes/gcc/gcc-4.4.1/203-uclibc-locale-no__x.patch diff --git a/recipes/gcc/gcc-4.4.0/204-uclibc-locale-wchar_fix.patch b/recipes/gcc/gcc-4.4.1/204-uclibc-locale-wchar_fix.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/204-uclibc-locale-wchar_fix.patch rename to recipes/gcc/gcc-4.4.1/204-uclibc-locale-wchar_fix.patch diff --git a/recipes/gcc/gcc-4.4.0/205-uclibc-locale-update.patch b/recipes/gcc/gcc-4.4.1/205-uclibc-locale-update.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/205-uclibc-locale-update.patch rename to recipes/gcc/gcc-4.4.1/205-uclibc-locale-update.patch diff --git a/recipes/gcc/gcc-4.4.0/300-libstdc++-pic.patch b/recipes/gcc/gcc-4.4.1/300-libstdc++-pic.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/300-libstdc++-pic.patch rename to recipes/gcc/gcc-4.4.1/300-libstdc++-pic.patch diff --git a/recipes/gcc/gcc-4.4.0/301-missing-execinfo_h.patch b/recipes/gcc/gcc-4.4.1/301-missing-execinfo_h.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/301-missing-execinfo_h.patch rename to recipes/gcc/gcc-4.4.1/301-missing-execinfo_h.patch diff --git a/recipes/gcc/gcc-4.4.0/302-c99-snprintf.patch b/recipes/gcc/gcc-4.4.1/302-c99-snprintf.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/302-c99-snprintf.patch rename to recipes/gcc/gcc-4.4.1/302-c99-snprintf.patch diff --git a/recipes/gcc/gcc-4.4.0/303-c99-complex-ugly-hack.patch b/recipes/gcc/gcc-4.4.1/303-c99-complex-ugly-hack.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/303-c99-complex-ugly-hack.patch rename to recipes/gcc/gcc-4.4.1/303-c99-complex-ugly-hack.patch diff --git a/recipes/gcc/gcc-4.4.0/304-index_macro.patch b/recipes/gcc/gcc-4.4.1/304-index_macro.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/304-index_macro.patch rename to recipes/gcc/gcc-4.4.1/304-index_macro.patch diff --git a/recipes/gcc/gcc-4.4.0/305-libmudflap-susv3-legacy.patch b/recipes/gcc/gcc-4.4.1/305-libmudflap-susv3-legacy.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/305-libmudflap-susv3-legacy.patch rename to recipes/gcc/gcc-4.4.1/305-libmudflap-susv3-legacy.patch diff --git a/recipes/gcc/gcc-4.4.0/306-libstdc++-namespace.patch b/recipes/gcc/gcc-4.4.1/306-libstdc++-namespace.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/306-libstdc++-namespace.patch rename to recipes/gcc/gcc-4.4.1/306-libstdc++-namespace.patch diff --git a/recipes/gcc/gcc-4.4.0/307-locale_facets.patch b/recipes/gcc/gcc-4.4.1/307-locale_facets.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/307-locale_facets.patch rename to recipes/gcc/gcc-4.4.1/307-locale_facets.patch diff --git a/recipes/gcc/gcc-4.4.0/402-libbackend_dep_gcov-iov.h.patch b/recipes/gcc/gcc-4.4.1/402-libbackend_dep_gcov-iov.h.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/402-libbackend_dep_gcov-iov.h.patch rename to recipes/gcc/gcc-4.4.1/402-libbackend_dep_gcov-iov.h.patch diff --git a/recipes/gcc/gcc-4.4.0/602-sdk-libstdc++-includes.patch b/recipes/gcc/gcc-4.4.1/602-sdk-libstdc++-includes.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/602-sdk-libstdc++-includes.patch rename to recipes/gcc/gcc-4.4.1/602-sdk-libstdc++-includes.patch diff --git a/recipes/gcc/gcc-4.4.0/740-sh-pr24836.patch b/recipes/gcc/gcc-4.4.1/740-sh-pr24836.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/740-sh-pr24836.patch rename to recipes/gcc/gcc-4.4.1/740-sh-pr24836.patch diff --git a/recipes/gcc/gcc-4.4.0/800-arm-bigendian.patch b/recipes/gcc/gcc-4.4.1/800-arm-bigendian.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/800-arm-bigendian.patch rename to recipes/gcc/gcc-4.4.1/800-arm-bigendian.patch diff --git a/recipes/gcc/gcc-4.4.0/904-flatten-switch-stmt-00.patch b/recipes/gcc/gcc-4.4.1/904-flatten-switch-stmt-00.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/904-flatten-switch-stmt-00.patch rename to recipes/gcc/gcc-4.4.1/904-flatten-switch-stmt-00.patch diff --git a/recipes/gcc/gcc-4.4.0/arm-nolibfloat.patch b/recipes/gcc/gcc-4.4.1/arm-nolibfloat.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/arm-nolibfloat.patch rename to recipes/gcc/gcc-4.4.1/arm-nolibfloat.patch diff --git a/recipes/gcc/gcc-4.4.0/arm-softfloat.patch b/recipes/gcc/gcc-4.4.1/arm-softfloat.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/arm-softfloat.patch rename to recipes/gcc/gcc-4.4.1/arm-softfloat.patch diff --git a/recipes/gcc/gcc-4.4.0/arm-thumb-cache.patch b/recipes/gcc/gcc-4.4.1/arm-thumb-cache.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/arm-thumb-cache.patch rename to recipes/gcc/gcc-4.4.1/arm-thumb-cache.patch diff --git a/recipes/gcc/gcc-4.4.0/arm-thumb.patch b/recipes/gcc/gcc-4.4.1/arm-thumb.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/arm-thumb.patch rename to recipes/gcc/gcc-4.4.1/arm-thumb.patch diff --git a/recipes/gcc/gcc-4.4.0/cache-amnesia.patch b/recipes/gcc/gcc-4.4.1/cache-amnesia.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/cache-amnesia.patch rename to recipes/gcc/gcc-4.4.1/cache-amnesia.patch diff --git a/recipes/gcc/gcc-4.4.0/debian/ada-acats.dpatch b/recipes/gcc/gcc-4.4.1/debian/ada-acats.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/ada-acats.dpatch rename to recipes/gcc/gcc-4.4.1/debian/ada-acats.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/ada-alpha.dpatch b/recipes/gcc/gcc-4.4.1/debian/ada-alpha.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/ada-alpha.dpatch rename to recipes/gcc/gcc-4.4.1/debian/ada-alpha.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/ada-default-project-path.dpatch b/recipes/gcc/gcc-4.4.1/debian/ada-default-project-path.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/ada-default-project-path.dpatch rename to recipes/gcc/gcc-4.4.1/debian/ada-default-project-path.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/ada-driver-check.dpatch b/recipes/gcc/gcc-4.4.1/debian/ada-driver-check.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/ada-driver-check.dpatch rename to recipes/gcc/gcc-4.4.1/debian/ada-driver-check.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/ada-driver.dpatch b/recipes/gcc/gcc-4.4.1/debian/ada-driver.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/ada-driver.dpatch rename to recipes/gcc/gcc-4.4.1/debian/ada-driver.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/ada-gcc-name.dpatch b/recipes/gcc/gcc-4.4.1/debian/ada-gcc-name.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/ada-gcc-name.dpatch rename to recipes/gcc/gcc-4.4.1/debian/ada-gcc-name.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/ada-gnatvsn.dpatch b/recipes/gcc/gcc-4.4.1/debian/ada-gnatvsn.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/ada-gnatvsn.dpatch rename to recipes/gcc/gcc-4.4.1/debian/ada-gnatvsn.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/ada-libgnatprj.dpatch b/recipes/gcc/gcc-4.4.1/debian/ada-libgnatprj.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/ada-libgnatprj.dpatch rename to recipes/gcc/gcc-4.4.1/debian/ada-libgnatprj.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/ada-libgnatvsn.dpatch b/recipes/gcc/gcc-4.4.1/debian/ada-libgnatvsn.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/ada-libgnatvsn.dpatch rename to recipes/gcc/gcc-4.4.1/debian/ada-libgnatvsn.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/ada-link-lib.dpatch b/recipes/gcc/gcc-4.4.1/debian/ada-link-lib.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/ada-link-lib.dpatch rename to recipes/gcc/gcc-4.4.1/debian/ada-link-lib.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/ada-sjlj.dpatch b/recipes/gcc/gcc-4.4.1/debian/ada-sjlj.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/ada-sjlj.dpatch rename to recipes/gcc/gcc-4.4.1/debian/ada-sjlj.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/ada-symbolic-tracebacks.dpatch b/recipes/gcc/gcc-4.4.1/debian/ada-symbolic-tracebacks.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/ada-symbolic-tracebacks.dpatch rename to recipes/gcc/gcc-4.4.1/debian/ada-symbolic-tracebacks.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/alpha-ieee-doc.dpatch b/recipes/gcc/gcc-4.4.1/debian/alpha-ieee-doc.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/alpha-ieee-doc.dpatch rename to recipes/gcc/gcc-4.4.1/debian/alpha-ieee-doc.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/alpha-ieee.dpatch b/recipes/gcc/gcc-4.4.1/debian/alpha-ieee.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/alpha-ieee.dpatch rename to recipes/gcc/gcc-4.4.1/debian/alpha-ieee.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/alpha-no-ev4-directive.dpatch b/recipes/gcc/gcc-4.4.1/debian/alpha-no-ev4-directive.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/alpha-no-ev4-directive.dpatch rename to recipes/gcc/gcc-4.4.1/debian/alpha-no-ev4-directive.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/arm-unbreak-eabi-armv4t.dpatch b/recipes/gcc/gcc-4.4.1/debian/arm-unbreak-eabi-armv4t.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/arm-unbreak-eabi-armv4t.dpatch rename to recipes/gcc/gcc-4.4.1/debian/arm-unbreak-eabi-armv4t.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/boehm-gc-getnprocs.dpatch b/recipes/gcc/gcc-4.4.1/debian/boehm-gc-getnprocs.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/boehm-gc-getnprocs.dpatch rename to recipes/gcc/gcc-4.4.1/debian/boehm-gc-getnprocs.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/boehm-gc-nocheck.dpatch b/recipes/gcc/gcc-4.4.1/debian/boehm-gc-nocheck.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/boehm-gc-nocheck.dpatch rename to recipes/gcc/gcc-4.4.1/debian/boehm-gc-nocheck.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/config-ml.dpatch b/recipes/gcc/gcc-4.4.1/debian/config-ml.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/config-ml.dpatch rename to recipes/gcc/gcc-4.4.1/debian/config-ml.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/cpu-default-i486.dpatch b/recipes/gcc/gcc-4.4.1/debian/cpu-default-i486.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/cpu-default-i486.dpatch rename to recipes/gcc/gcc-4.4.1/debian/cpu-default-i486.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/cross-fixes.dpatch b/recipes/gcc/gcc-4.4.1/debian/cross-fixes.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/cross-fixes.dpatch rename to recipes/gcc/gcc-4.4.1/debian/cross-fixes.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/cross-include.dpatch b/recipes/gcc/gcc-4.4.1/debian/cross-include.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/cross-include.dpatch rename to recipes/gcc/gcc-4.4.1/debian/cross-include.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/deb-protoize.dpatch b/recipes/gcc/gcc-4.4.1/debian/deb-protoize.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/deb-protoize.dpatch rename to recipes/gcc/gcc-4.4.1/debian/deb-protoize.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/gcc-d-lang.dpatch b/recipes/gcc/gcc-4.4.1/debian/gcc-d-lang.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/gcc-d-lang.dpatch rename to recipes/gcc/gcc-4.4.1/debian/gcc-d-lang.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/gcc-driver-extra-langs.dpatch b/recipes/gcc/gcc-4.4.1/debian/gcc-driver-extra-langs.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/gcc-driver-extra-langs.dpatch rename to recipes/gcc/gcc-4.4.1/debian/gcc-driver-extra-langs.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/gcc-hash-style-both.dpatch b/recipes/gcc/gcc-4.4.1/debian/gcc-hash-style-both.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/gcc-hash-style-both.dpatch rename to recipes/gcc/gcc-4.4.1/debian/gcc-hash-style-both.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/gcc-hash-style-gnu.dpatch b/recipes/gcc/gcc-4.4.1/debian/gcc-hash-style-gnu.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/gcc-hash-style-gnu.dpatch rename to recipes/gcc/gcc-4.4.1/debian/gcc-hash-style-gnu.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/gcc-i386-emit-cld.dpatch b/recipes/gcc/gcc-4.4.1/debian/gcc-i386-emit-cld.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/gcc-i386-emit-cld.dpatch rename to recipes/gcc/gcc-4.4.1/debian/gcc-i386-emit-cld.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/gcc-ice-apport.dpatch b/recipes/gcc/gcc-4.4.1/debian/gcc-ice-apport.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/gcc-ice-apport.dpatch rename to recipes/gcc/gcc-4.4.1/debian/gcc-ice-apport.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/gcc-ice-hack.dpatch b/recipes/gcc/gcc-4.4.1/debian/gcc-ice-hack.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/gcc-ice-hack.dpatch rename to recipes/gcc/gcc-4.4.1/debian/gcc-ice-hack.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/gcc-multilib64dir.dpatch b/recipes/gcc/gcc-4.4.1/debian/gcc-multilib64dir.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/gcc-multilib64dir.dpatch rename to recipes/gcc/gcc-4.4.1/debian/gcc-multilib64dir.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/gcc-pascal-lang.dpatch b/recipes/gcc/gcc-4.4.1/debian/gcc-pascal-lang.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/gcc-pascal-lang.dpatch rename to recipes/gcc/gcc-4.4.1/debian/gcc-pascal-lang.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/gcc-ssp-default.dpatch b/recipes/gcc/gcc-4.4.1/debian/gcc-ssp-default.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/gcc-ssp-default.dpatch rename to recipes/gcc/gcc-4.4.1/debian/gcc-ssp-default.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/gcc-textdomain.dpatch b/recipes/gcc/gcc-4.4.1/debian/gcc-textdomain.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/gcc-textdomain.dpatch rename to recipes/gcc/gcc-4.4.1/debian/gcc-textdomain.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/gdc-fix-build-kbsd-gnu.dpatch b/recipes/gcc/gcc-4.4.1/debian/gdc-fix-build-kbsd-gnu.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/gdc-fix-build-kbsd-gnu.dpatch rename to recipes/gcc/gcc-4.4.1/debian/gdc-fix-build-kbsd-gnu.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/gpc-4.1.dpatch b/recipes/gcc/gcc-4.4.1/debian/gpc-4.1.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/gpc-4.1.dpatch rename to recipes/gcc/gcc-4.4.1/debian/gpc-4.1.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/gpc-gcc-4.x.dpatch b/recipes/gcc/gcc-4.4.1/debian/gpc-gcc-4.x.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/gpc-gcc-4.x.dpatch rename to recipes/gcc/gcc-4.4.1/debian/gpc-gcc-4.x.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/gpc-names.dpatch b/recipes/gcc/gcc-4.4.1/debian/gpc-names.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/gpc-names.dpatch rename to recipes/gcc/gcc-4.4.1/debian/gpc-names.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/hurd-changes.dpatch b/recipes/gcc/gcc-4.4.1/debian/hurd-changes.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/hurd-changes.dpatch rename to recipes/gcc/gcc-4.4.1/debian/hurd-changes.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/ignore-comp-fail.dpatch b/recipes/gcc/gcc-4.4.1/debian/ignore-comp-fail.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/ignore-comp-fail.dpatch rename to recipes/gcc/gcc-4.4.1/debian/ignore-comp-fail.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/kbsd-gnu-ada.dpatch b/recipes/gcc/gcc-4.4.1/debian/kbsd-gnu-ada.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/kbsd-gnu-ada.dpatch rename to recipes/gcc/gcc-4.4.1/debian/kbsd-gnu-ada.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/kbsd-gnu.dpatch b/recipes/gcc/gcc-4.4.1/debian/kbsd-gnu.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/kbsd-gnu.dpatch rename to recipes/gcc/gcc-4.4.1/debian/kbsd-gnu.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/libffi-configure.dpatch b/recipes/gcc/gcc-4.4.1/debian/libffi-configure.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/libffi-configure.dpatch rename to recipes/gcc/gcc-4.4.1/debian/libffi-configure.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/libjava-armel-ldflags.dpatch b/recipes/gcc/gcc-4.4.1/debian/libjava-armel-ldflags.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/libjava-armel-ldflags.dpatch rename to recipes/gcc/gcc-4.4.1/debian/libjava-armel-ldflags.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/libjava-debuginfo.dpatch b/recipes/gcc/gcc-4.4.1/debian/libjava-debuginfo.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/libjava-debuginfo.dpatch rename to recipes/gcc/gcc-4.4.1/debian/libjava-debuginfo.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/libjava-disable-static.dpatch b/recipes/gcc/gcc-4.4.1/debian/libjava-disable-static.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/libjava-disable-static.dpatch rename to recipes/gcc/gcc-4.4.1/debian/libjava-disable-static.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/libjava-jar.dpatch b/recipes/gcc/gcc-4.4.1/debian/libjava-jar.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/libjava-jar.dpatch rename to recipes/gcc/gcc-4.4.1/debian/libjava-jar.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/libjava-jnipath.dpatch b/recipes/gcc/gcc-4.4.1/debian/libjava-jnipath.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/libjava-jnipath.dpatch rename to recipes/gcc/gcc-4.4.1/debian/libjava-jnipath.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/libjava-loading-constraints.dpatch b/recipes/gcc/gcc-4.4.1/debian/libjava-loading-constraints.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/libjava-loading-constraints.dpatch rename to recipes/gcc/gcc-4.4.1/debian/libjava-loading-constraints.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/libjava-nobiarch-check.dpatch b/recipes/gcc/gcc-4.4.1/debian/libjava-nobiarch-check.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/libjava-nobiarch-check.dpatch rename to recipes/gcc/gcc-4.4.1/debian/libjava-nobiarch-check.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/libjava-realloc-leak.dpatch b/recipes/gcc/gcc-4.4.1/debian/libjava-realloc-leak.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/libjava-realloc-leak.dpatch rename to recipes/gcc/gcc-4.4.1/debian/libjava-realloc-leak.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/libjava-rpath.dpatch b/recipes/gcc/gcc-4.4.1/debian/libjava-rpath.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/libjava-rpath.dpatch rename to recipes/gcc/gcc-4.4.1/debian/libjava-rpath.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/libjava-sjlj.dpatch b/recipes/gcc/gcc-4.4.1/debian/libjava-sjlj.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/libjava-sjlj.dpatch rename to recipes/gcc/gcc-4.4.1/debian/libjava-sjlj.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/libjava-soname.dpatch b/recipes/gcc/gcc-4.4.1/debian/libjava-soname.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/libjava-soname.dpatch rename to recipes/gcc/gcc-4.4.1/debian/libjava-soname.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/libjava-stacktrace.dpatch b/recipes/gcc/gcc-4.4.1/debian/libjava-stacktrace.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/libjava-stacktrace.dpatch rename to recipes/gcc/gcc-4.4.1/debian/libjava-stacktrace.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/libjava-subdir.dpatch b/recipes/gcc/gcc-4.4.1/debian/libjava-subdir.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/libjava-subdir.dpatch rename to recipes/gcc/gcc-4.4.1/debian/libjava-subdir.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/libjava-xulrunner1.9.dpatch b/recipes/gcc/gcc-4.4.1/debian/libjava-xulrunner1.9.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/libjava-xulrunner1.9.dpatch rename to recipes/gcc/gcc-4.4.1/debian/libjava-xulrunner1.9.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/libobjc-gc-link.dpatch b/recipes/gcc/gcc-4.4.1/debian/libobjc-gc-link.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/libobjc-gc-link.dpatch rename to recipes/gcc/gcc-4.4.1/debian/libobjc-gc-link.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/libssp-gnu.dpatch b/recipes/gcc/gcc-4.4.1/debian/libssp-gnu.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/libssp-gnu.dpatch rename to recipes/gcc/gcc-4.4.1/debian/libssp-gnu.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/libstdc++-doclink.dpatch b/recipes/gcc/gcc-4.4.1/debian/libstdc++-doclink.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/libstdc++-doclink.dpatch rename to recipes/gcc/gcc-4.4.1/debian/libstdc++-doclink.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/libstdc++-pic.dpatch b/recipes/gcc/gcc-4.4.1/debian/libstdc++-pic.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/libstdc++-pic.dpatch rename to recipes/gcc/gcc-4.4.1/debian/libstdc++-pic.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/libstdc++-symbols-hppa.dpatch b/recipes/gcc/gcc-4.4.1/debian/libstdc++-symbols-hppa.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/libstdc++-symbols-hppa.dpatch rename to recipes/gcc/gcc-4.4.1/debian/libstdc++-symbols-hppa.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/link-libs.dpatch b/recipes/gcc/gcc-4.4.1/debian/link-libs.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/link-libs.dpatch rename to recipes/gcc/gcc-4.4.1/debian/link-libs.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/mips-triarch.dpatch b/recipes/gcc/gcc-4.4.1/debian/mips-triarch.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/mips-triarch.dpatch rename to recipes/gcc/gcc-4.4.1/debian/mips-triarch.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/mudflap-nocheck.dpatch b/recipes/gcc/gcc-4.4.1/debian/mudflap-nocheck.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/mudflap-nocheck.dpatch rename to recipes/gcc/gcc-4.4.1/debian/mudflap-nocheck.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/multiarch-include.dpatch b/recipes/gcc/gcc-4.4.1/debian/multiarch-include.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/multiarch-include.dpatch rename to recipes/gcc/gcc-4.4.1/debian/multiarch-include.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/multiarch-lib.dpatch b/recipes/gcc/gcc-4.4.1/debian/multiarch-lib.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/multiarch-lib.dpatch rename to recipes/gcc/gcc-4.4.1/debian/multiarch-lib.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/note-gnu-stack.dpatch b/recipes/gcc/gcc-4.4.1/debian/note-gnu-stack.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/note-gnu-stack.dpatch rename to recipes/gcc/gcc-4.4.1/debian/note-gnu-stack.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/powerpc-biarch.dpatch b/recipes/gcc/gcc-4.4.1/debian/powerpc-biarch.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/powerpc-biarch.dpatch rename to recipes/gcc/gcc-4.4.1/debian/powerpc-biarch.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/ppc64-ada.dpatch b/recipes/gcc/gcc-4.4.1/debian/ppc64-ada.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/ppc64-ada.dpatch rename to recipes/gcc/gcc-4.4.1/debian/ppc64-ada.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/pr24170.dpatch b/recipes/gcc/gcc-4.4.1/debian/pr24170.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/pr24170.dpatch rename to recipes/gcc/gcc-4.4.1/debian/pr24170.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/pr27880.dpatch b/recipes/gcc/gcc-4.4.1/debian/pr27880.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/pr27880.dpatch rename to recipes/gcc/gcc-4.4.1/debian/pr27880.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/pr28102.dpatch b/recipes/gcc/gcc-4.4.1/debian/pr28102.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/pr28102.dpatch rename to recipes/gcc/gcc-4.4.1/debian/pr28102.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/pr28322.dpatch b/recipes/gcc/gcc-4.4.1/debian/pr28322.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/pr28322.dpatch rename to recipes/gcc/gcc-4.4.1/debian/pr28322.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/pr30961.dpatch b/recipes/gcc/gcc-4.4.1/debian/pr30961.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/pr30961.dpatch rename to recipes/gcc/gcc-4.4.1/debian/pr30961.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/pr33148.dpatch b/recipes/gcc/gcc-4.4.1/debian/pr33148.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/pr33148.dpatch rename to recipes/gcc/gcc-4.4.1/debian/pr33148.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/pr34571.dpatch b/recipes/gcc/gcc-4.4.1/debian/pr34571.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/pr34571.dpatch rename to recipes/gcc/gcc-4.4.1/debian/pr34571.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/rename-info-files.dpatch b/recipes/gcc/gcc-4.4.1/debian/rename-info-files.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/rename-info-files.dpatch rename to recipes/gcc/gcc-4.4.1/debian/rename-info-files.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/s390-biarch.dpatch b/recipes/gcc/gcc-4.4.1/debian/s390-biarch.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/s390-biarch.dpatch rename to recipes/gcc/gcc-4.4.1/debian/s390-biarch.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/sparc-biarch.dpatch b/recipes/gcc/gcc-4.4.1/debian/sparc-biarch.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/sparc-biarch.dpatch rename to recipes/gcc/gcc-4.4.1/debian/sparc-biarch.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/svn-class-updates.dpatch b/recipes/gcc/gcc-4.4.1/debian/svn-class-updates.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/svn-class-updates.dpatch rename to recipes/gcc/gcc-4.4.1/debian/svn-class-updates.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/svn-doc-updates.dpatch b/recipes/gcc/gcc-4.4.1/debian/svn-doc-updates.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/svn-doc-updates.dpatch rename to recipes/gcc/gcc-4.4.1/debian/svn-doc-updates.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/svn-gdc-updates.dpatch b/recipes/gcc/gcc-4.4.1/debian/svn-gdc-updates.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/svn-gdc-updates.dpatch rename to recipes/gcc/gcc-4.4.1/debian/svn-gdc-updates.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/svn-updates.dpatch b/recipes/gcc/gcc-4.4.1/debian/svn-updates.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/svn-updates.dpatch rename to recipes/gcc/gcc-4.4.1/debian/svn-updates.dpatch diff --git a/recipes/gcc/gcc-4.4.0/debian/template.dpatch b/recipes/gcc/gcc-4.4.1/debian/template.dpatch similarity index 100% rename from recipes/gcc/gcc-4.4.0/debian/template.dpatch rename to recipes/gcc/gcc-4.4.1/debian/template.dpatch diff --git a/recipes/gcc/gcc-4.4.0/fedora/gcc43-c++-builtin-redecl.patch b/recipes/gcc/gcc-4.4.1/fedora/gcc43-c++-builtin-redecl.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/fedora/gcc43-c++-builtin-redecl.patch rename to recipes/gcc/gcc-4.4.1/fedora/gcc43-c++-builtin-redecl.patch diff --git a/recipes/gcc/gcc-4.4.0/fedora/gcc43-cpp-pragma.patch b/recipes/gcc/gcc-4.4.1/fedora/gcc43-cpp-pragma.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/fedora/gcc43-cpp-pragma.patch rename to recipes/gcc/gcc-4.4.1/fedora/gcc43-cpp-pragma.patch diff --git a/recipes/gcc/gcc-4.4.0/fedora/gcc43-i386-libgomp.patch b/recipes/gcc/gcc-4.4.1/fedora/gcc43-i386-libgomp.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/fedora/gcc43-i386-libgomp.patch rename to recipes/gcc/gcc-4.4.1/fedora/gcc43-i386-libgomp.patch diff --git a/recipes/gcc/gcc-4.4.0/fedora/gcc43-ia64-libunwind.patch b/recipes/gcc/gcc-4.4.1/fedora/gcc43-ia64-libunwind.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/fedora/gcc43-ia64-libunwind.patch rename to recipes/gcc/gcc-4.4.1/fedora/gcc43-ia64-libunwind.patch diff --git a/recipes/gcc/gcc-4.4.0/fedora/gcc43-java-debug-iface-type.patch b/recipes/gcc/gcc-4.4.1/fedora/gcc43-java-debug-iface-type.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/fedora/gcc43-java-debug-iface-type.patch rename to recipes/gcc/gcc-4.4.1/fedora/gcc43-java-debug-iface-type.patch diff --git a/recipes/gcc/gcc-4.4.0/fedora/gcc43-java-nomulti.patch b/recipes/gcc/gcc-4.4.1/fedora/gcc43-java-nomulti.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/fedora/gcc43-java-nomulti.patch rename to recipes/gcc/gcc-4.4.1/fedora/gcc43-java-nomulti.patch diff --git a/recipes/gcc/gcc-4.4.0/fedora/gcc43-libgomp-speedup.patch b/recipes/gcc/gcc-4.4.1/fedora/gcc43-libgomp-speedup.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/fedora/gcc43-libgomp-speedup.patch rename to recipes/gcc/gcc-4.4.1/fedora/gcc43-libgomp-speedup.patch diff --git a/recipes/gcc/gcc-4.4.0/fedora/gcc43-ppc32-retaddr.patch b/recipes/gcc/gcc-4.4.1/fedora/gcc43-ppc32-retaddr.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/fedora/gcc43-ppc32-retaddr.patch rename to recipes/gcc/gcc-4.4.1/fedora/gcc43-ppc32-retaddr.patch diff --git a/recipes/gcc/gcc-4.4.0/fedora/gcc43-pr27898.patch b/recipes/gcc/gcc-4.4.1/fedora/gcc43-pr27898.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/fedora/gcc43-pr27898.patch rename to recipes/gcc/gcc-4.4.1/fedora/gcc43-pr27898.patch diff --git a/recipes/gcc/gcc-4.4.0/fedora/gcc43-pr32139.patch b/recipes/gcc/gcc-4.4.1/fedora/gcc43-pr32139.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/fedora/gcc43-pr32139.patch rename to recipes/gcc/gcc-4.4.1/fedora/gcc43-pr32139.patch diff --git a/recipes/gcc/gcc-4.4.0/fedora/gcc43-pr33763.patch b/recipes/gcc/gcc-4.4.1/fedora/gcc43-pr33763.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/fedora/gcc43-pr33763.patch rename to recipes/gcc/gcc-4.4.1/fedora/gcc43-pr33763.patch diff --git a/recipes/gcc/gcc-4.4.0/fedora/gcc43-pr35440.patch b/recipes/gcc/gcc-4.4.1/fedora/gcc43-pr35440.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/fedora/gcc43-pr35440.patch rename to recipes/gcc/gcc-4.4.1/fedora/gcc43-pr35440.patch diff --git a/recipes/gcc/gcc-4.4.0/fedora/gcc43-pr35751.patch b/recipes/gcc/gcc-4.4.1/fedora/gcc43-pr35751.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/fedora/gcc43-pr35751.patch rename to recipes/gcc/gcc-4.4.1/fedora/gcc43-pr35751.patch diff --git a/recipes/gcc/gcc-4.4.0/fedora/gcc43-rh251682.patch b/recipes/gcc/gcc-4.4.1/fedora/gcc43-rh251682.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/fedora/gcc43-rh251682.patch rename to recipes/gcc/gcc-4.4.1/fedora/gcc43-rh251682.patch diff --git a/recipes/gcc/gcc-4.4.0/fedora/gcc43-rh330771.patch b/recipes/gcc/gcc-4.4.1/fedora/gcc43-rh330771.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/fedora/gcc43-rh330771.patch rename to recipes/gcc/gcc-4.4.1/fedora/gcc43-rh330771.patch diff --git a/recipes/gcc/gcc-4.4.0/fedora/gcc43-rh341221.patch b/recipes/gcc/gcc-4.4.1/fedora/gcc43-rh341221.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/fedora/gcc43-rh341221.patch rename to recipes/gcc/gcc-4.4.1/fedora/gcc43-rh341221.patch diff --git a/recipes/gcc/gcc-4.4.0/fortran-cross-compile-hack.patch b/recipes/gcc/gcc-4.4.1/fortran-cross-compile-hack.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/fortran-cross-compile-hack.patch rename to recipes/gcc/gcc-4.4.1/fortran-cross-compile-hack.patch diff --git a/recipes/gcc/gcc-4.4.0/fortran-static-linking.patch b/recipes/gcc/gcc-4.4.1/fortran-static-linking.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/fortran-static-linking.patch rename to recipes/gcc/gcc-4.4.1/fortran-static-linking.patch diff --git a/recipes/gcc/gcc-4.4.0/gcc-4.0.2-e300c2c3.patch b/recipes/gcc/gcc-4.4.1/gcc-4.0.2-e300c2c3.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/gcc-4.0.2-e300c2c3.patch rename to recipes/gcc/gcc-4.4.1/gcc-4.0.2-e300c2c3.patch diff --git a/recipes/gcc/gcc-4.4.0/gcc-4.2.3-linux-multilib-fix.patch b/recipes/gcc/gcc-4.4.1/gcc-4.2.3-linux-multilib-fix.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/gcc-4.2.3-linux-multilib-fix.patch rename to recipes/gcc/gcc-4.4.1/gcc-4.2.3-linux-multilib-fix.patch diff --git a/recipes/gcc/gcc-4.4.0/gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch b/recipes/gcc/gcc-4.4.1/gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch rename to recipes/gcc/gcc-4.4.1/gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch diff --git a/recipes/gcc/gcc-4.4.0/gcc-4.3.1-SYSROOT_CFLAGS_FOR_TARGET.patch b/recipes/gcc/gcc-4.4.1/gcc-4.3.1-SYSROOT_CFLAGS_FOR_TARGET.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/gcc-4.3.1-SYSROOT_CFLAGS_FOR_TARGET.patch rename to recipes/gcc/gcc-4.4.1/gcc-4.3.1-SYSROOT_CFLAGS_FOR_TARGET.patch diff --git a/recipes/gcc/gcc-4.4.0/gcc-arm-frename-registers.patch b/recipes/gcc/gcc-4.4.1/gcc-arm-frename-registers.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/gcc-arm-frename-registers.patch rename to recipes/gcc/gcc-4.4.1/gcc-arm-frename-registers.patch diff --git a/recipes/gcc/gcc-4.4.0/gcc-flags-for-build.patch b/recipes/gcc/gcc-4.4.1/gcc-flags-for-build.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/gcc-flags-for-build.patch rename to recipes/gcc/gcc-4.4.1/gcc-flags-for-build.patch diff --git a/recipes/gcc/gcc-4.4.0/gcc-release-branch/PR-36500-fix-neon.patch b/recipes/gcc/gcc-4.4.1/gcc-release-branch/PR-36500-fix-neon.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/gcc-release-branch/PR-36500-fix-neon.patch rename to recipes/gcc/gcc-4.4.1/gcc-release-branch/PR-36500-fix-neon.patch diff --git a/recipes/gcc/gcc-4.4.0/gcc41-configure.in.patch b/recipes/gcc/gcc-4.4.1/gcc41-configure.in.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/gcc41-configure.in.patch rename to recipes/gcc/gcc-4.4.1/gcc41-configure.in.patch diff --git a/recipes/gcc/gcc-4.4.0/gcc43-build-id.patch b/recipes/gcc/gcc-4.4.1/gcc43-build-id.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/gcc43-build-id.patch rename to recipes/gcc/gcc-4.4.1/gcc43-build-id.patch diff --git a/recipes/gcc/gcc-4.4.0/gcc43-ppc64-ia64-GNU-stack.patch b/recipes/gcc/gcc-4.4.1/gcc43-ppc64-ia64-GNU-stack.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/gcc43-ppc64-ia64-GNU-stack.patch rename to recipes/gcc/gcc-4.4.1/gcc43-ppc64-ia64-GNU-stack.patch diff --git a/recipes/gcc/gcc-4.4.0/pr34130.patch b/recipes/gcc/gcc-4.4.1/pr34130.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/pr34130.patch rename to recipes/gcc/gcc-4.4.1/pr34130.patch diff --git a/recipes/gcc/gcc-4.4.0/sdk-libstdc++-includes.patch b/recipes/gcc/gcc-4.4.1/sdk-libstdc++-includes.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/sdk-libstdc++-includes.patch rename to recipes/gcc/gcc-4.4.1/sdk-libstdc++-includes.patch diff --git a/recipes/gcc/gcc-4.4.0/sh3-installfix-fixheaders.patch b/recipes/gcc/gcc-4.4.1/sh3-installfix-fixheaders.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/sh3-installfix-fixheaders.patch rename to recipes/gcc/gcc-4.4.1/sh3-installfix-fixheaders.patch diff --git a/recipes/gcc/gcc-4.4.0/sh_unwind.patch b/recipes/gcc/gcc-4.4.1/sh_unwind.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/sh_unwind.patch rename to recipes/gcc/gcc-4.4.1/sh_unwind.patch diff --git a/recipes/gcc/gcc-4.4.0/unbreak-armv4t.patch b/recipes/gcc/gcc-4.4.1/unbreak-armv4t.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/unbreak-armv4t.patch rename to recipes/gcc/gcc-4.4.1/unbreak-armv4t.patch diff --git a/recipes/gcc/gcc-4.4.0/zecke-no-host-includes.patch b/recipes/gcc/gcc-4.4.1/zecke-no-host-includes.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/zecke-no-host-includes.patch rename to recipes/gcc/gcc-4.4.1/zecke-no-host-includes.patch diff --git a/recipes/gcc/gcc-4.4.0/zecke-xgcc-cpp.patch b/recipes/gcc/gcc-4.4.1/zecke-xgcc-cpp.patch similarity index 100% rename from recipes/gcc/gcc-4.4.0/zecke-xgcc-cpp.patch rename to recipes/gcc/gcc-4.4.1/zecke-xgcc-cpp.patch diff --git a/recipes/gcc/gcc-cross-initial_4.4.0.bb b/recipes/gcc/gcc-cross-initial_4.4.1.bb similarity index 100% rename from recipes/gcc/gcc-cross-initial_4.4.0.bb rename to recipes/gcc/gcc-cross-initial_4.4.1.bb diff --git a/recipes/gcc/gcc-cross-intermediate_4.4.0.bb b/recipes/gcc/gcc-cross-intermediate_4.4.1.bb similarity index 100% rename from recipes/gcc/gcc-cross-intermediate_4.4.0.bb rename to recipes/gcc/gcc-cross-intermediate_4.4.1.bb diff --git a/recipes/gcc/gcc-cross-sdk_4.4.0.bb b/recipes/gcc/gcc-cross-sdk_4.4.1.bb similarity index 100% rename from recipes/gcc/gcc-cross-sdk_4.4.0.bb rename to recipes/gcc/gcc-cross-sdk_4.4.1.bb diff --git a/recipes/gcc/gcc-cross_4.4.0.bb b/recipes/gcc/gcc-cross_4.4.1.bb similarity index 100% rename from recipes/gcc/gcc-cross_4.4.0.bb rename to recipes/gcc/gcc-cross_4.4.1.bb diff --git a/recipes/gcc/gcc_4.4.0.bb b/recipes/gcc/gcc_4.4.1.bb similarity index 100% rename from recipes/gcc/gcc_4.4.0.bb rename to recipes/gcc/gcc_4.4.1.bb