Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add powerpc-unknown-linux-muslspe compile target #100860

Closed
wants to merge 1 commit into from

Commits on Sep 9, 2022

  1. Add powerpc-unknown-linux-muslspe compile target

    This is almost identical to already existing targets:
    - powerpc_unknown_linux_musl.rs
    - powerpc_unknown_linux_gnuspe.rs
    
    It has support for PowerPC SPE (muslspe), which
    can be used with GCC version up to 8. It is useful for Freescale or IBM
    cores like e500.
    
    This was verified to be working with OpenWrt build system for CZ.NIC's
    Turris 1.x routers, which are using Freescale P2020, e500v2, so add it as
    a Tier 3 target.
    BKPepe committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    3955e8e View commit details
    Browse the repository at this point in the history