summaryrefslogtreecommitdiff
path: root/config/arch
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-11-07 08:09:42 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-11-07 08:09:42 (GMT)
commitf9f70c5ad6115b6b65c8ea18a054a3619f4891e9 (patch)
treebfa33e26122af9a19bf8c02db102c4458615de48 /config/arch
parent15d657ce4e82ba273b27bc154cfdb7bd4bc470d5 (diff)
Do not autodetect 64-bit archs, have them tell be 'select'-ing ARCH_64 in the configuration.
/trunk/scripts/crosstool.sh | 12 5 7 0 +++++------- /trunk/docs/overview.txt | 6 6 0 0 ++++++ /trunk/config/target.in | 4 4 0 0 ++++ /trunk/config/arch/x86_64.in | 1 1 0 0 + /trunk/config/arch/ia64.in | 1 1 0 0 + 5 files changed, 17 insertions(+), 7 deletions(-)
Diffstat (limited to 'config/arch')
-rw-r--r--config/arch/ia64.in1
-rw-r--r--config/arch/x86_64.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/config/arch/ia64.in b/config/arch/ia64.in
index ad0d9fd..f893d28 100644
--- a/config/arch/ia64.in
+++ b/config/arch/ia64.in
@@ -2,6 +2,7 @@
# EXPERIMENTAL
config ARCH_ia64
+ select ARCH_64
select ARCH_SUPPORTS_BOTH_ENDIAN
help
The ia64 architecture, as defined by:
diff --git a/config/arch/x86_64.in b/config/arch/x86_64.in
index 83b6e83..9e3f5d0 100644
--- a/config/arch/x86_64.in
+++ b/config/arch/x86_64.in
@@ -1,6 +1,7 @@
# x86_64 specific options
config ARCH_x86_64
+ select ARCH_64
select ARCH_SUPPORT_ARCH
select ARCH_SUPPORT_CPU
select ARCH_SUPPORT_TUNE