scripts/build/debug/gdbinit.in
author "Yann E. MORIN" <yann.morin.1998@free.fr>
Sun Feb 05 23:26:55 2012 +0100 (2012-02-05)
branch1.14
changeset 2869 82f3da5d402e
permissions -rw-r--r--
scripts: fix download from sourceforge

It seems sourceforge changed yet again the way to download files.
This time, no longer use their 'mesh' thingy, and hard-code the
server to use in the URL... Sigh... :-(

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
(transplanted from ef6dad58ab1cd38946258552a3ee624a6339f54c)
     1 python
     2 import sys
     3 sys.path.insert(0, '@@PREFIX@@/share/gcc-@@VERSION@@/python')
     4 from libstdcxx.v6.printers import register_libstdcxx_printers
     5 register_libstdcxx_printers (None)
     6 end