summaryrefslogtreecommitdiff
path: root/mk/python.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-06 12:25:47 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-06 12:25:47 +0100
commitb563b8fd141c741932c110c2901fab555f5b22ef (patch)
tree903aa1734284f45d91a1c0a41492358b43a9a930 /mk/python.mk
parent3723786959d32721306929a3a073fc9806b51ff4 (diff)
get rid of ADK_NATIVE mode, it is not regulary tested and the results where not satisfying.
Diffstat (limited to 'mk/python.mk')
-rw-r--r--mk/python.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/mk/python.mk b/mk/python.mk
index 1ef92e664..56008760a 100644
--- a/mk/python.mk
+++ b/mk/python.mk
@@ -1,8 +1,3 @@
PYTHON_VERSION=2.7
-ifeq ($(ADK_NATIVE),)
PYTHON_LIBDIR:=$(STAGING_HOST_DIR)/usr/lib
PYTHON:=${STAGING_HOST_DIR}/usr/bin/python
-else
-PYTHON_LIBDIR:=/usr/lib
-PYTHON:=/usr/bin/python
-endif