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
This commit is contained in:
parent
4d47fe5a8f
commit
6fa08cbe64
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
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.
|
||||
|
||||
2018-04-02 Bill Schmidt <wschmidt@linux.ibm.com>
|
||||
|
||||
* MAINTAINERS: Remove redundant Write-After-Approval entry.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue