summaryrefslogtreecommitdiff
path: root/config/x86_64-linux/config.mk
blob: dd3ef2c6ee93d89f35231538aaa8e795e25472a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# platform
PYTHON_PATH	=
PYTHON_PLATFORM	= linux2


# extensions: built-in
CONFIG_SRCS = $(CONFIG_DEFAULT_SRCS)


# extensions: dynamic loading
DYNLOAD_SRCS = \
	core/Python/dynload_shlib.c \


# strict shared object generation
LDFLAGS_STRICT += -Wl,-no-undefined