diff options
author | Uros Bizjak <ubizjak@gmail.com> | 2017-01-19 23:00:17 +0100 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2017-01-19 23:00:17 +0100 |
commit | d445d739b91c2e68c2b13c265910ecf24511f3a3 (patch) | |
tree | c91f1baabe07f80554056d79d84766c44f98ef80 /gcc/config.gcc | |
parent | fa9205536c7ba8f6da2f60343abaa1a5ea2a1b55 (diff) | |
download | gcc-d445d739b91c2e68c2b13c265910ecf24511f3a3.zip gcc-d445d739b91c2e68c2b13c265910ecf24511f3a3.tar.gz gcc-d445d739b91c2e68c2b13c265910ecf24511f3a3.tar.bz2 |
config.gcc (x86_64-*-rtems*): Use i386/rtemself.h instead of i386/rtems-64.h.
* config.gcc (x86_64-*-rtems*): Use i386/rtemself.h
instead of i386/rtems-64.h.
* config/i386/rtems-64.h: Remove.
From-SVN: r244655
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index dd8c08c..c0969a1 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1447,7 +1447,7 @@ x86_64-*-elf*) tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h newlib-stdint.h i386/i386elf.h i386/x86-64.h" ;; x86_64-*-rtems*) - tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h newlib-stdint.h i386/i386elf.h i386/x86-64.h i386/rtems-64.h" + tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h newlib-stdint.h i386/i386elf.h i386/x86-64.h i386/rtemself.h" ;; i[34567]86-*-rdos*) tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h newlib-stdint.h i386/i386elf.h i386/rdos.h" |