diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2015-11-14 17:43:44 -0800 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2015-11-14 17:43:44 -0800 |
commit | 326a958f8514eacd8afb5da2d27cc46c3887948a (patch) | |
tree | 9e021ac7117ee7921e53417916ac4ed407cbfbf2 | |
parent | 465e5a8b9fd65555af44a404c9b2e3b8ac12a874 (diff) | |
download | crosstool-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.config | 1 | ||||
-rw-r--r-- | samples/mips64el-n64-linux-uclibc/crosstool.config | 1 |
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 |