mirror of https://github.com/rust-lang/rust.git
build: Whitespace police in configure. Puts out burning tinderbox.
This commit is contained in:
parent
d55fa2a9a3
commit
1299e74db3
|
@ -217,9 +217,9 @@ then
|
||||||
| grep version \
|
| grep version \
|
||||||
| cut -d ' ' -f 5-)
|
| cut -d ' ' -f 5-)
|
||||||
CFG_LLVM_TRIPLE=$("$CFG_LLVM_BINDIR/llc" \
|
CFG_LLVM_TRIPLE=$("$CFG_LLVM_BINDIR/llc" \
|
||||||
--version \
|
--version \
|
||||||
| grep Host: \
|
| grep Host: \
|
||||||
| cut -d ' ' -f 4-)
|
| cut -d ' ' -f 4-)
|
||||||
elif [ ! -z "$CFG_LLVM_CONFIG" ]
|
elif [ ! -z "$CFG_LLVM_CONFIG" ]
|
||||||
then
|
then
|
||||||
CFG_LLVM_VERSION=$(llvm-config --version)
|
CFG_LLVM_VERSION=$(llvm-config --version)
|
||||||
|
|
Loading…
Reference in New Issue