diff options
author | Phil Blundell <philb@gnu.org> | 2009-09-18 19:20:41 +0100 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2009-09-18 19:20:41 +0100 |
commit | 37ccccb96d9e7c337772064dc56f35af15e648d4 (patch) | |
tree | f423004f23e716d35f6ceafd108301b17abe7eed /recipes/binutils/binutils_2.19.51.bb | |
parent | 72d9084abfcbc8c12f9902fe9f916320d3c7b55a (diff) |
apply patch from drow to fix linking of thumb binaries
Diffstat (limited to 'recipes/binutils/binutils_2.19.51.bb')
-rw-r--r-- | recipes/binutils/binutils_2.19.51.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/binutils/binutils_2.19.51.bb b/recipes/binutils/binutils_2.19.51.bb index 20e86c7f10..a49445db2b 100644 --- a/recipes/binutils/binutils_2.19.51.bb +++ b/recipes/binutils/binutils_2.19.51.bb @@ -1,4 +1,4 @@ -PR = "r1" +PR = "r2" require binutils.inc LICENSE = "GPLv3" @@ -13,6 +13,7 @@ SRC_URI = "\ file://binutils-uclibc-gas-needs-libm.patch;patch=1 \ file://binutils-arm-pr7093.patch;patch=1 \ file://ld-stub-crash.patch;patch=1;pnum=0 \ + file://thumb-func.patch;patch=1 \ " # powerpc patches |