summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex <hypothermia.frost@gmail.com>2013-10-01 09:42:37 +0100
committerAlex <hypothermia.frost@gmail.com>2013-10-01 09:42:37 +0100
commit299846d1dfd5b00a003c08bd9340a9766356711a (patch)
treedb5f82b2182b480d8cfafbc66469c94ad283223b
parentdd1d1a08448ab897c0d50e240ced2337399b912f (diff)
downloadflang-299846d1dfd5b00a003c08bd9340a9766356711a.tar.gz
renamed libflang => libflangrt
-rw-r--r--README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index f9978dfd71..5557b765c4 100644
--- a/README.txt
+++ b/README.txt
@@ -26,7 +26,7 @@ local repository. After cloning flang, you can use the following commands to ach
//===----------------------------------------------------------------------===//
Flang's driver will instruct the linker to link with the libflang runtime.
-You can get libflang at https://github.com/hyp/libflang . Once you have libflang,
+You can get libflang at https://github.com/hyp/libflangrt . Once you have libflang,
you'll need to tell flang where it is - you can use the -L option (e.g. -L~/libflang).
//===----------------------------------------------------------------------===//