]> git.ipfire.org Git - thirdparty/gcc.git/commit
rust: Implement TARGET_RUST_OS_INFO for *-*-openbsd*
authorIain Buclaw <ibuclaw@gdcproject.org>
Thu, 13 Oct 2022 07:56:46 +0000 (09:56 +0200)
committerArthur Cohen <arthur.cohen@embecosm.com>
Thu, 21 Sep 2023 09:15:03 +0000 (11:15 +0200)
commit07883d38e7c204fd3632aa2f66571a30e6e849d4
treef87eb21d99698e3a3c70ca1ec6452f5d38efa279
parent06d5c3c63baa3ba81c2b78e5d87946502161c696
rust: Implement TARGET_RUST_OS_INFO for *-*-openbsd*

gcc/ChangeLog:

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