diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2007-02-09 15:59:08 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2007-02-09 15:59:08 +0000 |
| commit | a7974ccd97192ca531d3153cea1d119d80774eb6 (patch) | |
| tree | f4367e0a538d6fb39c6a285422ef08a50604569b /llvm/docs/MakefileGuide.html | |
| parent | b63d0c4ad2854bbdee2679cea83d8527cdea48e1 (diff) | |
| download | bcm5719-llvm-a7974ccd97192ca531d3153cea1d119d80774eb6.tar.gz bcm5719-llvm-a7974ccd97192ca531d3153cea1d119d80774eb6.zip | |
Remove references to gccld and gccas, adjusting the documentation to
mention llvm-ld and opt instead (if appropriate).
llvm-svn: 34094
Diffstat (limited to 'llvm/docs/MakefileGuide.html')
| -rw-r--r-- | llvm/docs/MakefileGuide.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/MakefileGuide.html b/llvm/docs/MakefileGuide.html index 6c0310da47f..c13e06fb1f0 100644 --- a/llvm/docs/MakefileGuide.html +++ b/llvm/docs/MakefileGuide.html @@ -819,8 +819,6 @@ executables (e.g. Unix).</dd> <dt><a name="FLEX"><tt>FLEX</tt></a><small>(configured)</small></dt> <dd>Specifies the path to the <tt>flex</tt> tool.</dd> - <dt><a name="GCCLD"><tt>GCCLD</tt></a><small>(defaulted)</small></dt> - <dd>Specifies the path to the <tt>gccld</tt> tool.</dd> <dt><a name="INSTALL"><tt>INSTALL</tt></a><small>(configured)</small></dt> <dd>Specifies the path to the <tt>install</tt> tool.</dd> <dt><a name="LDFLAGS"><tt>LDFLAGS</tt></a><small>(configured)</small></dt> @@ -836,6 +834,8 @@ <dd>Specifies the path to the LLVM version of the GCC 'C' Compiler</dd> <dt><a name="LLVMGXX"><tt>LLVMGXX</tt></a><small>(defaulted)</small></dt> <dd>Specifies the path to the LLVM version of the GCC C++ Compiler</dd> + <dt><a name="LLVMLD"><tt>LLVMLD</tt></a><small>(defaulted)</small></dt> + <dd>Specifies the path to the LLVM bytecode linker tool</dd> <dt><a name="LLVM_OBJ_ROOT"><tt>LLVM_OBJ_ROOT</tt></a><small>(configured) </small></dt> <dd>Specifies the top directory into which the output of the build is |

