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 #127905

Merged
merged 1 commit into from
Aug 15, 2024

Commits on Jul 18, 2024

  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 Jul 18, 2024
    Configuration menu
    Copy the full SHA
    89f3064 View commit details
    Browse the repository at this point in the history