Skip to content

Commit

Permalink
Add old clangs for make_linux.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Willenst committed Sep 25, 2024
1 parent de64ee2 commit 2d77547
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion make_linux.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
supported_archs = ['x86_64', 'i386', 'arm64', 'arm']
supported_compilers = ['gcc-4.9', 'gcc-5', 'gcc-6', 'gcc-7', 'gcc-8', 'gcc-9',
'gcc-10', 'gcc-11', 'gcc-12', 'gcc-13', 'gcc-14',
'clang-12', 'clang-13', 'clang-14', 'clang-15', 'clang-16', 'clang-17',
'clang-5.0', 'clang-6.0', 'clang-7', 'clang-8',
'clang-9', 'clang-10', 'clang-11', 'clang-12',
'clang-13', 'clang-14', 'clang-15', 'clang-16', 'clang-17',
'all']

NAME_DELIMITER = '__'
Expand Down

0 comments on commit 2d77547

Please sign in to comment.