Browse Source

python3: override machine definition for i386 to build the decimal module

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lilik-openwrt-22.03
Alexandru Ardelean 9 years ago
parent
commit
96d4953662
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      lang/python3/Makefile

+ 4
- 0
lang/python3/Makefile View File

@ -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+= \


Loading…
Cancel
Save