mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
bootstrap: Add cputype matching for m68k
This commit is contained in:
parent
e0c38af27c
commit
0ad0d305ff
@ -277,6 +277,7 @@ def default_build_triple(verbose):
|
||||
'i486': 'i686',
|
||||
'i686': 'i686',
|
||||
'i786': 'i686',
|
||||
'm68k': 'm68k',
|
||||
'powerpc': 'powerpc',
|
||||
'powerpc64': 'powerpc64',
|
||||
'powerpc64le': 'powerpc64le',
|
||||
|
Loading…
Reference in New Issue
Block a user