summaryrefslogtreecommitdiffstats
path: root/tools/gdb/python/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gdb/python/wscript')
-rw-r--r--tools/gdb/python/wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gdb/python/wscript b/tools/gdb/python/wscript
index 1882d0a..1882e1f 100644
--- a/tools/gdb/python/wscript
+++ b/tools/gdb/python/wscript
@@ -6,8 +6,7 @@ def options(opt):
opt.load('python')
def configure(conf):
- conf.load('python')
- conf.check_python_version((2,6,6))
+ pass
def build(bld):
source = ['__init__.py',
@@ -29,4 +28,5 @@ def build(bld):
'watchdog.py']
bld(features = 'py',
source = source,
+ install_from = '.',
install_path = '${PREFIX}/share/gdb/python/rtems')