mk: re-make gnupath/ for each cross compiler

it could be that some were left over before, for some
reason. that isn't currently the case, but this will
avoid the possibility in future.

therefore, this is a preemptive bug fix.

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2025-05-04 08:04:36 +01:00
parent c33467df1e
commit 488d52e784
+1
View File
@@ -296,6 +296,7 @@ check_project_hashes()
check_cross_compiler() check_cross_compiler()
{ {
remkdir "$XBMK_CACHE/gnupath"
xgccargs="UPDATED_SUBMODULES=1 CPUS=$XBMK_THREADS" xgccargs="UPDATED_SUBMODULES=1 CPUS=$XBMK_THREADS"
cbdir="src/coreboot/$tree" cbdir="src/coreboot/$tree"