alexcrichton / openssl-src-rs

Source code and logic to build OpenSSL from source
Apache License 2.0
69 stars 114 forks source link

Add match for powerpc-unknown-linux-gnuspe #179

Closed mortenlj closed 1 year ago

mortenlj commented 1 year ago

Some powerpc builds (notably Freescale QoriQ used in a few Synology NAS products) identifies as gnuspe. When it comes to compiling things like openssl, it seems the compiler itself deals with this additional detail and so these builds can just use linux-ppc as far as I can tell.

I did a simple test locally on my Synology NAS, and there doesn't seem to be any immediate problems adding this.

PS. What is the policy for adding this kind of changes to both this branch and the main branch?