aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2015-11-14 17:43:44 -0800
committerBryan Hundven <bryanhundven@gmail.com>2015-11-14 17:43:44 -0800
commit326a958f8514eacd8afb5da2d27cc46c3887948a (patch)
tree9e021ac7117ee7921e53417916ac4ed407cbfbf2
parent465e5a8b9fd65555af44a404c9b2e3b8ac12a874 (diff)
downloadcrosstool-ng-326a958f8514eacd8afb5da2d27cc46c3887948a.tar.gz
crosstool-ng-326a958f8514eacd8afb5da2d27cc46c3887948a.tar.bz2
crosstool-ng-326a958f8514eacd8afb5da2d27cc46c3887948a.zip
samples: Forgot to unmark mips64 samples as not experimental
As per 4be766254d2368901513aa25fefbaa383092f3cd, mips64 is not longer experimental, and as such, the samples should not need it enabled. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
-rw-r--r--samples/mips64el-n32-linux-uclibc/crosstool.config1
-rw-r--r--samples/mips64el-n64-linux-uclibc/crosstool.config1
2 files changed, 0 insertions, 2 deletions
diff --git a/samples/mips64el-n32-linux-uclibc/crosstool.config b/samples/mips64el-n32-linux-uclibc/crosstool.config
index 1aa44c90..0f61616e 100644
--- a/samples/mips64el-n32-linux-uclibc/crosstool.config
+++ b/samples/mips64el-n32-linux-uclibc/crosstool.config
@@ -1,4 +1,3 @@
-CT_EXPERIMENTAL=y
CT_LOCAL_TARBALLS_DIR="${HOME}/src"
CT_SAVE_TARBALLS=y
CT_LOG_EXTRA=y
diff --git a/samples/mips64el-n64-linux-uclibc/crosstool.config b/samples/mips64el-n64-linux-uclibc/crosstool.config
index 2bc625b1..2853ccbc 100644
--- a/samples/mips64el-n64-linux-uclibc/crosstool.config
+++ b/samples/mips64el-n64-linux-uclibc/crosstool.config
@@ -1,4 +1,3 @@
-CT_EXPERIMENTAL=y
CT_LOCAL_TARBALLS_DIR="${HOME}/src"
CT_SAVE_TARBALLS=y
CT_LOG_EXTRA=y