diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2021-04-13 18:10:34 +1000 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2021-04-13 18:10:34 +1000 |
commit | f195cda9b95d03d27906f98a61456d47ced1c35b (patch) | |
tree | cd071d18d6600491c6380f1563bf6d485e2905d0 /arch/x86 | |
parent | f313680e8110c0b4ad659bc06a33de7fd6cbe48f (diff) | |
parent | add74f8473c5ca7d8947c760ff355df991a259bb (diff) | |
download | linux-next-f195cda9b95d03d27906f98a61456d47ced1c35b.tar.gz |
Merge remote-tracking branch 'rust/rust-next'
# Conflicts:
# Makefile
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/rust/target.json | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/arch/x86/rust/target.json b/arch/x86/rust/target.json new file mode 100644 index 000000000000..6e1759cd45bf --- /dev/null +++ b/arch/x86/rust/target.json @@ -0,0 +1,42 @@ +{ + "arch": "x86_64", + "code-model": "kernel", + "cpu": "x86-64", + "data-layout": "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128", + "disable-redzone": true, + "eliminate-frame-pointer": false, + "emit-debug-gdb-scripts": false, + "env": "gnu", + "features": "-mmx,-sse,-sse2,-sse3,-ssse3,-sse4.1,-sse4.2,-3dnow,-3dnowa,-avx,-avx2,+soft-float", + "function-sections": false, + "is-builtin": true, + "linker-flavor": "gcc", + "linker-is-gnu": true, + "llvm-target": "x86_64-elf", + "max-atomic-width": 64, + "needs-plt": true, + "os": "none", + "panic-strategy": "abort", + "position-independent-executables": true, + "pre-link-args": { + "gcc": [ + "-Wl,--as-needed", + "-Wl,-z,noexecstack", + "-m64" + ] + }, + "relocation-model": "static", + "relro-level": "full", + "stack-probes": { + "kind": "inline-or-call", + "min-llvm-version-for-inline": [ + 11, + 0, + 1 + ] + }, + "target-c-int-width": "32", + "target-endian": "little", + "target-pointer-width": "64", + "vendor": "unknown" +} |