bootstrap: Add cputype matching for m68k

This commit is contained in:
John Paul Adrian Glaubitz 2021-08-25 07:43:20 +00:00
parent e0c38af27c
commit 0ad0d305ff

View file

@ -277,6 +277,7 @@ def default_build_triple(verbose):
'i486': 'i686',
'i686': 'i686',
'i786': 'i686',
'm68k': 'm68k',
'powerpc': 'powerpc',
'powerpc64': 'powerpc64',
'powerpc64le': 'powerpc64le',