aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorYoshinori Sato <ysato@users.sourceforge.jp>2019-05-30 03:36:06 +0900
committerJeff Law <law@gcc.gnu.org>2019-05-29 12:36:06 -0600
commit76aaa9cdb1cc5cecc7dd87594aaaff6f67c362d2 (patch)
treeed4e9376e6c3970db45e69375c11da1e3ffe49e6 /gcc/config.gcc
parent01a58e36980830b8a3dfa426f912fce51f7104c4 (diff)
downloadgcc-76aaa9cdb1cc5cecc7dd87594aaaff6f67c362d2.zip
gcc-76aaa9cdb1cc5cecc7dd87594aaaff6f67c362d2.tar.gz
gcc-76aaa9cdb1cc5cecc7dd87594aaaff6f67c362d2.tar.bz2
config.gcc (rx-*-linux*): New target.
* config.gcc (rx-*-linux*): New target. * config/rx/elf.opt: New file. * config/rx/linux.h: Likewise. * config/rx/t-linux: Likewise. * config/rx/rx.c (TARGET_SAVE_ACC_REGISTER): If not defined, make it zero. * config/rx/rx.h (ASM_APP_ON): Allow to be overridden. (ASM_APP_OFF): Likewise. * config/rx/rx.opt: Drop -msim and -mas100-syntax, they were moved elsewhere. * config.host (rx-*-linux*): Add new case. * config/rx/t-rx (HOST_LIBGCC2_CFLAGS): Force DFmode to SFmode. From-SVN: r271748
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index f47bb46..67c3c2c 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -2801,6 +2801,11 @@ rl78-*-elf*)
rx-*-elf*)
tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
tmake_file="${tmake_file} rx/t-rx"
+ extra_options="${extra_options} rx/elf.opt"
+ ;;
+rx-*-linux*)
+ tm_file="elfos.h linux.h glibc-stdint.h rx/linux.h ../../libgcc/config/rx/rx-abi.h"
+ tmake_file="${tmake_file} rx/t-linux"
;;
s390-*-linux*)
tm_file="s390/s390.h dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h s390/linux.h"