From 2e322611bb6fd2f5aa4ff0d4bd532fa43d2a037d Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 6 Nov 2008 15:40:05 +0000 Subject: Add support for SH-1 toolchain git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1136 42af7a65-404d-4744-a932-0658087f49c3 --- misc/buildroot/Config.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'misc/buildroot/Config.in') diff --git a/misc/buildroot/Config.in b/misc/buildroot/Config.in index bdd12ffd4..155492030 100644 --- a/misc/buildroot/Config.in +++ b/misc/buildroot/Config.in @@ -134,6 +134,8 @@ choice help Specific CPU variant to use +config BR2_sh1 + bool "sh1" config BR2_sh2a_nofpueb bool "sh2a_nofpueb" config BR2_sh2eb @@ -187,6 +189,7 @@ config BR2_ARCH default "mipsel" if BR2_mipsel default "nios2" if BR2_nios2 default "powerpc" if BR2_powerpc + default "sh" if BR2_sh1 default "sh2a_nofpueb" if BR2_sh2a_nofpueb default "sh2eb" if BR2_sh2eb default "sh3" if BR2_sh3 @@ -204,7 +207,7 @@ config BR2_ENDIAN BR2_sh64 default "BIG" if BR2_alpha || BR2_armeb || BR2_avr32 || BR2_m68k || \ BR2_m68hc11 || BR2_m68hc12 || BR2_mips || \ - BR2_powerpc || BR2_sh2a_nofpueb || BR2_sh2eb || \ + BR2_powerpc || BR2_sh1 || BR2_sh2a_nofpueb || BR2_sh2eb || \ BR2_sh3eb || BR2_sh4eb || BR2_sparc menu "Build options" -- cgit v1.2.3