diff options
author | Holger Freyther <zecke@selfish.org> | 2006-09-12 07:57:45 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2006-09-12 07:57:45 +0000 |
commit | 2fdcfd98504544d0cb1773862acba9a2164e72b9 (patch) | |
tree | caf9206f14425768d124e6c58dbbba9dc082e1d4 /packages/uclibc/uclibc_svn.bb | |
parent | 99392e1c17c790e5a76e2e0d2094721b0a080715 (diff) | |
parent | 7ed76d54a2105ee7df762c267ba60497f15c1a69 (diff) |
merge of '9fa7d7e59941b8d15fcc1dc722bd3d781d3a4407'
and 'dbb377d00572c21544539346dc158feea2cfd1d6'
Diffstat (limited to 'packages/uclibc/uclibc_svn.bb')
-rw-r--r-- | packages/uclibc/uclibc_svn.bb | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/packages/uclibc/uclibc_svn.bb b/packages/uclibc/uclibc_svn.bb index a12b9b99c6..c2821eb585 100644 --- a/packages/uclibc/uclibc_svn.bb +++ b/packages/uclibc/uclibc_svn.bb @@ -34,24 +34,4 @@ S = "${WORKDIR}/uClibc" # have a 'good' set of kernel header files in the cross directory. #UCLIBC_PATCHES += "file://nokernelheadercheck.patch;patch=1" # -# Thumb support -UCLIBC_PATCHES += " file://thumb-defined-arm-or-thumb.patch;patch=1" -# -# Thumb interworking support -UCLIBC_PATCHES += " file://thumb-mov-pc-bx.patch;patch=1" -UCLIBC_PATCHES += " file://thumb-swi-r7.patch;patch=1" -UCLIBC_PATCHES += " file://thumb-sysnum-h.patch;patch=1" -UCLIBC_PATCHES += " file://thumb-asm-swi.patch;patch=1" -UCLIBC_PATCHES += " file://thumb-call-via-rx.patch;patch=1" -# -# This is a core change and is controversial, maybe even wrong -# on some architectures -THUMB_INTERWORK_RESOLVE_PATCH = "" -THUMB_INTERWORK_RESOLVE_PATCH_thumb-interwork = " file://thumb-resolve.patch;patch=1" -UCLIBC_PATCHES += " ${THUMB_INTERWORK_RESOLVE_PATCH}" - -# Set this for non-head patches (the above list should match the -# requirements of the SVN head). -UCLIBC_SVN_PATCHES ?= "${UCLIBC_PATCHES}" -SRC_URI += "${UCLIBC_SVN_PATCHES}" |