mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 03:41:29 +00:00
python3: override machine definition for i386 to build the decimal module
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
@@ -111,6 +111,10 @@ MAKE_FLAGS+=\
|
||||
LD="$(TARGET_CC)" \
|
||||
PGEN=pgen3
|
||||
|
||||
ifeq ($(ARCH),i386)
|
||||
MAKE_FLAGS+=PYTHON_DECIMAL_WITH_MACHINE=ansi32
|
||||
endif
|
||||
|
||||
EXTRA_CFLAGS+= \
|
||||
-DNDEBUG -fno-inline
|
||||
EXTRA_LDFLAGS+= \
|
||||
|
||||
Reference in New Issue
Block a user