From 0d2b60e2d657c17beb1242893a18707465843e01 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 26 Feb 2013 12:55:24 -0800 Subject: binutils: Delete recipes for 2.22 We have 2.23.1 as default now. (From OE-Core rev: a2f5a228422f9807fa21de88ad589853817695f8) Signed-off-by: Khem Raj Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- .../binutils/binutils-uclibc-100-uclibc-conf.patch | 40 ---------------------- 1 file changed, 40 deletions(-) delete mode 100644 meta/recipes-devtools/binutils/binutils/binutils-uclibc-100-uclibc-conf.patch (limited to 'meta/recipes-devtools/binutils/binutils/binutils-uclibc-100-uclibc-conf.patch') diff --git a/meta/recipes-devtools/binutils/binutils/binutils-uclibc-100-uclibc-conf.patch b/meta/recipes-devtools/binutils/binutils/binutils-uclibc-100-uclibc-conf.patch deleted file mode 100644 index b5a25c2389..0000000000 --- a/meta/recipes-devtools/binutils/binutils/binutils-uclibc-100-uclibc-conf.patch +++ /dev/null @@ -1,40 +0,0 @@ -Upstream-Status: Pending - -Index: binutils-2.22/configure -=================================================================== ---- binutils-2.22.orig/configure -+++ binutils-2.22/configure -@@ -3130,7 +3130,7 @@ case "${target}" in - ;; - s390-*-* | s390x-*-*) - ;; -- sh-*-* | sh[34]*-*-*) -+ sh*-*-* | sh[34]*-*-*) - ;; - sh64-*-* | sh5*-*-*) - ;; -@@ -3570,7 +3570,7 @@ case "${target}" in - mips*-*-*) - noconfigdirs="$noconfigdirs gprof" - ;; -- sh-*-* | sh64-*-*) -+ sh*-*-* | sh64-*-*) - case "${target}" in - sh*-*-elf) - ;; -Index: binutils-2.22/gprof/configure -=================================================================== ---- binutils-2.22.orig/gprof/configure -+++ binutils-2.22/gprof/configure -@@ -6103,6 +6103,11 @@ linux* | k*bsd*-gnu | kopensolaris*-gnu) - lt_cv_deplibs_check_method=pass_all - ;; - -+linux-uclibc*) -+ lt_cv_deplibs_check_method=pass_all -+ lt_cv_file_magic_test_file=`echo /lib/libuClibc-*.so` -+ ;; -+ - netbsd*) - if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then - lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' -- cgit v1.2.3-54-g00ecf