package/gcc (arc): backport PR56780 patches
authorRomain Naour <romain.naour@openwide.fr>
Mon, 11 May 2015 21:45:16 +0000 (23:45 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 11 May 2015 22:19:28 +0000 (00:19 +0200)
commit0268c3cbf2273eabcf045be535018698e3458199
tree62a9581dbf00314599ed5d3fab9230050349ad87
parent18f998b0c5ede6ee96af96cf0039690b79d78c2c
package/gcc (arc): backport PR56780 patches

--disable-install-libiberty configure option is broken
in gcc 4.8.x, so libiberty.a is always installed in HOST_DIR.

This library broke the host-gdb build due to a fpic/fPIC issue.

Note: host-binutils-arc-2014.12 install libiberty.a in HOST_DIR
but it was overwritten by the gcc one. The host-binutils's
libiberty.a also broke the host-gdb build. This should be
fixed in a followup patch.

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Cc: Alexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/gcc/arc-2014.12/851-PR-other-56780.patch [new file with mode: 0644]