diff options
author | Chris Lattner <sabre@nondot.org> | 2009-01-02 07:10:51 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-01-02 07:10:51 +0000 |
commit | b7481cfcdfd71fb42065c020c75d0de75f985c8a (patch) | |
tree | 0a86369de9a47ba2d9abcdd0edcba6f398cb7c1b /llvm/docs/MakefileGuide.html | |
parent | 8730c6d46cf901c96f2e1640335d89faba8eb74d (diff) | |
download | bcm5719-llvm-b7481cfcdfd71fb42065c020c75d0de75f985c8a.tar.gz bcm5719-llvm-b7481cfcdfd71fb42065c020c75d0de75f985c8a.zip |
lex and bison aren't needed to build llvm anymore.
llvm-svn: 61560
Diffstat (limited to 'llvm/docs/MakefileGuide.html')
-rw-r--r-- | llvm/docs/MakefileGuide.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/docs/MakefileGuide.html b/llvm/docs/MakefileGuide.html index 30e8f4727d1..55875cde6d3 100644 --- a/llvm/docs/MakefileGuide.html +++ b/llvm/docs/MakefileGuide.html @@ -781,8 +781,6 @@ <dl> <dt><a name="AR"><tt>AR</tt></a> <small>(defaulted)</small></dt> <dd>Specifies the path to the <tt>ar</tt> tool.</dd> - <dt><a name="BISON"><tt>BISON</tt></a><small>(configured)</small></dt> - <dd>Specifies the path to the <tt>bison</tt> tool.</dd> <dt><a name="PROJ_OBJ_DIR"><tt>PROJ_OBJ_DIR</tt></a></dt> <dd>The directory into which the products of build rules will be placed. This might be the same as @@ -812,8 +810,6 @@ <dd>Provides the extension to be used on executables built by the makefiles. The value may be empty on platforms that do not use file extensions for 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="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> @@ -981,8 +977,6 @@ INCFiles InternalTargets LD.Flags - LexFiles - LexOutput LibName.A LibName.BC LibName.LA @@ -1020,8 +1014,6 @@ ToolBuildPath TopLevelTargets UserTargets - YaccFiles - YaccOutput </tt></p> </div> |