On Mon, Aug 12, 2024 at 10:51 AM Junjie Mao <junjie....@intel.com> wrote: > I tested that branch by a cross-build to aarch64 on an x86_64 machine (with > "./configure --cross-prefix=aarch64-linux-gnu- > --rust-target-triple=aarch64-unknown-linux-gnu"). To configure successfully, I > need to add "native: true" to every "dependency()" that refers to those > dependencies. Also their "override_dependency" needs a "native: true" as well. > Here are my detailed changes:
Great, thanks for the testing. I applied your changes and also removed "-native" according to your suggestion. Paolo