mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-30 08:03:59 +00:00
config: fix the patch fallbacks methods
Reported-by: Heiko Zuerker <heiko@zuerker.org> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
parent
f63dfa3b31
commit
6cdc8c6d7e
@ -112,8 +112,8 @@ config PATCH_ORDER
|
|||||||
string
|
string
|
||||||
default "bundled" if PATCH_BUNDLED
|
default "bundled" if PATCH_BUNDLED
|
||||||
default "local" if PATCH_LOCAL
|
default "local" if PATCH_LOCAL
|
||||||
default "bundled,local" if PATCH_BUNDLED_LOCAL
|
default "bundled,local" if PATCH_BUNDLED_LOCAL || PATCH_BUNDLED_FALLBACK_LOCAL
|
||||||
default "local,bundled" if PATCH_LOCAL_BUNDLED
|
default "local,bundled" if PATCH_LOCAL_BUNDLED || PATCH_LOCAL_FALLBACK_BUNDLED
|
||||||
default "none" if PATCH_NONE
|
default "none" if PATCH_NONE
|
||||||
|
|
||||||
config PATCH_SINGLE
|
config PATCH_SINGLE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user