summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CFEBuildInstrs.html
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-12-21 18:50:54 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-12-21 18:50:54 +0000
commit7bb9d35be286e3d1609e59e56f3f91208ff0cd63 (patch)
tree9ff784da8d14d98fa2e56b6a83525b357c3a27d1 /llvm/docs/CFEBuildInstrs.html
parent6486fab16d0272a1e8abc02e365b3238201241ae (diff)
downloadbcm5719-llvm-7bb9d35be286e3d1609e59e56f3f91208ff0cd63.tar.gz
bcm5719-llvm-7bb9d35be286e3d1609e59e56f3f91208ff0cd63.zip
For PR432:
Add instructions for using the --program-prefix=llvm so that the CFE build produces llvmgcc instead of gcc. llvm-svn: 19083
Diffstat (limited to 'llvm/docs/CFEBuildInstrs.html')
-rw-r--r--llvm/docs/CFEBuildInstrs.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/llvm/docs/CFEBuildInstrs.html b/llvm/docs/CFEBuildInstrs.html
index 68541ed2830..8ca5a3deb1e 100644
--- a/llvm/docs/CFEBuildInstrs.html
+++ b/llvm/docs/CFEBuildInstrs.html
@@ -131,7 +131,7 @@ invalid code. Instead, use the system assembler and linker.
<pre>
% cd build
% ../src/configure --prefix=$CFEINSTALL --disable-threads --disable-nls \
- --disable-shared --enable-languages=c,c++
+ --disable-shared --enable-languages=c,c++ --program-prefix=llvm
% gmake all; gmake install
</pre>
@@ -140,7 +140,8 @@ invalid code. Instead, use the system assembler and linker.
<pre>
% cd build
% ../src/configure --prefix=$CFEINSTALL --disable-threads --disable-nls \
- --disable-shared --enable-languages=c,c++ --disable-c-mbchar
+ --disable-shared --enable-languages=c,c++ --disable-c-mbchar \
+ --program-prefix=llvm
% gmake all; gmake install
</pre>
@@ -158,7 +159,7 @@ functions from C as referenced from C++, so we typically configure with
% cd build
% ../src/configure --prefix=$CFEINSTALL --disable-threads --disable-nls \
--disable-shared --enable-languages=c,c++ --host=sparcv9-sun-solaris2.8 \
- --disable-c-mbchar
+ --disable-c-mbchar --program-prefix=llvm
% gmake all; gmake install
</pre>
OpenPOWER on IntegriCloud