alexcrichton / openssl-src-rs

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

Compile by Yocto causes to panic #246

Open mark2b opened 3 months ago

mark2b commented 3 months ago

I'm compile my project by Bitbake / Yocto build as part of embedded linux. The target is arm-poky-linux-gnueabi, so currently build panics because of unknown target.

Can you please add to the targets map, the next line "arm-poky-linux-gnueabi" => "linux-armv4",

Thanks Mark