On 4 March 2016 at 14:04, Martin Jansa wrote:
> Ups, sorry for noise
>
Thank god for that :)
Cheers,
Ross
--
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
On Fri, Mar 04, 2016 at 03:02:12PM +0100, Martin Jansa wrote:
> On Thu, Mar 03, 2016 at 09:01:13PM +, Ross Burton wrote:
> > If gdb was configured to use the internal readline but static libraries were
> > disabled, gdb wouldn't dutifully not build libreadline.a which was a problem
> > when it
On 4 March 2016 at 14:02, Martin Jansa wrote:
> Somehow this caused hardfloat builds to fail
>
Can you verify that removing --disable-static from gdb fixes this?
Ross
--
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http
On Thu, Mar 03, 2016 at 09:01:13PM +, Ross Burton wrote:
> If gdb was configured to use the internal readline but static libraries were
> disabled, gdb wouldn't dutifully not build libreadline.a which was a problem
> when it tried to link with that library.
>
> Solve this by ensuring --enable-
If gdb was configured to use the internal readline but static libraries were
disabled, gdb wouldn't dutifully not build libreadline.a which was a problem
when it tried to link with that library.
Solve this by ensuring --enable-static is passed to the readline configure.
Signed-off-by: Ross Burton