Suraj  Kumar commented on a discussion on rtems/config/stdcxx-template.py: 
https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/merge_requests/35#note_109048

 > +import sys
 > +import traceback
 > +import gdb
 > +import os
 > +
 > +
 > +gdb_path = gdb.PYTHONDIR
 > +gcc_version = "@RSB_GCC_VERSION@"
 > +
 > +gcc_path = os.path.dirname(os.path.dirname(gdb_path))
 > +gcc_path = os.path.join(gcc_path, "gcc-" + gcc_version)
 > +gcc_python_path = os.path.join(gcc_path, "python")

Bingo. Is it clear enough from the name or could the file use some comments?

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/merge_requests/35#note_109048
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to