Re: [Openocd-development] [PATCH] fix cross compilation: host libsub was used before

2011-08-23 Thread Andreas Fritiofson
On Mon, Aug 22, 2011 at 9:10 PM, Jean-Christophe PLAGNIOL-VILLARD < plagn...@jcrosoft.com> wrote: > On 19:35 Tue 09 Aug , Jean-Christophe PLAGNIOL-VILLARD wrote: > > tested in buildroot > any comments? > Spelling error: > > + LDFLAGS="$LFFLAGS $LIBUSB_LDFLAGS" > I'm pretty sure I've seen s

Re: [Openocd-development] [PATCH] fix cross compilation: host libsub was used before

2011-08-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 19:35 Tue 09 Aug , Jean-Christophe PLAGNIOL-VILLARD wrote: > tested in buildroot any comments? Best Regards, J. > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > --- > configure.in |7 +-- > 1 files changed, 5 insertions(+), 2 deletions(-) > > diff --git a/configure.in b/con

Re: [Openocd-development] [PATCH] fix cross compilation: host libsub was used before

2011-08-12 Thread Jean-Christophe PLAGNIOL-VILLARD
On 19:35 Tue 09 Aug , Jean-Christophe PLAGNIOL-VILLARD wrote: > tested in buildroot > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > --- ok for everyone? if yes I'll prepare a 0.5.1 release as we can not cross compile openocd under buildroot without it Best Regards, J.

[Openocd-development] [PATCH] fix cross compilation: host libsub was used before

2011-08-09 Thread Jean-Christophe PLAGNIOL-VILLARD
tested in buildroot Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- configure.in |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index dfa1e8f..cfe2218 100644 --- a/configure.in +++ b/configure.in @@ -1046,8 +1046,11 @@ build_usb=no