Description
Hello.
Trying to make gentoo package (ebuild) : https://github.com/Cynede/weirdo/commit/0da807cd916aa0ea363d91ca94dd91a8cb4e204b
default configure is failing with below error message:
configure: processing /var/tmp/portage/dev-lang/rust-9999/work/rust-9999/configure args
configure:
configure: CFG_PREFIX := /usr
configure: CFG_LOCAL_RUST_ROOT := /usr/local
configure: CFG_LLVM_ROOT :=
configure: CFG_HOST_TRIPLE := i686-unknown-linux-gnu
configure: CFG_TARGET_TRIPLES := i686-unknown-linux-gnu
configure:
configure: validating /var/tmp/portage/dev-lang/rust-9999/work/rust-9999/configure args
configure:
configure: error: Option '--build=i686-pc-linux-gnu' is not recognized
What is it? What option should I pass to configure?