Skip to content

Commit 6ac148b

Browse files
ok
1 parent 8bece50 commit 6ac148b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

builder/core/toolchain.py

+2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ def _compiler_version(cc):
3333
if m:
3434
return 'gcc', m.group(1)
3535
# other gcc
36+
print(text)
3637
m = re.match(r'^gcc', text)
38+
print(m)
3739
if m:
3840
print("got here")
3941
result = util.run_command(cc, '-dumpfullversion -dumpversion', quiet=True)

0 commit comments

Comments
 (0)