Skip to content

Commit

Permalink
Clean up gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh committed Oct 7, 2022
1 parent f90c259 commit 4667eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cm-mlops/script/get-gcc/customize.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def postprocess(i):

file_name_c = os.path.basename(found_file_path)
# G: changed next line to handle cases like gcc-8
file_name_cpp = env['FILE_NAME_C'].replace('gcc','g++')
file_name_cpp = file_name_c.replace('gcc','g++')
env['FILE_NAME_CPP'] = file_name_cpp

env['CM_GCC_BIN']=file_name_c
Expand Down

0 comments on commit 4667eeb

Please sign in to comment.