diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2015-11-02 14:14:38 -0800 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2015-11-02 14:14:38 -0800 |
commit | 4be766254d2368901513aa25fefbaa383092f3cd (patch) | |
tree | f902663d15a5c5000430e9bef5a68818c0d97297 /config | |
parent | 55d8497fea996b070d8e7f6f6898e99e9981337a (diff) | |
download | crosstool-ng-4be766254d2368901513aa25fefbaa383092f3cd.tar.gz crosstool-ng-4be766254d2368901513aa25fefbaa383092f3cd.tar.bz2 crosstool-ng-4be766254d2368901513aa25fefbaa383092f3cd.zip |
config: MIPS64 is no longer experimental
This is a weird artifact from when mips64 was first introduced to ct-ng
and was never removed from experimental.
If you have problems building a mips64 toolchain, please report on the
mailing list or on github issues.
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/arch/mips.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/arch/mips.in b/config/arch/mips.in index 252bc503..1168f5e6 100644 --- a/config/arch/mips.in +++ b/config/arch/mips.in @@ -1,7 +1,7 @@ # MIPS specific config options ## select ARCH_SUPPORTS_32 -## select ARCH_SUPPORTS_64 if EXPERIMENTAL +## select ARCH_SUPPORTS_64 ## select ARCH_DEFAULT_32 ## select ARCH_USE_MMU ## select ARCH_SUPPORTS_BOTH_ENDIAN |