]> git.ipfire.org Git - thirdparty/gcc.git/commit
rust: Implement TARGET_RUST_OS_INFO for *-*-darwin*
authorIain Buclaw <ibuclaw@gdcproject.org>
Thu, 29 Sep 2022 08:30:42 +0000 (10:30 +0200)
committerArthur Cohen <arthur.cohen@embecosm.com>
Thu, 21 Sep 2023 09:15:03 +0000 (11:15 +0200)
commitf23567a868c619f6857e3bdfb4cc4e0e35c0e72e
tree5a62cd196977941aef8716f4fc2c5fd1b5ca1ea5
parent22e3557e2d52f129f2bbfdc98688b945dba28dc9
rust: Implement TARGET_RUST_OS_INFO for *-*-darwin*

gcc/ChangeLog:

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