Skip to content

Commit

Permalink
python313: No longer support armv5 arch due to c++11 support needed
Browse files Browse the repository at this point in the history
  • Loading branch information
th0ma7 committed Oct 16, 2024
1 parent 74f79be commit 23f7015
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 120 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions spk/python313/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ SPK_ICON = src/python3.png

# Platform "powerpc-none-linux-gnuspe" with compiler "gcc" is not supported by the
# CPython core team, see https://peps.python.org/pep-0011/ for more information.
# And compiler must support std=c++11 (OlD_PPC_ARCHS fail, but ARMv5_ARCHS have no issue).
UNSUPPORTED_ARCHS = $(OLD_PPC_ARCHS)
# And compiler must support std=c++11 (both OLD_PPC_ARCHS and ARMv5_ARCHS now fails).
UNSUPPORTED_ARCHS = $(OLD_PPC_ARCHS) $(ARMv5_ARCHS)

DEPENDS = cross/python313
DEPENDS += cross/pip
Expand Down

0 comments on commit 23f7015

Please sign in to comment.