File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ changelog-seen = 2
103
103
# the same format as above, but since these targets are experimental, they are
104
104
# not built by default and the experimental Rust compilation targets that depend
105
105
# on them will not work unless the user opts in to building them.
106
- #experimental-targets = "AVR"
106
+ #experimental-targets = "AVR;M68k "
107
107
108
108
# Cap the number of parallel linker invocations when compiling LLVM.
109
109
# This can be useful when building LLVM with debug info, which significantly
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ impl Step for Llvm {
165
165
166
166
let llvm_exp_targets = match builder. config . llvm_experimental_targets {
167
167
Some ( ref s) => s,
168
- None => "AVR" ,
168
+ None => "AVR;M68k " ,
169
169
} ;
170
170
171
171
let assertions = if builder. config . llvm_assertions { "ON" } else { "OFF" } ;
You can’t perform that action at this time.
0 commit comments