mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-10-30 16:17:05 +00:00 
			
		
		
		
	Fixed the directions for building the C front end.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7117 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
		| @@ -34,7 +34,7 @@ | |||||||
|           <li><a href="#checkout">Checkout LLVM from CVS</a> |           <li><a href="#checkout">Checkout LLVM from CVS</a> | ||||||
| 	  <li><a href="#config">Local LLVM Configuration</tt></a> | 	  <li><a href="#config">Local LLVM Configuration</tt></a> | ||||||
|           <li><a href="#compile">Compiling the LLVM Suite Source Code</a> |           <li><a href="#compile">Compiling the LLVM Suite Source Code</a> | ||||||
|           <li><a href="#build">Building the LLVM C Front End</a> |           <li><a href="#build">Compiling the LLVM C Front End</a> | ||||||
|           <li><a href="#objfiles">The location for object files</tt></a> |           <li><a href="#objfiles">The location for object files</tt></a> | ||||||
|         </ol> |         </ol> | ||||||
|       <li><a href="#layout">Program layout</a> |       <li><a href="#layout">Program layout</a> | ||||||
| @@ -542,7 +542,7 @@ | |||||||
|     anything in or below that directory that is out of date. |     anything in or below that directory that is out of date. | ||||||
|  |  | ||||||
|     <!-------------------------------------------------------------------------> |     <!-------------------------------------------------------------------------> | ||||||
|     <h3><a name="build">Building the LLVM C Front End</a></h3> |     <h3><a name="build">Compiling the LLVM C Front End</a></h3> | ||||||
|     <!-------------------------------------------------------------------------> |     <!-------------------------------------------------------------------------> | ||||||
|  |  | ||||||
|     <b> |     <b> | ||||||
| @@ -580,12 +580,12 @@ | |||||||
|             </ul> |             </ul> | ||||||
|         </ul> |         </ul> | ||||||
|  |  | ||||||
|         <li><tt>make bootstrap</tt> |         <li><tt>make</tt> | ||||||
|  |  | ||||||
|         <li>The build will eventually fail.  Don't worry; chances are good that |         <li>The build will eventually fail.  Don't worry; chances are good that | ||||||
|         everything that needed to build is built. |         everything that needed to build is built. | ||||||
|  |  | ||||||
|         <li><tt>make install</tt> |         <li><tt>make -k install</tt> | ||||||
|     </ol> |     </ol> | ||||||
|  |  | ||||||
|     At this point, you should have a working copy of the LLVM C front end |     At this point, you should have a working copy of the LLVM C front end | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user