]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_target/src/spec/nvptx64_nvidia_cuda.rs
New upstream version 1.54.0+dfsg1
[rustc.git] / compiler / rustc_target / src / spec / nvptx64_nvidia_cuda.rs
index 15d8e4843f976167d271a301c892ad1c7f023359..97960a75b095f43a2e6be7f738cd96d5269579f6 100644 (file)
@@ -14,6 +14,7 @@ pub fn target() -> Target {
             linker_flavor: LinkerFlavor::PtxLinker,
             // The linker can be installed from `crates.io`.
             linker: Some("rust-ptx-linker".to_string()),
+            linker_is_gnu: false,
 
             // With `ptx-linker` approach, it can be later overridden via link flags.
             cpu: "sm_30".to_string(),