From mboxrd@z Thu Jan 1 00:00:00 1970 From: Romain Naour Date: Mon, 11 May 2015 22:32:21 +0200 Subject: [Buildroot] [PATCH] package/gcc: backport PR56780 patches In-Reply-To: <20150511170219.GA4279@free.fr> References: <1431284486-4996-1-git-send-email-romain.naour@openwide.fr> <20150511170731.003c9663@free-electrons.com> <20150511170219.GA4279@free.fr> Message-ID: <555111D5.2050907@openwide.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hi Thomas, Yann, All Le 11/05/2015 19:02, Yann E. MORIN a ?crit : > Thomas, All, > > On 2015-05-11 17:07 +0200, Thomas Petazzoni spake thusly: >> On Sun, 10 May 2015 21:01:26 +0200, Romain Naour wrote: >>> --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. >>> >>> Fixes: >>> http://autobuild.buildroot.net/results/28f/28f3074e99a35f4321dad2fa6c5abdad14d2d2c6/ >>> >>> And many more. >>> >>> Signed-off-by: Romain Naour >>> Cc: Thomas Petazzoni >>> Cc: "Yann E. MORIN" >>> --- >>> package/gcc/4.8.4/851-PR-other-56780.patch | 244 +++++++++++++++++++++++++++++ >>> 1 file changed, 244 insertions(+) >>> create mode 100644 package/gcc/4.8.4/851-PR-other-56780.patch >> >> We also need this on other gcc versions: >> http://autobuild.buildroot.org/results/408/4089d707339291073f48187466817dd17198a3b2/ > > Right, even though this is also a gcc-4.8 (but the ARC variant). Thanks, I'll cook another patch for arc. Best regards, Romain > > Regards, > Yann E. MORIN. >