summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-02-19 11:39:42 +1100
committerChris Johns <chrisj@rtems.org>2016-02-19 11:39:42 +1100
commite4c886f36b39c22f295ac849e9e0f10071d5a2a4 (patch)
treebc1a33a28a78d020befd358e944e5217c8f2e78a /tools
parentUpdate the version of waf. (diff)
downloadrtems-tools-e4c886f36b39c22f295ac849e9e0f10071d5a2a4.tar.bz2
Disable installing PYO and PYC. Fix install paths.
Installing PYO and PYC does not work so disable this. Move the Python check to the top level and have a single place.
Diffstat (limited to 'tools')
-rw-r--r--tools/gdb/python/wscript3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/gdb/python/wscript b/tools/gdb/python/wscript
index 1882d0a..2de9ace 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',