diff options
author | Tanya Lattner <tonic@nondot.org> | 2006-11-20 05:52:06 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2006-11-20 05:52:06 +0000 |
commit | b0babee602b692fe2c9718b8f9c8126aba5ae555 (patch) | |
tree | 31e9f5b9f6e80bc80fe3ad654a5654d137b97183 /llvm/docs/CFEBuildInstrs.html | |
parent | d9436b6837e27d93a2ac82ef7dfc2c742be0fe69 (diff) | |
download | bcm5719-llvm-b0babee602b692fe2c9718b8f9c8126aba5ae555.tar.gz bcm5719-llvm-b0babee602b692fe2c9718b8f9c8126aba5ae555.zip |
Changing cfrontend dir to llvm-gcc3.4 as the example.
llvm-svn: 31869
Diffstat (limited to 'llvm/docs/CFEBuildInstrs.html')
-rw-r--r-- | llvm/docs/CFEBuildInstrs.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/docs/CFEBuildInstrs.html b/llvm/docs/CFEBuildInstrs.html index f4b516387d1..85d1ebd90ff 100644 --- a/llvm/docs/CFEBuildInstrs.html +++ b/llvm/docs/CFEBuildInstrs.html @@ -211,8 +211,8 @@ sh: </div> </li> - <li><p>Unpack the C/C++ front-end source into cfrontend/src, either by - untar'ing a cfrontend.source.tar.gz file or checking out CVS into this + <li><p>Unpack the C/C++ front-end source, either by + untar'ing/unzipping a tar.gz file or checking out CVS into this directory.</p></li> <li><p>Make "build" and "install" directories as siblings of the "src" tree:</p> @@ -221,7 +221,7 @@ sh: csh: <pre> % pwd - /usr/local/example/cfrontend/src + /usr/local/example/llvm-gcc3.4/src % cd .. % mkdir build install % set CFEINSTALL = `pwd`/install @@ -229,7 +229,7 @@ csh: sh: <pre> % pwd - /usr/local/example/cfrontend/src + /usr/local/example/llvm-gcc3.4/src % cd .. % mkdir build install % export CFEINSTALL=`pwd`/install |