projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fce05c
)
[flang] fix bad indentation in README
author
Stephane Chauveau
<stephane@chauveau-central.net>
Thu, 8 Feb 2018 14:01:55 +0000
(15:01 +0100)
committer
GitHub
<noreply@github.com>
Fri, 9 Feb 2018 09:09:20 +0000
(10:09 +0100)
Original-commit: flang-compiler/f18@
60a0123f46b74d3fad942bf359ebe5ba11da5cdd
Reviewed-on: https://github.com/flang-compiler/f18/pull/6
Tree-same-pre-rewrite: false
flang/README.md
patch
|
blob
|
history
diff --git
a/flang/README.md
b/flang/README.md
index
5098acb
..
b5c1a24
100644
(file)
--- a/
flang/README.md
+++ b/
flang/README.md
@@
-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