aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorAmaan Cheval <amaan.cheval@gmail.com>2018-04-06 21:01:23 +0000
committerJoel Sherrill <joel@gcc.gnu.org>2018-04-06 21:01:23 +0000
commit6fa08cbe64d2a5bf6ac74d874d8ec3887a491e09 (patch)
treeea90998ef811700976d4710781ba217531ce43c5 /gcc/config.gcc
parent4d47fe5a8f4a7d0275237c2fb45bad8f654467eb (diff)
downloadgcc-6fa08cbe64d2a5bf6ac74d874d8ec3887a491e09.zip
gcc-6fa08cbe64d2a5bf6ac74d874d8ec3887a491e09.tar.gz
gcc-6fa08cbe64d2a5bf6ac74d874d8ec3887a491e09.tar.bz2
config.gcc (x86_64-*-rtems*): Add rtems.h to tm_file for custom LIB_SPEC setup.
2018-04-06 Amaan Cheval <amaan.cheval@gmail.com> * config.gcc (x86_64-*-rtems*): Add rtems.h to tm_file for custom LIB_SPEC setup. From-SVN: r259192
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index ae19655..99c7ae1 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -1496,7 +1496,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/rtemself.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 rtems.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"