summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorMike Frysinger2006-01-04 05:52:34 +0100
committerMike Frysinger2006-01-04 05:52:34 +0100
commite420a8870a36ba7bda42b5441dedd1e3cb7c2efd (patch)
tree7a6ee8a487f5ee6cdd7f1353254cd9ce8151ea31 /Config.in
parentupdate to latest upstream cvs and add support for nios2 (diff)
downloadbuildroot-e420a8870a36ba7bda42b5441dedd1e3cb7c2efd.tar.gz
buildroot-e420a8870a36ba7bda42b5441dedd1e3cb7c2efd.tar.xz
buildroot-e420a8870a36ba7bda42b5441dedd1e3cb7c2efd.zip
incorporate patches from marc in bug #273 to add support for nios2
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/Config.in b/Config.in
index 89bca3b87..0f26294cd 100644
--- a/Config.in
+++ b/Config.in
@@ -28,6 +28,8 @@ config BR2_mips
bool "mips"
config BR2_mipsel
bool "mipsel"
+config BR2_nios2
+ bool "nios2"
config BR2_powerpc
bool "powerpc"
config BR2_sh
@@ -93,6 +95,7 @@ config BR2_ARCH
default "m68k" if BR2_m68k
default "mips" if BR2_mips
default "mipsel" if BR2_mipsel
+ default "nios2" if BR2_nios2
default "powerpc" if BR2_powerpc
default "sh2a_nofpueb" if BR2_sh2a_nofpueb
default "sh2eb" if BR2_sh2eb
@@ -106,7 +109,7 @@ config BR2_ARCH
config BR2_ENDIAN
string
default "LITTLE" if BR2_arm || BR2_cris || BR2_i386 || BR2_mipsel || \
- BR2_sh3 || BR2_sh4 || BR2_x86_64
+ BR2_sh3 || BR2_sh4 || BR2_x86_64 || BR2_nios2
default "BIG" if BR2_alpha || BR2_armeb || BR2_m68k || BR2_mips || \
BR2_powerpc || BR2_sh2a_nofpueb || BR2_sh2eb || \
BR2_sh3eb || BR2_sh4eb || BR2_sparc
@@ -204,4 +207,3 @@ source "toolchain/Config.in"
source "package/Config.in"
source "target/Config.in"
-