summaryrefslogtreecommitdiff
path: root/project/pycompile.mk
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-12-09 01:37:46 -0500
committermidipix <writeonce@midipix.org>2018-12-09 01:56:32 -0500
commitd1a04d855e8c28336a38a5d61e937996ab4b2ae4 (patch)
tree2502c86d902ee9fbc2a79b26280c893759245ddc /project/pycompile.mk
parent2d05b886690a0df4f148089099ad8816b64020b8 (diff)
downloadsbpython2-d1a04d855e8c28336a38a5d61e937996ab4b2ae4.tar.bz2
sbpython2-d1a04d855e8c28336a38a5d61e937996ab4b2ae4.tar.xz
project: added custom configuration bits (cfgdefs.sh and friends).
Diffstat (limited to 'project/pycompile.mk')
-rw-r--r--project/pycompile.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/project/pycompile.mk b/project/pycompile.mk
index 20cc760..79aea38 100644
--- a/project/pycompile.mk
+++ b/project/pycompile.mk
@@ -6,9 +6,6 @@ PYCOMPILE = $(PYCOMPILE_DIR)/bin/pycompile
PYCOMPILE_APP_SRCS = $(APP_SRCS)
PYCOMPILE_CONFIG_SRCS = $(CONFIG_DEFAULT_SRCS)
-PYCOMPILE_CFGHOST ?= $(NATIVE_CC_HOST)
-PYCOMPILE_CFGSTEP ?=
-
PYCOMPILE_TAGS += $(PYCOMPILE_DIR)/tree.tag
PYCOMPILE_TAGS += $(PYCOMPILE_DIR)/config.tag