summaryrefslogtreecommitdiff
path: root/config/x86_64-linux/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config/x86_64-linux/config.mk')
-rw-r--r--config/x86_64-linux/config.mk28
1 files changed, 0 insertions, 28 deletions
diff --git a/config/x86_64-linux/config.mk b/config/x86_64-linux/config.mk
deleted file mode 100644
index 41d2d06..0000000
--- a/config/x86_64-linux/config.mk
+++ /dev/null
@@ -1,28 +0,0 @@
-# platform
-PYTHON_PATH =
-PYTHON_PLATFORM = linux2
-
-
-# extensions: built-in
-CONFIG_SRCS = $(CONFIG_DEFAULT_SRCS)
-
-
-# extensions: dynamic loading
-DYNLOAD_SRCS = \
- core/Python/dynload_shlib.c \
-
-
-# extensions: desired subsets
-include $(PROJECT_DIR)/profiles/pyexts/subsets.mk
-
-PYEXT_SHARED = \
- $(PYEXT_SUBSET_SHARED_ANYOS_CORE) \
- $(PYEXT_SUBSET_SHARED_ANYOS_AUDIO) \
-
-PYEXT_STATIC = \
- $(PYEXT_SUBSET_STATIC_ANYOS_CORE) \
- $(PYEXT_SUBSET_STATIC_ANYOS_AUDIO) \
-
-
-# strict shared object generation
-LDFLAGS_STRICT += -Wl,-no-undefined