gcc-4.4.4: Move gcc 4.4.3 recipes to gcc 4.4.4
authorKhem Raj <raj.khem@gmail.com>
Tue, 11 May 2010 23:51:55 +0000 (16:51 -0700)
committerKhem Raj <raj.khem@gmail.com>
Wed, 12 May 2010 05:16:11 +0000 (22:16 -0700)
* Reset INC_PR and update checksums.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
21 files changed:
recipes/gcc/gcc-4.4.4.inc [moved from recipes/gcc/gcc-4.4.3.inc with 89% similarity]
recipes/gcc/gcc-4.4.4/100-uclibc-conf.patch [moved from recipes/gcc/gcc-4.4.3/100-uclibc-conf.patch with 100% similarity]
recipes/gcc/gcc-4.4.4/cache-amnesia.patch [moved from recipes/gcc/gcc-4.4.3/cache-amnesia.patch with 100% similarity]
recipes/gcc/gcc-4.4.4/fortran-cross-compile-hack.patch [moved from recipes/gcc/gcc-4.4.3/fortran-cross-compile-hack.patch with 100% similarity]
recipes/gcc/gcc-4.4.4/gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch [moved from recipes/gcc/gcc-4.4.3/gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch with 100% similarity]
recipes/gcc/gcc-4.4.4/gcc-armv4-pass-fix-v4bx-to-ld.patch [moved from recipes/gcc/gcc-4.4.3/gcc-armv4-pass-fix-v4bx-to-ld.patch with 100% similarity]
recipes/gcc/gcc-4.4.4/gcc-disable-linux-unwind-with-libc-inhibit.patch [moved from recipes/gcc/gcc-4.4.3/gcc-disable-linux-unwind-with-libc-inhibit.patch with 100% similarity]
recipes/gcc/gcc-4.4.4/gcc-flags-for-build.patch [moved from recipes/gcc/gcc-4.4.3/gcc-flags-for-build.patch with 100% similarity]
recipes/gcc/gcc-4.4.4/gcc-improve-tls-macro.patch [moved from recipes/gcc/gcc-4.4.3/gcc-improve-tls-macro.patch with 100% similarity]
recipes/gcc/gcc-4.4.4/gcc-link-libgcc-with-libm.patch [moved from recipes/gcc/gcc-4.4.3/gcc-link-libgcc-with-libm.patch with 100% similarity]
recipes/gcc/gcc-4.4.4/gcc-ppc_add_d_constraint.patch [moved from recipes/gcc/gcc-4.4.3/gcc-ppc_add_d_constraint.patch with 100% similarity]
recipes/gcc/gcc-4.4.4/gcc-ppc_single_precision_regs.patch [moved from recipes/gcc/gcc-4.4.3/gcc-ppc_single_precision_regs.patch with 100% similarity]
recipes/gcc/gcc-4.4.4/gcc-pr41175.patch [moved from recipes/gcc/gcc-4.4.3/gcc-pr41175.patch with 100% similarity]
recipes/gcc/gcc-4.4.4/gcc-uclibc-locale-ctype_touplow_t.patch [moved from recipes/gcc/gcc-4.4.3/gcc-uclibc-locale-ctype_touplow_t.patch with 100% similarity]
recipes/gcc/gcc-4.4.4/zecke-no-host-includes.patch [moved from recipes/gcc/gcc-4.4.3/zecke-no-host-includes.patch with 100% similarity]
recipes/gcc/gcc-4.4.4/zecke-xgcc-cpp.patch [moved from recipes/gcc/gcc-4.4.3/zecke-xgcc-cpp.patch with 100% similarity]
recipes/gcc/gcc-cross-initial_4.4.4.bb [moved from recipes/gcc/gcc-cross-initial_4.4.3.bb with 100% similarity]
recipes/gcc/gcc-cross-intermediate_4.4.4.bb [moved from recipes/gcc/gcc-cross-intermediate_4.4.3.bb with 100% similarity]
recipes/gcc/gcc-cross-sdk_4.4.4.bb [moved from recipes/gcc/gcc-cross-sdk_4.4.3.bb with 100% similarity]
recipes/gcc/gcc-cross_4.4.4.bb [moved from recipes/gcc/gcc-cross_4.4.3.bb with 94% similarity]
recipes/gcc/gcc_4.4.4.bb [moved from recipes/gcc/gcc_4.4.3.bb with 100% similarity]

similarity index 89%
rename from recipes/gcc/gcc-4.4.3.inc
rename to recipes/gcc/gcc-4.4.4.inc
index c9aa7e2..da8e27e 100644 (file)
@@ -12,7 +12,7 @@ INC_PR = "r0"
 
 FILESPATHPKG .= ":gcc-$PV"
 
-SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2;name=gcc443tarbz2 \
+SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2;name=gcc444tarbz2 \
         file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch;patch=1 \
        file://100-uclibc-conf.patch;patch=1 \
        file://gcc-uclibc-locale-ctype_touplow_t.patch;patch=1 \
@@ -26,8 +26,8 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2;name=gcc443tarbz2 \
        file://gcc-pr41175.patch;patch=1 \
        file://gcc-armv4-pass-fix-v4bx-to-ld.patch;patch=1 \
        "
-SRC_URI[gcc443tarbz2.md5sum] = "fe1ca818fc6d2caeffc9051fe67ff103"
-SRC_URI[gcc443tarbz2.sha256sum] = "97ed664694b02b4d58ac2cafe443d02a388f9cb3645e7778843b5086a5fec040"
+SRC_URI[gcc444tarbz2.md5sum] = "7ff5ce9e5f0b088ab48720bbd7203530"
+SRC_URI[gcc444tarbz2.sha256sum] = "e1c13696b45752ad3f652304fab5120a43a8a5c0f438d3bda78cf16b620c0c58"
 
 # Language Overrides
 FORTRAN = ""
similarity index 94%
rename from recipes/gcc/gcc-cross_4.4.3.bb
rename to recipes/gcc/gcc-cross_4.4.4.bb
index 5331c43..6034b34 100644 (file)
@@ -1,6 +1,6 @@
 require gcc-${PV}.inc
 require gcc-cross4.inc
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.0"
 
 SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 "