diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2015-11-14 17:47:07 -0800 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2015-11-14 17:47:07 -0800 |
commit | cd071e48bea405df719ef13ac4afd2b606f08525 (patch) | |
tree | 9e021ac7117ee7921e53417916ac4ed407cbfbf2 | |
parent | 465e5a8b9fd65555af44a404c9b2e3b8ac12a874 (diff) | |
parent | 326a958f8514eacd8afb5da2d27cc46c3887948a (diff) | |
download | crosstool-ng-cd071e48bea405df719ef13ac4afd2b606f08525.tar.gz crosstool-ng-cd071e48bea405df719ef13ac4afd2b606f08525.tar.bz2 crosstool-ng-cd071e48bea405df719ef13ac4afd2b606f08525.zip |
Merge pull request #259 from bhundven/mips64-samples
samples: Forgot to unmark mips64 samples as not experimental
-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 |