summaryrefslogtreecommitdiff
path: root/config/global
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2015-06-02 10:47:58 -0700
committerBryan Hundven <bryanhundven@gmail.com>2015-06-02 10:47:58 -0700
commit67e6896c2bbd04933b826971f5de783789b21661 (patch)
treec0e0fbc49ecb88d99de661ab6957f57d9c0596b1 /config/global
parent2f135c9f24c40dffad2ae5cc44fb1d2a72635ed4 (diff)
downloadcrosstool-ng-67e6896c2bbd04933b826971f5de783789b21661.tar.gz
crosstool-ng-67e6896c2bbd04933b826971f5de783789b21661.tar.bz2
crosstool-ng-67e6896c2bbd04933b826971f5de783789b21661.zip
Remove support for experimental patches and musl patches
This functionality was provided so that crosstool-ng could have a further set of patches considered experimental and unsupported. Now that musl-libc support is making it's way upstream in gcc, I'm removing this support and the experimental musl patches. In later commits, backports from gcc upstream will be added to the supported patch sets to support musl-libc. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Diffstat (limited to 'config/global')
-rw-r--r--config/global/ct-behave.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/config/global/ct-behave.in b/config/global/ct-behave.in
index 685da6aa..ba723cf6 100644
--- a/config/global/ct-behave.in
+++ b/config/global/ct-behave.in
@@ -29,16 +29,6 @@ config EXPERIMENTAL
- non-existant, in which case you could also try hacking it in and send me
the result
-config EXPERIMENTAL_PATCHES
- bool
- depends on EXPERIMENTAL
- prompt "Use patches marked as EXPERIMENTAL_PATCHES (READ HELP!)"
- help
- ***WARNING*** This is not supported by crosstool-ng! ***WARNING***
-
- If you set this to Y, then you will be able to enable experimental
- patches that are not supported by crosstool-ng.
-
config ALLOW_BUILD_AS_ROOT
bool
prompt "Allow building as root user (READ HELP!)"