Skip to content

Commit 5d12c54

Browse files
committed
Add M68000 entry to arch_to_gcc
1 parent 2e0595b commit 5d12c54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gcc_util.rs

+1
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ pub fn to_gcc_features<'a>(sess: &Session, s: &'a str) -> SmallVec<[&'a str; 2]>
242242

243243
fn arch_to_gcc(name: &str) -> &str {
244244
match name {
245+
"M68000" => "68000",
245246
"M68020" => "68020",
246247
_ => name,
247248
}

0 commit comments

Comments
 (0)