From 2a0965910966d8bd25c735bd889c7192c70548c8 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 6 Nov 2003 20:51:45 +0000 Subject: [PATCH] No wonder noone can set up LLVMGCCDIR correctly! llvm-svn: 9756 --- llvm/docs/GettingStarted.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html index 252f3caf4b03..3aab1932ffb1 100644 --- a/llvm/docs/GettingStarted.html +++ b/llvm/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 +