Changeset View
Changeset View
Standalone View
Standalone View
files/config.toml.in
| [build] | [build] | ||||
| cargo = "PREFIX/bin/cargo" | cargo = "PREFIX/bin/cargo" | ||||
| docs = false | docs = false | ||||
| # Triggers the build of tools. Cargo, in our case | # Triggers the build of tools. Cargo, in our case. | ||||
| extended = true | extended = true | ||||
| # Mainly needed for cross-language PGO in Firefox | # Mainly needed for cross-language PGO in Firefox. | ||||
| profiler = true | profiler = true | ||||
| rustc = "PREFIX/bin/rustc" | rustc = "PREFIX/bin/rustc" | ||||
| # This is in addition to host's triple: x86_64-unknown-linux-gnu in our case | # This is in addition to host's triple: x86_64-unknown-linux-gnu in our case. | ||||
| target = ["i686-unknown-linux-gnu"] | target = ["i686-unknown-linux-gnu"] | ||||
| tools = ["cargo"] | tools = ["cargo"] | ||||
| vendor = true | vendor = true | ||||
| [install] | [install] | ||||
| libdir = "LIBDIR" | libdir = "LIBDIR" | ||||
| prefix = "PREFIX" | prefix = "PREFIX" | ||||
| [llvm] | [llvm] | ||||
| link-shared = true | link-shared = true | ||||
| ninja = true | ninja = true | ||||
| targets = "X86" | targets = "X86" | ||||
| [rust] | [rust] | ||||
| channel = "stable" | channel = "stable" | ||||
| rpath = false | rpath = false | ||||
| [target.i686-unknown-linux-gnu] | [target.i686-unknown-linux-gnu] | ||||
| ar = "/usr/bin/ar" | ar = "/usr/bin/ar" | ||||
| # Remove this line to build bundled LLVM. Everything's already set up | # Remove this line to build bundled LLVM. Everything's already set up. | ||||
| llvm-config = "/usr/bin/llvm-config32" | llvm-config = "/usr/bin/llvm-config32" | ||||
| [target.x86_64-unknown-linux-gnu] | [target.x86_64-unknown-linux-gnu] | ||||
| ar = "/usr/bin/ar" | ar = "/usr/bin/ar" | ||||
| # Remove this line to build bundled LLVM. Everything's already set up | # Remove this line to build bundled LLVM. Everything's already set up. | ||||
| llvm-config = "/usr/bin/llvm-config" | llvm-config = "/usr/bin/llvm-config" | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.