forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathconfig.blueos.toml
More file actions
67 lines (55 loc) · 1.29 KB
/
config.blueos.toml
File metadata and controls
67 lines (55 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# Includes one of the default files in src/bootstrap/defaults
profile = "library"
change-id = 133068
[build]
optimized-compiler-builtins = true
[target.thumbv7m-vivo-blueos-newlibeabi]
cc = "arm-none-eabi-gcc"
cxx = "arm-none-eabi-g++"
linker = "arm-none-eabi-gcc"
ar = "arm-none-eabi-ar"
ranlib = "arm-none-eabi-ranlib"
[target."thumbv8m.main-vivo-blueos-newlibeabihf"]
cc = "arm-none-eabi-gcc"
cxx = "arm-none-eabi-g++"
linker = "arm-none-eabi-gcc"
ar = "arm-none-eabi-ar"
ranlib = "arm-none-eabi-ranlib"
[target."aarch64-vivo-blueos-newlib"]
cc = "aarch64-none-elf-gcc"
cxx = "aarch64-none-elf-g++"
linker = "aarch64-none-elf-gcc"
ar = "aarch64-none-elf-ar"
ranlib = "aarch64-none-elf-ranlib"
[target."riscv64-vivo-blueos"]
cc = "clang"
cxx = "clang++"
linker = "clang"
ar = "llvm-ar"
ranlib = "llvm-ranlib"
[target."riscv32-vivo-blueos"]
cc = "clang"
cxx = "clang++"
linker = "clang"
ar = "llvm-ar"
ranlib = "llvm-ranlib"
[target."riscv32imc-vivo-blueos"]
cc = "clang"
cxx = "clang++"
linker = "clang"
ar = "llvm-ar"
ranlib = "llvm-ranlib"
[target.x86_64-unknown-linux-gnu]
profiler = true
sanitizers = true
[target.aarch64-apple-darwin]
profiler = true
sanitizers = true
[rust]
omit-git-hash = false
deny-warnings = false
strip = true
[dist]
compression-formats = ["xz"]
[llvm]
download-ci-llvm = false