Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 0ad0d30

Browse files
committed
bootstrap: Add cputype matching for m68k
1 parent e0c38af commit 0ad0d30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/bootstrap.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ def default_build_triple(verbose):
277277
'i486': 'i686',
278278
'i686': 'i686',
279279
'i786': 'i686',
280+
'm68k': 'm68k',
280281
'powerpc': 'powerpc',
281282
'powerpc64': 'powerpc64',
282283
'powerpc64le': 'powerpc64le',

0 commit comments

Comments
 (0)