alexcrichton / openssl-src-rs

Source code and logic to build OpenSSL from source
Apache License 2.0
68 stars 113 forks source link

[300] loongarch64: Maps to linux-generic64 #223

Closed heiher closed 9 months ago

heiher commented 9 months ago

This patch remaps loongarch64 to linux-generic64 to disable vectors. (Guess it is not available when explicitly specified as linux64-loongarch64

heiher commented 9 months ago

It is anticipated that the switch to linux-generic64 is temporary, made to address current build issues. The plan is to revert to the original configuration once the fix is released.