diff options
author | John Criswell <criswell@uiuc.edu> | 2004-03-12 18:20:15 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2004-03-12 18:20:15 +0000 |
commit | cd16119a4323c2656aef0232a2eee137bb975435 (patch) | |
tree | 5a4017505bba246fec6b7b02c0ee58198ed1b407 /docs | |
parent | e3602108a90c783fb178bf856f6f3d74ebc43f2b (diff) |
Point to the new license (includes year 2004).
Changed crtend.o to libcrtend.a.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12338 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/FAQ.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/FAQ.html b/docs/FAQ.html index f75929bfd9..23c61cc6ea 100644 --- a/docs/FAQ.html +++ b/docs/FAQ.html @@ -111,7 +111,7 @@ Source Initiative (OSI).</p> <div class="answer"> <p>Yes. The modified source distribution must retain the copyright notice and follow the three bulletted conditions listed in the <a -href="http://llvm.cs.uiuc.edu/releases/1.0/LICENSE.TXT">LLVM license</a>.</p> +href="http://llvm.cs.uiuc.edu/releases/1.2/LICENSE.TXT">LLVM license</a>.</p> </div> <div class="question"> @@ -388,13 +388,13 @@ not linking on your system because the feature isn't available on your system. <div class="question"> <p> When I compile code using the LLVM GCC front end, it complains that it cannot -find crtend.o. +find libcrtend.a. </p> </div> <div class="answer"> <p> -In order to find crtend.o, you must have the directory in which it lives in +In order to find libcrtend.a, you must have the directory in which it lives in your LLVM_LIB_SEARCH_PATH environment variable. For the binary distribution of the LLVM GCC front end, this will be the full path of the bytecode-libs directory inside of the LLVM GCC distribution. |