Commit MetaInfo

Revision35c132c4692a8227e0a9a3dfaa8306a13c7f0ffb (tree)
Zeit2016-01-01 18:58:07
AutorYoshinori Sato <ysato@user...>
CommiterYoshinori Sato

Log Message

rx: update

Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>

Ändern Zusammenfassung

Diff

--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -34,6 +34,7 @@ choice
3434 default TARGET_nios2 if DESIRED_TARGET_ARCH = "nios2"
3535 default TARGET_or1k if DESIRED_TARGET_ARCH = "or1k"
3636 default TARGET_powerpc if DESIRED_TARGET_ARCH = "powerpc"
37+ default TARGET_rx if DESIRED_TARGET_ARCH = "rx"
3738 default TARGET_sh if DESIRED_TARGET_ARCH = "sh"
3839 default TARGET_sparc if DESIRED_TARGET_ARCH = "sparc"
3940 default TARGET_x86_64 if DESIRED_TARGET_ARCH = "x86_64"
@@ -103,6 +104,9 @@ config TARGET_or1k
103104 config TARGET_powerpc
104105 bool "powerpc"
105106
107+config TARGET_rx
108+ bool "RX"
109+
106110 config TARGET_sh
107111 bool "superh"
108112
@@ -192,6 +196,10 @@ if TARGET_powerpc
192196 source "extra/Configs/Config.powerpc"
193197 endif
194198
199+if TARGET_rx
200+source "extra/Configs/Config.rx"
201+endif
202+
195203 if TARGET_sh
196204 source "extra/Configs/Config.sh"
197205 endif
--- a/extra/Configs/Config.rx
+++ b/extra/Configs/Config.rx
@@ -13,3 +13,4 @@ config FORCE_OPTIONS_FOR_ARCH
1313 select ARCH_LITTLE_ENDIAN
1414 select ARCH_HAS_NO_MMU
1515 select HAVE_NO_PIC
16+ select ARCH_HAS_DEPRECATED_SYSCALLS
Show on old repository browser