From e9660e00b0bfba93bef72a7d6084769141793cd1 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 6 Nov 2003 20:51:45 +0000 Subject: No wonder noone can set up LLVMGCCDIR correctly! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9756 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/GettingStarted.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/GettingStarted.html') diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 252f3ca..3aab193 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -315,14 +315,14 @@ .cshrc or .profile.
-
LLVM_LIB_SEARCH_PATH=LLVMGCCDIR/llvm-gcc/bytecode-libs +
LLVM_LIB_SEARCH_PATH=LLVMGCCDIR/bytecode-libs
This environment variable helps the LLVM GCC front end find bytecode libraries that it will need for compilation.

-

alias llvmgcc LLVMGCCDIR/llvm-gcc/bin/gcc -
alias llvmg++ LLVMGCCDIR/llvm-gcc/bin/g++ +
alias llvmgcc LLVMGCCDIR/bin/gcc +
alias llvmg++ LLVMGCCDIR/bin/g++
This alias allows you to use the LLVM C and C++ front ends without putting them in your PATH or typing in their complete pathnames. @@ -515,7 +515,7 @@ This environment variable is used to locate "system" libraries like "-lc" and "-lm" when linking. This variable should be set to the absolute path for the bytecode-libs subdirectory of the GCC front end - install, or LLVMGCCDIR/llvm-gcc/bytecode-libs. For example, one might + install, or LLVMGCCDIR/bytecode-libs. For example, one might set LLVM_LIB_SEARCH_PATH to /home/vadve/lattner/local/x86/llvm-gcc/bytecode-libs for the X86 version of the GCC front end on our research machines.

@@ -1043,7 +1043,7 @@ - Last modified: Mon Oct 27 12:00:00 CDT 2003 - +Last modified: Thu Nov 6 14:50:33 CST 2003 + -- cgit v1.1