diff options
| author | Khem Raj <raj.khem@gmail.com> | 2014-02-01 01:00:15 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-02 22:37:40 +0000 |
| commit | d4b11e8f160350e4530e174d2c93e06fe90e48c6 (patch) | |
| tree | 7e253c46b998de7a55ad6e8c22dfcc12733ab671 /meta/recipes-devtools/binutils/binutils-2.23.2/libiberty_path_fix.patch | |
| parent | a42f84682fb0522beacfb445ccfd482fe536d629 (diff) | |
| download | poky-d4b11e8f160350e4530e174d2c93e06fe90e48c6.tar.gz | |
binutils: Upgrade to 2.24
This builds and runs images for all qemu machines
(From OE-Core rev: 015eca84f1b0f25868b47d2480bb60cea698f70e)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils-2.23.2/libiberty_path_fix.patch')
| -rw-r--r-- | meta/recipes-devtools/binutils/binutils-2.23.2/libiberty_path_fix.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/meta/recipes-devtools/binutils/binutils-2.23.2/libiberty_path_fix.patch b/meta/recipes-devtools/binutils/binutils-2.23.2/libiberty_path_fix.patch deleted file mode 100644 index 6e732fbd0a..0000000000 --- a/meta/recipes-devtools/binutils/binutils-2.23.2/libiberty_path_fix.patch +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 1 | Upstream-Status: Inappropriate [embedded specific] | ||
| 2 | |||
| 3 | don't let the distro compiler point to the wrong installation location | ||
| 4 | |||
| 5 | Thanks to RP for helping find the source code causing the issue. | ||
| 6 | |||
| 7 | 2010/08/13 | ||
| 8 | Nitin A Kamble <nitin.a.kamble@intel.com> | ||
| 9 | Index: binutils-2.22/libiberty/Makefile.in | ||
| 10 | =================================================================== | ||
| 11 | --- binutils-2.22.orig/libiberty/Makefile.in | ||
| 12 | +++ binutils-2.22/libiberty/Makefile.in | ||
| 13 | @@ -350,7 +350,8 @@ install-strip: install | ||
| 14 | # multilib-specific flags, it's overridden by FLAGS_TO_PASS from the | ||
| 15 | # default multilib, so we have to take CFLAGS into account as well, | ||
| 16 | # since it will be passed the multilib flags. | ||
| 17 | -MULTIOSDIR = `$(CC) $(CFLAGS) -print-multi-os-directory` | ||
| 18 | +#MULTIOSDIR = `$(CC) $(CFLAGS) -print-multi-os-directory` | ||
| 19 | +MULTIOSDIR = "" | ||
| 20 | install_to_libdir: all | ||
| 21 | ${mkinstalldirs} $(DESTDIR)$(libdir)/$(MULTIOSDIR) | ||
| 22 | $(INSTALL_DATA) $(TARGETLIB) $(DESTDIR)$(libdir)/$(MULTIOSDIR)/$(TARGETLIB)n | ||
