diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-09-08 18:08:45 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-08 18:08:45 +0000 |
commit | fbe4ea88ca8ace2dbd766905c38a34d6e78c9704 (patch) | |
tree | b78db23a02de2794eed3715164b14348f032bafe /packages/uclibc/uclibc_0.9.28.bb | |
parent | 4bc4d1b947d2f371f236356da6a3bdc373d1f08e (diff) |
uclibc: put ARM thumb patches from 0.9.27 into 0.9.28
Some of the thumb patches had already been pushed into the uclibc release,
this commit adds corrected/updated versions of most of the ones which had
not been accepted. The controversial 'change the ldso symbol resolver'
patch is not in this set - it will be re-worked to match the changes being
made in binutils for the same problem.
Diffstat (limited to 'packages/uclibc/uclibc_0.9.28.bb')
-rw-r--r-- | packages/uclibc/uclibc_0.9.28.bb | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/packages/uclibc/uclibc_0.9.28.bb b/packages/uclibc/uclibc_0.9.28.bb index ae3d576e4d..246e9bc772 100644 --- a/packages/uclibc/uclibc_0.9.28.bb +++ b/packages/uclibc/uclibc_0.9.28.bb @@ -1,5 +1,5 @@ DEFAULT_PREFERENCE = "1" -PR = "r0" +PR = "r1" include uclibc.inc @@ -20,3 +20,10 @@ S = "${WORKDIR}/uClibc-${PV}" # be necessary to add this for architectures which do not initially # have a 'good' set of kernel header files in the cross directory. #SRC_URI += "file://nokernelheadercheck.patch;patch=1" +# +# Thumb support +SRC_URI += " file://thumb-defined-arm-or-thumb.patch;patch=1" +# +# Thumb interworking support +SRC_URI += " file://thumb-mov-pc-bx.patch;patch=1" +SRC_URI += " file://thumb-resolve.patch;patch=1" |