summaryrefslogtreecommitdiff
path: root/extra/Configs/Config.alpha
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-01-16 13:38:10 +0000
committerEric Andersen <andersen@codepoet.org>2004-01-16 13:38:10 +0000
commit76374f68fbc07420cd459b0d0fae424895ea4141 (patch)
tree32c9731d6d44ac7c42974aba4f12065adf8f6aab /extra/Configs/Config.alpha
parent81744d00c254dd6e5062723ab263b2096d9f122a (diff)
Fixup selection of endianness, since select does not work on choice
items, we have to declare what endianness cpus are capable of supporting and work using dependancies.
Diffstat (limited to 'extra/Configs/Config.alpha')
-rw-r--r--extra/Configs/Config.alpha5
1 files changed, 4 insertions, 1 deletions
diff --git a/extra/Configs/Config.alpha b/extra/Configs/Config.alpha
index f7900a1aa..bf83798a5 100644
--- a/extra/Configs/Config.alpha
+++ b/extra/Configs/Config.alpha
@@ -5,7 +5,6 @@
config HAVE_ELF
select UCLIBC_HAS_MMU
- select ARCH_LITTLE_ENDIAN
select HAVE_NO_SHARED
select ARCH_HAS_NO_LDSO
select HAS_NO_THREADS
@@ -13,6 +12,10 @@ config HAVE_ELF
bool
default y
+config ARCH_SUPPORTS_LITTLE_ENDIAN
+ bool
+ default y
+
config TARGET_ARCH
default "alpha"