forked from OSchip/llvm-project
[flang] fix bad indentation in README
Original-commit: flang-compiler/f18@60a0123f46 Reviewed-on: https://github.com/flang-compiler/f18/pull/6 Tree-same-pre-rewrite: false
This commit is contained in:
parent
4fce05cf03
commit
ad2b8f50a9
|
@ -2,8 +2,8 @@
|
|||
|
||||
## Selection of the C/C++ compiler
|
||||
|
||||
export CXX=.../the/path/to/g++
|
||||
export CC=.../the/path/to/gcc
|
||||
export CXX=.../the/path/to/g++
|
||||
export CC=.../the/path/to/gcc
|
||||
|
||||
## Installation of LLVM 5.0
|
||||
|
||||
|
|
Loading…
Reference in New Issue