|
|
|
|
|
|
|
|
return paths.TOOLS_DIR / 'gcc-9-audit.jsonc' |
|
|
return paths.TOOLS_DIR / 'gcc-9-audit.jsonc' |
|
|
if sys.platform == 'darwin': |
|
|
if sys.platform == 'darwin': |
|
|
return paths.TOOLS_DIR / 'gcc-9-audit-macos.jsonc' |
|
|
return paths.TOOLS_DIR / 'gcc-9-audit-macos.jsonc' |
|
|
|
|
|
if sys.platform == 'freebsd11': |
|
|
|
|
|
return paths.TOOLS_DIR / 'freebsd-gcc-10.jsonc' |
|
|
raise RuntimeError(f'Unable to determine the default toolchain (sys.platform is {sys.platform!r})') |
|
|
raise RuntimeError(f'Unable to determine the default toolchain (sys.platform is {sys.platform!r})') |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return paths.TESTS_DIR / 'msvc.tc.jsonc' |
|
|
return paths.TESTS_DIR / 'msvc.tc.jsonc' |
|
|
if sys.platform in ('linux', 'darwin'): |
|
|
if sys.platform in ('linux', 'darwin'): |
|
|
return paths.TESTS_DIR / 'gcc-9.tc.jsonc' |
|
|
return paths.TESTS_DIR / 'gcc-9.tc.jsonc' |
|
|
|
|
|
if sys.platform == 'freebsd11': |
|
|
|
|
|
return paths.TOOLS_DIR / 'freebsd-gcc-10.jsonc' |
|
|
raise RuntimeError(f'Unable to determine the default toolchain (sys.platform is {sys.platform!r})') |
|
|
raise RuntimeError(f'Unable to determine the default toolchain (sys.platform is {sys.platform!r})') |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return paths.TOOLS_DIR / 'gcc-9-rel.jsonc' |
|
|
return paths.TOOLS_DIR / 'gcc-9-rel.jsonc' |
|
|
if sys.platform == 'darwin': |
|
|
if sys.platform == 'darwin': |
|
|
return paths.TOOLS_DIR / 'gcc-9-rel-macos.jsonc' |
|
|
return paths.TOOLS_DIR / 'gcc-9-rel-macos.jsonc' |
|
|
|
|
|
if sys.platform == 'freebsd11': |
|
|
|
|
|
return paths.TOOLS_DIR / 'freebsd-gcc-10.jsonc' |
|
|
raise RuntimeError(f'Unable to determine the default toolchain (sys.platform is {sys.platform!r})') |
|
|
raise RuntimeError(f'Unable to determine the default toolchain (sys.platform is {sys.platform!r})') |