OSDN Git Service

rx: update
authorYoshinori Sato <ysato@users.sourceforge.jp>
Fri, 1 Jan 2016 09:58:07 +0000 (18:58 +0900)
committerYoshinori Sato <ysato@users.sourceforge.jp>
Fri, 1 Jan 2016 09:58:07 +0000 (18:58 +0900)
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
extra/Configs/Config.in
extra/Configs/Config.rx

index 81c2293..1591b54 100644 (file)
@@ -34,6 +34,7 @@ choice
        default TARGET_nios2 if DESIRED_TARGET_ARCH = "nios2"
        default TARGET_or1k if DESIRED_TARGET_ARCH = "or1k"
        default TARGET_powerpc if DESIRED_TARGET_ARCH = "powerpc"
+       default TARGET_rx if DESIRED_TARGET_ARCH = "rx"
        default TARGET_sh if DESIRED_TARGET_ARCH = "sh"
        default TARGET_sparc if DESIRED_TARGET_ARCH = "sparc"
        default TARGET_x86_64 if DESIRED_TARGET_ARCH = "x86_64"
@@ -103,6 +104,9 @@ config TARGET_or1k
 config TARGET_powerpc
        bool "powerpc"
 
+config TARGET_rx
+       bool "RX"
+
 config TARGET_sh
        bool "superh"
 
@@ -192,6 +196,10 @@ if TARGET_powerpc
 source "extra/Configs/Config.powerpc"
 endif
 
+if TARGET_rx
+source "extra/Configs/Config.rx"
+endif
+
 if TARGET_sh
 source "extra/Configs/Config.sh"
 endif
index 5b34603..4bd49ad 100644 (file)
@@ -13,3 +13,4 @@ config FORCE_OPTIONS_FOR_ARCH
        select ARCH_LITTLE_ENDIAN
        select ARCH_HAS_NO_MMU
        select HAVE_NO_PIC
+       select ARCH_HAS_DEPRECATED_SYSCALLS