Merge pull request #613 from fluxchief/68000
Add M68000 entry to arch_to_gcc
This commit is contained in:
commit
efb5185912
1 changed files with 1 additions and 0 deletions
|
|
@ -242,6 +242,7 @@ pub fn to_gcc_features<'a>(sess: &Session, s: &'a str) -> SmallVec<[&'a str; 2]>
|
|||
|
||||
fn arch_to_gcc(name: &str) -> &str {
|
||||
match name {
|
||||
"M68000" => "68000",
|
||||
"M68020" => "68020",
|
||||
_ => name,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue