python3: Remove MIPS16 changes from python3-package.mk
authorJeffery To <redacted>
Wed, 15 Apr 2020 13:58:40 +0000 (21:58 +0800)
committerJeffery To <redacted>
Sat, 18 Apr 2020 17:56:23 +0000 (01:56 +0800)
There are no bug reports or other evidence to suggest Python is not
compatible with MIPS16 compilation.

Signed-off-by: Jeffery To <redacted>
lang/python/python3-package.mk

index fe0df5a11c732bebf06ac970eace539ef834e5e1..878108c54056c5706e883f864a4e4dfb4228b3f9 100644 (file)
@@ -27,13 +27,6 @@ CONFIGURE_ARGS += \
        _python_prefix="/usr" \
        _python_exec_prefix="/usr"
 
-PKG_USE_MIPS16:=0
-# This is required in addition to PKG_USE_MIPS16:=0 because otherwise MIPS16
-# flags are inherited from the Python base package (via sysconfig module)
-ifdef CONFIG_USE_MIPS16
-  TARGET_CFLAGS += -mno-mips16 -mno-interlink-mips16
-endif
-
 PYTHON3_VARS = \
        CC="$(TARGET_CC)" \
        CCSHARED="$(TARGET_CC) $(FPIC)" \
git clone https://git.99rst.org/PROJECT