Skip to content

Commit ef3b8af

Browse files
committed
python3: Fix/expand platform triplet detection
Currently, configure does not find the correct platform triplet for musl as the default build/host values passed by OpenWrt buildroot does not contain the text "linux-musl". This uses python/cpython#96001 (currently in draft status) as a base (patch retains changes to configure.ac but removes changes to configure), and fixes/expands the detection for mips soft float and mips musl. Signed-off-by: Jeffery To <[email protected]>
1 parent cb03ba6 commit ef3b8af

10 files changed

+672
-50
lines changed

lang/python/python3/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ include $(TOPDIR)/rules.mk
1111
include ../python3-version.mk
1212

1313
PKG_NAME:=python3
14-
PKG_RELEASE:=1
14+
PKG_RELEASE:=2
1515
PKG_VERSION:=$(PYTHON3_VERSION).$(PYTHON3_VERSION_MICRO)
1616

1717
PKG_SOURCE:=Python-$(PKG_VERSION).tar.xz

0 commit comments

Comments
 (0)