Re: [PATCH] tests/docker: Install flex in debian-tricore-cross

2023-01-12 Thread Bastian Koppelmann
On Thu, Jan 12, 2023 at 04:56:43PM +0100, Philippe Mathieu-Daudé wrote: > When flex is not available, binutils sources default to the > 'missing' script, but the current script available is not in > the format expected by the 'configure' script: > > $ ./configure > ... > /usr/src/binutils/mi

Re: [PATCH] tests/docker: Install flex in debian-tricore-cross

2023-01-12 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > When flex is not available, binutils sources default to the > 'missing' script, but the current script available is not in > the format expected by the 'configure' script: Queued to testing/next, thanks. -- Alex Bennée Virtualisation Tech Lead @ Linaro

[PATCH] tests/docker: Install flex in debian-tricore-cross

2023-01-12 Thread Philippe Mathieu-Daudé
When flex is not available, binutils sources default to the 'missing' script, but the current script available is not in the format expected by the 'configure' script: $ ./configure ... /usr/src/binutils/missing: Unknown `--run' option Try `/usr/src/binutils/missing --help' for more inform