From 6f7f02f18bd08814f1a91101399bf2bc33b220d5 Mon Sep 17 00:00:00 2001 From: Fathi Boudra Date: Fri, 27 Dec 2013 10:26:51 +0200 Subject: binutils: update to Linaro 2.24-2013.12 release Work based on Khem Raj RFC for binutils 2.24 upgrade. Remaining Linaro changes: - use Linaro binutils release tarball - drop tlsdesc_plt-aarch64_be.patch (not needed for 2.24) Change-Id: I9de1882e73293bfa8bd87a855cb71c8e43b41002 Signed-off-by: Fathi Boudra --- .../binutils/binutils-2.24/fix-pr15815.patch | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 meta-linaro-toolchain/recipes-devtools/binutils/binutils-2.24/fix-pr15815.patch (limited to 'meta-linaro-toolchain/recipes-devtools/binutils/binutils-2.24/fix-pr15815.patch') diff --git a/meta-linaro-toolchain/recipes-devtools/binutils/binutils-2.24/fix-pr15815.patch b/meta-linaro-toolchain/recipes-devtools/binutils/binutils-2.24/fix-pr15815.patch new file mode 100644 index 0000000..9f53f41 --- /dev/null +++ b/meta-linaro-toolchain/recipes-devtools/binutils/binutils-2.24/fix-pr15815.patch @@ -0,0 +1,36 @@ +This patch fixes the problem where libiberty is not installed in spite of +asking it via --enable-install-libiberty, the problem is that target_header_dir +is reset explicitly which means libiberty.a will never get installed + +also check + +https://sourceware.org/bugzilla/show_bug.cgi?id=15815 + +Upstream-Status: Pending + +Signed-off-by: Khem Raj + +Index: binutils-2.24/libiberty/configure +=================================================================== +--- binutils-2.24.orig/libiberty/configure 2013-12-16 00:08:09.280103157 -0800 ++++ binutils-2.24/libiberty/configure 2013-12-16 00:08:29.753436339 -0800 +@@ -5507,7 +5507,6 @@ + + setobjs= + CHECK= +-target_header_dir= + if test -n "${with_target_subdir}"; then + + # We are being configured as a target library. AC_REPLACE_FUNCS +Index: binutils-2.24/libiberty/configure.ac +=================================================================== +--- binutils-2.24.orig/libiberty/configure.ac 2013-11-08 02:13:49.000000000 -0800 ++++ binutils-2.24/libiberty/configure.ac 2013-12-16 00:07:45.133436672 -0800 +@@ -405,7 +405,6 @@ + + setobjs= + CHECK= +-target_header_dir= + if test -n "${with_target_subdir}"; then + + # We are being configured as a target library. AC_REPLACE_FUNCS -- cgit v1.2.3