[Bug 280544] u-boot doesn't build with -j32
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Sep 2025 04:02:43 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280544 --- Comment #5 from crb <crb@ChrisBowman.com> --- I've looked into this more. When I run "make -j32" then I get a "-J 15,16" in my MAKEFLAGS in the environment (which is NOT present in my environment before running make). This causes the gmake run in the configuration to fail as -J is not a valid gmake command line option. I can't figure out where this comes from. However, turns out I don't need -J values as make will use all my processors anyway and so I just do a normal make without -j. This might give some information as to where to look for the problem. I would love to understand how this happens, I can't figure out where the -J comes from but I would also be ok if this PR was just closed. Thank you! -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.