diff options
| author | Sam Elliott <selliott@lowrisc.org> | 2019-08-02 17:40:57 +0100 |
|---|---|---|
| committer | Sam Elliott <selliott@lowrisc.org> | 2019-08-02 17:40:57 +0100 |
| commit | 2921de63bb2287f6971f3fe54cae96035c8e1ec6 (patch) | |
| tree | bd8fc8a4e35af779f6869ffbe1555c436c15636a /src | |
| parent | 9cb948feea23e18d26f2457e8f672c36e4f91e5d (diff) | |
| download | rust-2921de63bb2287f6971f3fe54cae96035c8e1ec6.tar.gz rust-2921de63bb2287f6971f3fe54cae96035c8e1ec6.zip | |
rustbuild: correct line length
Diffstat (limited to 'src')
| -rw-r--r-- | src/bootstrap/native.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bootstrap/native.rs b/src/bootstrap/native.rs index 174e4638aac..f02def3e1b0 100644 --- a/src/bootstrap/native.rs +++ b/src/bootstrap/native.rs @@ -125,7 +125,8 @@ impl Step for Llvm { } else { match builder.config.llvm_targets { Some(ref s) => s, - None => "AArch64;ARM;Hexagon;MSP430;Mips;NVPTX;PowerPC;RISCV;Sparc;SystemZ;WebAssembly;X86", + None => "AArch64;ARM;Hexagon;MSP430;Mips;NVPTX;PowerPC;RISCV;\ + Sparc;SystemZ;WebAssembly;X86", } }; |
