diff options
| author | Chris Lattner <sabre@nondot.org> | 2003-06-08 15:33:25 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2003-06-08 15:33:25 +0000 |
| commit | 6a8642cc7ef1c48d0e2cff145c2f579dc1af805d (patch) | |
| tree | 927a245d106c3ca0cf4b3d908cd5c94e9ea6ff6a /llvm | |
| parent | 569358416fac76e1d34464114155b5bddf7ca856 (diff) | |
| download | bcm5719-llvm-6a8642cc7ef1c48d0e2cff145c2f579dc1af805d.tar.gz bcm5719-llvm-6a8642cc7ef1c48d0e2cff145c2f579dc1af805d.zip | |
Fix bug in environment setting
llvm-svn: 6671
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/docs/GettingStarted.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html index ae3c8437021..8dadc17f209 100644 --- a/llvm/docs/GettingStarted.html +++ b/llvm/docs/GettingStarted.html @@ -185,7 +185,7 @@ alias llvmgcc <i>LLVMGCCDIR</i><tt>/bin/llvm-gcc</tt> # Make the LLVM tools easy to use... - setenv PATH <i>LLVM_OBJ_DIR</i>/tools/Debug:${PATH} + setenv PATH <i>LLVM_OBJ_DIR</i>/llvm/tools/Debug:${PATH} </pre> The <tt>llvmgcc</tt> alias is useful because the C compiler is not included in the CVS tree you just checked out. @@ -471,7 +471,7 @@ <!-- Created: Mon Jul 1 02:29:02 CDT 2002 --> <!-- hhmts start --> -Last modified: Sun May 11 16:49:46 CDT 2003 +Last modified: Tue Jun 3 22:06:43 CDT 2003 <!-- hhmts end --> </body> </html> |

