diff options
| author | Khem Raj <raj.khem@gmail.com> | 2013-04-25 20:38:23 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-08 15:41:13 +0100 |
| commit | edcae40bf61109a63d43f59147b3de6c51750e14 (patch) | |
| tree | 87e3444d2bdf0733e6ea6453a0bb5330030c70bf /meta/recipes-devtools/binutils/binutils-2.23.2/binutils-uclibc-100-uclibc-conf.patch | |
| parent | 4bf8253af7f5d28e81dd0c5d150712b36b14e741 (diff) | |
| download | poky-edcae40bf61109a63d43f59147b3de6c51750e14.tar.gz | |
binutils: Upgrade 2.23.1 -> 2.23.2
(From OE-Core rev: 202f46b139ab20079e97cdeb147d59e23bcdfe01)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils-2.23.2/binutils-uclibc-100-uclibc-conf.patch')
| -rw-r--r-- | meta/recipes-devtools/binutils/binutils-2.23.2/binutils-uclibc-100-uclibc-conf.patch | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/meta/recipes-devtools/binutils/binutils-2.23.2/binutils-uclibc-100-uclibc-conf.patch b/meta/recipes-devtools/binutils/binutils-2.23.2/binutils-uclibc-100-uclibc-conf.patch new file mode 100644 index 0000000000..b5a25c2389 --- /dev/null +++ b/meta/recipes-devtools/binutils/binutils-2.23.2/binutils-uclibc-100-uclibc-conf.patch | |||
| @@ -0,0 +1,40 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 3 | Index: binutils-2.22/configure | ||
| 4 | =================================================================== | ||
| 5 | --- binutils-2.22.orig/configure | ||
| 6 | +++ binutils-2.22/configure | ||
| 7 | @@ -3130,7 +3130,7 @@ case "${target}" in | ||
| 8 | ;; | ||
| 9 | s390-*-* | s390x-*-*) | ||
| 10 | ;; | ||
| 11 | - sh-*-* | sh[34]*-*-*) | ||
| 12 | + sh*-*-* | sh[34]*-*-*) | ||
| 13 | ;; | ||
| 14 | sh64-*-* | sh5*-*-*) | ||
| 15 | ;; | ||
| 16 | @@ -3570,7 +3570,7 @@ case "${target}" in | ||
| 17 | mips*-*-*) | ||
| 18 | noconfigdirs="$noconfigdirs gprof" | ||
| 19 | ;; | ||
| 20 | - sh-*-* | sh64-*-*) | ||
| 21 | + sh*-*-* | sh64-*-*) | ||
| 22 | case "${target}" in | ||
| 23 | sh*-*-elf) | ||
| 24 | ;; | ||
| 25 | Index: binutils-2.22/gprof/configure | ||
| 26 | =================================================================== | ||
| 27 | --- binutils-2.22.orig/gprof/configure | ||
| 28 | +++ binutils-2.22/gprof/configure | ||
| 29 | @@ -6103,6 +6103,11 @@ linux* | k*bsd*-gnu | kopensolaris*-gnu) | ||
| 30 | lt_cv_deplibs_check_method=pass_all | ||
| 31 | ;; | ||
| 32 | |||
| 33 | +linux-uclibc*) | ||
| 34 | + lt_cv_deplibs_check_method=pass_all | ||
| 35 | + lt_cv_file_magic_test_file=`echo /lib/libuClibc-*.so` | ||
| 36 | + ;; | ||
| 37 | + | ||
| 38 | netbsd*) | ||
| 39 | if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then | ||
| 40 | lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' | ||
