diff options
author | Vladimir Sorokin <sorokin@altell.ru> | 2010-03-24 14:37:02 +0300 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2010-04-08 22:37:13 +0400 |
commit | d65aa5a8f6cf6acf5b41329d857b24bf5fc1c9f3 (patch) | |
tree | f84a7dda9f86c2f27d8dc115998562d3882ec419 /recipes/binutils | |
parent | 9614d5509e163e4515e329c334cfd250efa4deab (diff) |
binutils: Add x86_64_i386_biarch patch for 2.20 & 2.20.1
Signed-off-by: Vladimir Sorokin <sorokin@altell.ru>
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/binutils')
-rw-r--r-- | recipes/binutils/binutils_2.20.1.bb | 3 | ||||
-rw-r--r-- | recipes/binutils/binutils_2.20.bb | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/recipes/binutils/binutils_2.20.1.bb b/recipes/binutils/binutils_2.20.1.bb index 4f736f4e7d..e5e7f546c0 100644 --- a/recipes/binutils/binutils_2.20.1.bb +++ b/recipes/binutils/binutils_2.20.1.bb @@ -1,7 +1,7 @@ require binutils.inc LICENSE = "GPLv3" -INC_PR = "r0" +INC_PR = "r1" PR = "${INC_PR}.0" SRC_URI = "\ @@ -12,6 +12,7 @@ SRC_URI = "\ file://binutils-uclibc-300-006_better_file_error.patch;patch=1 \ file://binutils-uclibc-300-012_check_ldrunpath_length.patch;patch=1 \ file://binutils-uclibc-gas-needs-libm.patch;patch=1 \ + file://binutils-x86_64_i386_biarch.patch;patch=1 \ " SRC_URI[tarball.sha256sum] = "228b84722d87e88e7fdd36869e590e649ab523a0800a7d53df906498afe6f6f8" diff --git a/recipes/binutils/binutils_2.20.bb b/recipes/binutils/binutils_2.20.bb index 686358234b..63186a4870 100644 --- a/recipes/binutils/binutils_2.20.bb +++ b/recipes/binutils/binutils_2.20.bb @@ -1,7 +1,7 @@ require binutils.inc LICENSE = "GPLv3" -INC_PR = "r1" +INC_PR = "r2" PR = "${INC_PR}.4" SRC_URI = "\ @@ -15,6 +15,7 @@ SRC_URI = "\ file://ld-stub-crash.patch;patch=1;pnum=0 \ file://binutils-arm-non-empty-know.patch;patch=1 \ file://binutils_unexport_LD_LIBRARY_PATH_for_CC_FOR_BUILD.patch;patch=1 \ + file://binutils-x86_64_i386_biarch.patch;patch=1 \ " # powerpc patches |