diff options
| author | Alessandro Decina <alessandro.d@gmail.com> | 2021-05-30 11:57:00 +1000 |
|---|---|---|
| committer | Alessandro Decina <alessandro.d@gmail.com> | 2021-05-30 11:57:00 +1000 |
| commit | 0adb9331ffab305feeb07fb57b1f189e35cb5adf (patch) | |
| tree | e6e56a65cde31482d22dc0d76dcdb70f19d2412c /config.toml.example | |
| parent | ee07447718795e0204f1cba672576cb9debd154f (diff) | |
| download | rust-0adb9331ffab305feeb07fb57b1f189e35cb5adf.tar.gz rust-0adb9331ffab305feeb07fb57b1f189e35cb5adf.zip | |
BPF: review fixes
Diffstat (limited 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 60dc7ab2ba3..b0990acfdb9 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;BPF" +#targets = "AArch64;ARM;BPF;Hexagon;MSP430;Mips;NVPTX;PowerPC;RISCV;Sparc;SystemZ;WebAssembly;X86" # 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 |
