summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/arch/ia64.in1
-rw-r--r--config/arch/x86_64.in1
-rw-r--r--config/target.in4
3 files changed, 6 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
diff --git a/config/target.in b/config/target.in
index 60881ce..da6a13c 100644
--- a/config/target.in
+++ b/config/target.in
@@ -5,6 +5,10 @@ menu "Target options"
config ARCH
string
+config ARCH_64
+ bool
+ default n
+
# Pre-declare target optimisation variables
config ARCH_SUPPORT_ARCH
config ARCH_SUPPORT_ABI