Created
February 19, 2022 01:10
-
-
Save Grommish/b423d7bb3685ae1d1ffc6394a4b5eb99 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
configure: processing command line | |
configure: | |
configure: build.target := ['armv7-openwrt-linux-muslgnueabi'] | |
configure: build.host := ['x86_64-unknown-linux-gnu'] | |
configure: install.prefix := /home/grommish/openwrt/staging_dir/host | |
configure: install.bindir := /home/grommish/openwrt/staging_dir/host/bin | |
configure: install.libdir := /home/grommish/openwrt/staging_dir/host/lib | |
configure: install.sysconfdir := /home/grommish/openwrt/staging_dir/host/etc | |
configure: install.datadir := /home/grommish/openwrt/staging_dir/host/share | |
configure: install.mandir := /home/grommish/openwrt/staging_dir/host/man | |
configure: build.build := x86_64-unknown-linux-gnu | |
configure: dist.compression-formats := ['xz'] | |
configure: rust.codegen-backends := ['llvm'] | |
configure: rust.lld := True | |
configure: rust.llvm-tools := True | |
configure: build.extended := True | |
configure: llvm.link-shared := True | |
configure: llvm.plugins := True | |
configure: dist.missing-tools := True | |
configure: llvm.ninja := True | |
configure: rust.optimize := True | |
configure: llvm.optimize := True | |
configure: rust.parallel-compiler := True | |
configure: build.sanitizers := True | |
configure: rust.channel := nightly | |
configure: target.armv7-openwrt-linux-muslgnueabi.ar := arm-openwrt-linux-muslgnu ... | |
configure: target.armv7-openwrt-linux-muslgnueabi.cc := arm-openwrt-linux-muslgnu ... | |
configure: target.armv7-openwrt-linux-muslgnueabi.cxx := arm-openwrt-linux-muslgn ... | |
configure: target.armv7-openwrt-linux-muslgnueabi.linker := arm-openwrt-linux-mus ... | |
configure: target.armv7-openwrt-linux-muslgnueabi.musl-root := /home/grommish/ope ... | |
configure: target.armv7-openwrt-linux-muslgnueabi.ranlib := arm-openwrt-linux-mus ... | |
configure: build.configure-args := ['--target=armv7-openwrt-linux-muslgnueabi', ' ... | |
configure: | |
configure: writing `config.toml` in current directory | |
configure: | |
configure: run `python /home/grommish/openwrt/build_dir/hostpkg/rust-1.58.1/x.py --help` | |
configure: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment