summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-09-11 17:24:09 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-09-11 17:24:09 (GMT)
commitd409c9fd1ae08eb2e8e7f36ab8a659f47c640bd1 (patch)
tree8b3457188a141e4507805a5513bdebfb46275acc /config
parente0a9ceef998b97e4ca4ad35306457a2d542a14cd (diff)
Merge from branches/ia64@476 : add ia64 preliminary support.
Diffstat (limited to 'config')
-rw-r--r--config/target.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/target.in b/config/target.in
index 8eacbeb..27c71d3 100644
--- a/config/target.in
+++ b/config/target.in
@@ -7,6 +7,7 @@ comment "General target options"
config ARCH
string
default "arm" if ARCH_ARM
+ default "ia64" if ARCH_IA64
default "mips" if ARCH_MIPS
default "x86" if ARCH_x86
default "x86_64" if ARCH_x86_64
@@ -22,6 +23,12 @@ config ARCH_ARM
select ARCH_SUPPORTS_BOTH_ENDIAN
select ARCH_DEFAULT_LE
+config ARCH_IA64
+ bool
+ prompt "ia64 (EXPERIMENTAL)"
+ depends on EXPERIMENTAL
+ select ARCH_SUPPORTS_BOTH_ENDIAN
+
config ARCH_MIPS
bool
prompt "mips"