]> git.ipfire.org Git - thirdparty/gcc.git/commit
rust: Implement TARGET_RUST_OS_INFO for i[34567]86-*-mingw* and x86_64-*-mingw*.
authorIain Buclaw <ibuclaw@gdcproject.org>
Thu, 13 Oct 2022 14:38:21 +0000 (16:38 +0200)
committerArthur Cohen <arthur.cohen@embecosm.com>
Thu, 21 Sep 2023 09:15:03 +0000 (11:15 +0200)
commit47c17c8117462257d2262c1496a4067828822328
tree0e489fa42a3757458d3a1d5d0573076e8ba5fdfb
parentd184d3a08a78f27b6baf199b7c97de3c52ce8cff
rust: Implement TARGET_RUST_OS_INFO for i[34567]86-*-mingw* and x86_64-*-mingw*.

gcc/ChangeLog:

* config.gcc (i[34567]86-*-mingw* | x86_64-*-mingw*): Set
rust_target_objs and target_has_targetrustm.
* config/t-winnt (winnt-rust.o): New rule.
* config/winnt-rust.cc: New file.
gcc/config.gcc
gcc/config/t-winnt
gcc/config/winnt-rust.cc [new file with mode: 0644]