diff options
| author | Alessandro Decina <alessandro.d@gmail.com> | 2020-12-05 00:24:34 +0000 |
|---|---|---|
| committer | Alessandro Decina <alessandro.d@gmail.com> | 2021-05-23 18:03:27 +1000 |
| commit | cf5ac6228c9b135aa9bf62bd430d872613c63358 (patch) | |
| tree | d9bb893bace0eb0d84152d2aee7318aecdb6fff2 | |
| parent | 25b3c887714f028440e5a25ea7315d737a53dbd4 (diff) | |
| download | rust-cf5ac6228c9b135aa9bf62bd430d872613c63358.tar.gz rust-cf5ac6228c9b135aa9bf62bd430d872613c63358.zip | |
Add BPF target to config.toml.example
| -rw-r--r-- | config.toml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml.example b/config.toml.example index 16952a5ced8..60dc7ab2ba3 100644 --- a/config.toml.example +++ b/config.toml.example @@ -94,7 +94,7 @@ changelog-seen = 2 # support. You'll need to write a target specification at least, and most # likely, teach rustc about the C ABI of the target. Get in touch with the # Rust team and file an issue if you need assistance in porting! -#targets = "AArch64;ARM;Hexagon;MSP430;Mips;NVPTX;PowerPC;RISCV;Sparc;SystemZ;WebAssembly;X86" +#targets = "AArch64;ARM;Hexagon;MSP430;Mips;NVPTX;PowerPC;RISCV;Sparc;SystemZ;WebAssembly;X86;BPF" # LLVM experimental targets to build support for. These targets are specified in # the same format as above, but since these targets are experimental, they are |
