diff -r ec5314609c00 -r 7eeeaf4bc78a config/global/paths.in --- a/config/global/paths.in Mon Aug 31 12:05:52 2009 +0200 +++ b/config/global/paths.in Mon Aug 31 12:51:53 2009 +0200 @@ -86,6 +86,14 @@ Apply the patches bundled with crosstool-NG, then apply your local patches. +config PATCH_LOCAL_BUNDLED + bool + prompt "Local, then bundled" + select PATCH_USE_LOCAL + help + Apply your local patches, then apply the patches + bundled with crosstool-NG. + endchoice config PATCH_ORDER @@ -93,6 +101,7 @@ default "bundled" if PATCH_BUNDLED default "local" if PATCH_LOCAL default "bundled,local" if PATCH_BUNDLED_LOCAL + default "local,bundled" if PATCH_LOCAL_BUNDLED config PATCH_USE_LOCAL bool