mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-06-19 07:48:09 +00:00
config: add fallback to patch order
Add the possibility to fallback to either bundled or local patches if local or bundled are missing.
This commit is contained in:
@ -630,6 +630,9 @@ CT_Patch() {
|
||||
CT_DoExecLog ALL patch -g0 -F1 -p1 -f <"${p}"
|
||||
fi
|
||||
done
|
||||
if [ "${CT_PATCH_SINGLE}" = "y" ]; then
|
||||
break
|
||||
fi
|
||||
fi
|
||||
done
|
||||
|
||||
|
Reference in New Issue
Block a user