mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +00:00
7 lines
181 B
Plaintext
7 lines
181 B
Plaintext
|
python
|
||
|
import sys
|
||
|
sys.path.insert(0, '@@PREFIX@@/share/gcc-@@VERSION@@/python')
|
||
|
from libstdcxx.v6.printers import register_libstdcxx_printers
|
||
|
register_libstdcxx_printers (None)
|
||
|
end
|