Attention is currently required from: Hsuan Ting Chen, Martin Roth, Hsuan-ting Chen. Hello build bot (Jenkins), Hsuan Ting Chen, Martin Roth, HAOUAS Elyes,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/60268
to look at the new patch set (#2).
Change subject: docker/Makefile: Use all instead of all_without_gdb ......................................................................
docker/Makefile: Use all instead of all_without_gdb
After removing GDB from crossgcc in commit f32eed16 (buildgcc: Remove GDB from crossgcc), there is no target named all_without_gdb anymore and we should always build crossgcc with target all.
But in util/docker/Makefile, we still try to build crossgcc with target all_without_gdb as default and will cause a build failure.
Set CROSSGCC_PARAM from all_without_gdb to all to fix this issue.
Signed-off-by: Hsuan Ting Chen roccochen@chromium.org Change-Id: I06c6d8e36dfd4e6a00ddec8b640b608ab1ba614c --- M util/docker/Makefile 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/68/60268/2