Christian Mauderer commented on a discussion on 
rtems/config/stdcxx-template.py: 
https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/merge_requests/35#note_109068

 > +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")

That's OK. I just wanted to make sure that I understand it correctly.

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


_______________________________________________
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to