diff options
author | Tudor Florea <tudor.florea@enea.com> | 2015-10-08 22:46:13 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2015-10-08 22:46:13 +0200 |
commit | 8d89651ef729e560ad96dcfc002fcde6ff7f923b (patch) | |
tree | eb5be01c25f735d12fe9881ee6327c9b7e8bbe39 /meta-linaro-toolchain/recipes-devtools/binutils/binutils-linaro-2.24/fix-pr15815.patch | |
download | meta-linaro-dizzy-enea.tar.gz |
initial commit for Enea Linux 5.0 armdizzy-enea
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-linaro-toolchain/recipes-devtools/binutils/binutils-linaro-2.24/fix-pr15815.patch')
-rw-r--r-- | meta-linaro-toolchain/recipes-devtools/binutils/binutils-linaro-2.24/fix-pr15815.patch | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/meta-linaro-toolchain/recipes-devtools/binutils/binutils-linaro-2.24/fix-pr15815.patch b/meta-linaro-toolchain/recipes-devtools/binutils/binutils-linaro-2.24/fix-pr15815.patch new file mode 100644 index 0000000..9f53f41 --- /dev/null +++ b/meta-linaro-toolchain/recipes-devtools/binutils/binutils-linaro-2.24/fix-pr15815.patch | |||
@@ -0,0 +1,36 @@ | |||
1 | This patch fixes the problem where libiberty is not installed in spite of | ||
2 | asking it via --enable-install-libiberty, the problem is that target_header_dir | ||
3 | is reset explicitly which means libiberty.a will never get installed | ||
4 | |||
5 | also check | ||
6 | |||
7 | https://sourceware.org/bugzilla/show_bug.cgi?id=15815 | ||
8 | |||
9 | Upstream-Status: Pending | ||
10 | |||
11 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
12 | |||
13 | Index: binutils-2.24/libiberty/configure | ||
14 | =================================================================== | ||
15 | --- binutils-2.24.orig/libiberty/configure 2013-12-16 00:08:09.280103157 -0800 | ||
16 | +++ binutils-2.24/libiberty/configure 2013-12-16 00:08:29.753436339 -0800 | ||
17 | @@ -5507,7 +5507,6 @@ | ||
18 | |||
19 | setobjs= | ||
20 | CHECK= | ||
21 | -target_header_dir= | ||
22 | if test -n "${with_target_subdir}"; then | ||
23 | |||
24 | # We are being configured as a target library. AC_REPLACE_FUNCS | ||
25 | Index: binutils-2.24/libiberty/configure.ac | ||
26 | =================================================================== | ||
27 | --- binutils-2.24.orig/libiberty/configure.ac 2013-11-08 02:13:49.000000000 -0800 | ||
28 | +++ binutils-2.24/libiberty/configure.ac 2013-12-16 00:07:45.133436672 -0800 | ||
29 | @@ -405,7 +405,6 @@ | ||
30 | |||
31 | setobjs= | ||
32 | CHECK= | ||
33 | -target_header_dir= | ||
34 | if test -n "${with_target_subdir}"; then | ||
35 | |||
36 | # We are being configured as a target library. AC_REPLACE_FUNCS | ||