]> git.ipfire.org Git - thirdparty/gcc.git/commit
rust: Implement TARGET_RUST_OS_INFO for *-*-solaris2*.
authorIain Buclaw <ibuclaw@gdcproject.org>
Thu, 13 Oct 2022 08:06:42 +0000 (10:06 +0200)
committerArthur Cohen <arthur.cohen@embecosm.com>
Thu, 21 Sep 2023 09:15:03 +0000 (11:15 +0200)
commit17adf45e9544f8a20df887f7e8d0727134972c7b
treea1b2a0934b2dbf2e4c002194c2202e95a2d97e9d
parent07883d38e7c204fd3632aa2f66571a30e6e849d4
rust: Implement TARGET_RUST_OS_INFO for *-*-solaris2*.

gcc/ChangeLog:

* config.gcc (*-*-solaris2*): Set rust_target_objs and
target_has_targetrustm.
* config/t-sol2 (sol2-rust.o): New rule.
* config/sol2-rust.cc: New file.
gcc/config.gcc
gcc/config/sol2-rust.cc [new file with mode: 0644]
gcc/config/t-sol2