config.host (x86_64-*-rtems*): Build crti.o and crtn.o.
2018-05-07 Amaan Cheval <amaan.cheval@gmail.com> * config.host (x86_64-*-rtems*): Build crti.o and crtn.o. From-SVN: r260007
This commit is contained in:
parent
228aa0ec8d
commit
e5f1cdb1b0
2 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2018-05-07 Amaan Cheval <amaan.cheval@gmail.com>
|
||||
|
||||
* config.host (x86_64-*-rtems*): Build crti.o and crtn.o.
|
||||
|
||||
2018-04-27 Andreas Tobler <andreast@gcc.gnu.org>
|
||||
Maryse Levavasseur <maryse.levavasseur@stormshield.eu>
|
||||
|
||||
|
|
|
@ -611,6 +611,11 @@ i[34567]86-*-elf*)
|
|||
;;
|
||||
x86_64-*-elf* | x86_64-*-rtems*)
|
||||
tmake_file="$tmake_file i386/t-crtstuff t-crtstuff-pic t-libgcc-pic"
|
||||
case ${host} in
|
||||
x86_64-*-rtems*)
|
||||
extra_parts="$extra_parts crti.o crtn.o"
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
x86_64-*-fuchsia*)
|
||||
tmake_file="$tmake_file t-libgcc-pic"
|
||||
|
|
Loading…
Add table
Reference in a new issue