mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-11-04 05:17:07 +00:00 
			
		
		
		
	docs/GettingStarted.html: Add blurb "--enable-shared" on cygming.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128403 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
		@@ -268,7 +268,8 @@ software you will need.</p>
 | 
				
			|||||||
<tr>
 | 
					<tr>
 | 
				
			||||||
  <td>MinGW/Win32</td>
 | 
					  <td>MinGW/Win32</td>
 | 
				
			||||||
  <td>x86<sup><a href="#pf_1">1</a>,<a href="#pf_6">6</a>,
 | 
					  <td>x86<sup><a href="#pf_1">1</a>,<a href="#pf_6">6</a>,
 | 
				
			||||||
     <a href="#pf_8">8</a>, <a href="#pf_10">10</a></sup></td>
 | 
					     <a href="#pf_8">8</a>, <a href="#pf_10">10</a>,
 | 
				
			||||||
 | 
					     <a href="#pf_11">11</a></sup></td>
 | 
				
			||||||
  <td>GCC 3.4.X, binutils 2.20</td>
 | 
					  <td>GCC 3.4.X, binutils 2.20</td>
 | 
				
			||||||
</tr>
 | 
					</tr>
 | 
				
			||||||
</table>
 | 
					</table>
 | 
				
			||||||
@@ -337,9 +338,8 @@ up</a></li>
 | 
				
			|||||||
    before any Windows-based versions such as Strawberry Perl and
 | 
					    before any Windows-based versions such as Strawberry Perl and
 | 
				
			||||||
    ActivePerl, as these have Windows-specifics that will cause the
 | 
					    ActivePerl, as these have Windows-specifics that will cause the
 | 
				
			||||||
    build to fail.</a></li>
 | 
					    build to fail.</a></li>
 | 
				
			||||||
<li><a name="pf_11">In general, LLVM modules requiring dynamic linking can
 | 
					<li><a name="pf_11">To use LLVM modules on Win32-based system,
 | 
				
			||||||
    not be built on Windows. However, you can build LLVM tools using
 | 
					    you may configure LLVM with <i>"--enable-shared"</i>.</li>
 | 
				
			||||||
    <i>"make tools-only"</i>.</li>
 | 
					 | 
				
			||||||
</ol>
 | 
					</ol>
 | 
				
			||||||
</div>
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user