summaryrefslogtreecommitdiff
path: root/config/arch/mips.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-01-09 15:52:06 +0100
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-01-09 15:52:06 +0100
commita5035761e754f46a2e9b711c805d05a0f9b61a71 (patch)
tree23c6285adc3d06da9beb86a6a42ed3aba3a099bd /config/arch/mips.in
parent4d4fbdcc6118a484c525ec2d066032bd87c34f8a (diff)
downloadcrosstool-ng-a5035761e754f46a2e9b711c805d05a0f9b61a71.tar.gz
crosstool-ng-a5035761e754f46a2e9b711c805d05a0f9b61a71.tar.bz2
crosstool-ng-a5035761e754f46a2e9b711c805d05a0f9b61a71.zip
config/arch: always select the adequate bitness
Even if the selected ARCH does not support different bitness (or we do not support building with another bitness), still select the appropriate bitness.
Diffstat (limited to 'config/arch/mips.in')
-rw-r--r--config/arch/mips.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/arch/mips.in b/config/arch/mips.in
index 1ad8f4f7..46fa8ad1 100644
--- a/config/arch/mips.in
+++ b/config/arch/mips.in
@@ -1,6 +1,8 @@
# MIPS specific config options
config ARCH_mips
+ select ARCH_SUPPORTS_32
+ select ARCH_DEFAULT_32
select ARCH_USE_MMU
select ARCH_SUPPORTS_BOTH_ENDIAN
select ARCH_DEFAULT_BE