Revision | 35c132c4692a8227e0a9a3dfaa8306a13c7f0ffb (tree) |
---|---|
Zeit | 2016-01-01 18:58:07 |
Autor | Yoshinori Sato <ysato@user...> |
Commiter | Yoshinori Sato |
rx: update
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
@@ -34,6 +34,7 @@ choice | ||
34 | 34 | default TARGET_nios2 if DESIRED_TARGET_ARCH = "nios2" |
35 | 35 | default TARGET_or1k if DESIRED_TARGET_ARCH = "or1k" |
36 | 36 | default TARGET_powerpc if DESIRED_TARGET_ARCH = "powerpc" |
37 | + default TARGET_rx if DESIRED_TARGET_ARCH = "rx" | |
37 | 38 | default TARGET_sh if DESIRED_TARGET_ARCH = "sh" |
38 | 39 | default TARGET_sparc if DESIRED_TARGET_ARCH = "sparc" |
39 | 40 | default TARGET_x86_64 if DESIRED_TARGET_ARCH = "x86_64" |
@@ -103,6 +104,9 @@ config TARGET_or1k | ||
103 | 104 | config TARGET_powerpc |
104 | 105 | bool "powerpc" |
105 | 106 | |
107 | +config TARGET_rx | |
108 | + bool "RX" | |
109 | + | |
106 | 110 | config TARGET_sh |
107 | 111 | bool "superh" |
108 | 112 |
@@ -192,6 +196,10 @@ if TARGET_powerpc | ||
192 | 196 | source "extra/Configs/Config.powerpc" |
193 | 197 | endif |
194 | 198 | |
199 | +if TARGET_rx | |
200 | +source "extra/Configs/Config.rx" | |
201 | +endif | |
202 | + | |
195 | 203 | if TARGET_sh |
196 | 204 | source "extra/Configs/Config.sh" |
197 | 205 | endif |
@@ -13,3 +13,4 @@ config FORCE_OPTIONS_FOR_ARCH | ||
13 | 13 | select ARCH_LITTLE_ENDIAN |
14 | 14 | select ARCH_HAS_NO_MMU |
15 | 15 | select HAVE_NO_PIC |
16 | + select ARCH_HAS_DEPRECATED_SYSCALLS |