aboutsummaryrefslogtreecommitdiff
path: root/scripts/functions
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-11-16 20:15:45 +0100
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-11-16 20:15:45 +0100
commit2b212bccad0876fe931484459d31773f519101c2 (patch)
tree8b4730ee42974c80a326408b1f5480b395808cd1 /scripts/functions
parent2cde67ddc4f34c499428911bdb9479b0c00c546a (diff)
downloadcrosstool-ng-2b212bccad0876fe931484459d31773f519101c2.tar.gz
crosstool-ng-2b212bccad0876fe931484459d31773f519101c2.tar.bz2
crosstool-ng-2b212bccad0876fe931484459d31773f519101c2.zip
config/global: enable not using patches at all
It can be needed to build a toolchain with no patch at all.
Diffstat (limited to 'scripts/functions')
-rw-r--r--scripts/functions1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/functions b/scripts/functions
index b9aa7e79..33a23a25 100644
--- a/scripts/functions
+++ b/scripts/functions
@@ -630,6 +630,7 @@ CT_Patch() {
local) patch_dirs=("${local_patch_dir}");;
bundled,local) patch_dirs=("${bundled_patch_dir}" "${local_patch_dir}");;
local,bundled) patch_dirs=("${local_patch_dir}" "${bundled_patch_dir}");;
+ none) patch_dirs=;;
esac
for d in "${patch_dirs[@]}"; do