diff options
author | Phil Blundell <philb@gnu.org> | 2009-06-12 15:17:15 +0100 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2009-06-12 15:17:15 +0100 |
commit | 5510cb2417ce83040600903e7fa853c9a9769dbe (patch) | |
tree | 0bbcef26dea5248f88a79b005a6185b2eaccb296 /recipes/binutils/binutils_2.19.51.bb | |
parent | 00a293b3606260e5dabdf0403a59115b3cc9e132 (diff) |
binutils: fix crash when linking uclibc in thumb mode
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 20038de34e..fe5491ee79 100644 --- a/recipes/binutils/binutils_2.19.51.bb +++ b/recipes/binutils/binutils_2.19.51.bb @@ -1,4 +1,4 @@ -PR = "r0" +PR = "r1" require binutils.inc LICENSE = "GPLv3" @@ -14,6 +14,7 @@ SRC_URI = "\ file://binutils-uclibc-gas-needs-libm.patch;patch=1 \ file://binutils-arm-pr7093.patch;patch=1 \ file://uclibc-segfault.patch;patch=1 \ + file://ld-stub-crash.patch;patch=1;pnum=0 \ " # powerpc patches |