mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
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
@ -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…
Reference in New Issue
Block a user