summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-01-09 14:52:06 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-01-09 14:52:06 (GMT)
commita5035761e754f46a2e9b711c805d05a0f9b61a71 (patch)
tree23c6285adc3d06da9beb86a6a42ed3aba3a099bd /config
parent4d4fbdcc6118a484c525ec2d066032bd87c34f8a (diff)
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')
-rw-r--r--config/arch/alpha.in2
-rw-r--r--config/arch/arm.in2
-rw-r--r--config/arch/avr32.in2
-rw-r--r--config/arch/ia64.in1
-rw-r--r--config/arch/mips.in2
-rw-r--r--config/arch/sh.in2
6 files changed, 11 insertions, 0 deletions
diff --git a/config/arch/alpha.in b/config/arch/alpha.in
index 46473f6..84b640c 100644
--- a/config/arch/alpha.in
+++ b/config/arch/alpha.in
@@ -1,6 +1,8 @@
# Alpha specific configuration file
config ARCH_alpha
+ select ARCH_SUPPORTS_32
+ select ARCH_DEFAULT_32
select ARCH_USE_MMU
select ARCH_SUPPORT_CPU
select ARCH_SUPPORT_TUNE
diff --git a/config/arch/arm.in b/config/arch/arm.in
index 6daa603..4883d22 100644
--- a/config/arch/arm.in
+++ b/config/arch/arm.in
@@ -1,6 +1,8 @@
# ARM specific configuration file
config ARCH_arm
+ select ARCH_SUPPORTS_32
+ select ARCH_DEFAULT_32
select ARCH_SUPPORTS_BOTH_MMU
select ARCH_DEFAULT_HAS_MMU
select ARCH_SUPPORTS_BOTH_ENDIAN
diff --git a/config/arch/avr32.in b/config/arch/avr32.in
index 63916da..2e7086f 100644
--- a/config/arch/avr32.in
+++ b/config/arch/avr32.in
@@ -2,6 +2,8 @@
# depends on EXPERIMENTAL
config ARCH_avr32
+ select ARCH_SUPPORTS_32
+ select ARCH_DEFAULT_32
select ARCH_USE_MMU
select ARCH_DEFAULT_BE
select ARCH_SUPPORT_ARCH
diff --git a/config/arch/ia64.in b/config/arch/ia64.in
index b7d3be4..a4bee34 100644
--- a/config/arch/ia64.in
+++ b/config/arch/ia64.in
@@ -3,6 +3,7 @@
config ARCH_ia64
select ARCH_SUPPORTS_64
+ select ARCH_DEFAULT_64
select ARCH_USE_MMU
select ARCH_SUPPORTS_BOTH_ENDIAN
help
diff --git a/config/arch/mips.in b/config/arch/mips.in
index 1ad8f4f..46fa8ad 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
diff --git a/config/arch/sh.in b/config/arch/sh.in
index eceebbe..c709494 100644
--- a/config/arch/sh.in
+++ b/config/arch/sh.in
@@ -2,6 +2,8 @@
# depends on EXPERIMENTAL
config ARCH_sh
+ select ARCH_SUPPORTS_32
+ select ARCH_DEFAULT_32
select ARCH_USE_MMU
select ARCH_SUPPORTS_BOTH_ENDIAN
select ARCH_DEFAULT_LE