diff options
author | Sebastian Huber <sebastian.huber@embedded-brains.de> | 2015-01-09 13:38:21 +0000 |
---|---|---|
committer | Sebastian Huber <sh@gcc.gnu.org> | 2015-01-09 13:38:21 +0000 |
commit | 5be0a29be19de39984d1a6cc11ce95483b175fb9 (patch) | |
tree | d91626aa9ef782cc3653fc3241270d799cf6ccd3 /gcc/config.gcc | |
parent | 88d24a099faa4dd225df68408663a74e11214f2d (diff) | |
download | gcc-5be0a29be19de39984d1a6cc11ce95483b175fb9.zip gcc-5be0a29be19de39984d1a6cc11ce95483b175fb9.tar.gz gcc-5be0a29be19de39984d1a6cc11ce95483b175fb9.tar.bz2 |
RTEMS: Rename ARM target config files
Now that we only have the EABI configuration for RTEMS rename the files
to match the pattern used for the other RTEMS targets.
gcc/ChangeLog
* config/arm/t-rtems-eabi: Rename to...
* config/arm/t-rtems: ...this.
* config/arm/rtems-eabi.h: Rename to...
* config/arm/rtems.h: ...this.
* config.gcc (arm*-*-rtems*): Reflect changes above.
From-SVN: r219382
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 857b3b0..04026e3 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1057,8 +1057,8 @@ arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtems*) use_gcc_stdint=wrap ;; arm*-*-rtems*) - tm_file="${tm_file} rtems.h arm/rtems-eabi.h newlib-stdint.h" - tmake_file="${tmake_file} arm/t-bpabi arm/t-rtems-eabi" + tm_file="${tm_file} rtems.h arm/rtems.h newlib-stdint.h" + tmake_file="${tmake_file} arm/t-bpabi arm/t-rtems" ;; arm*-*-symbianelf*) tm_file="${tm_file} arm/symbian.h" |