mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
c05c452990
fork buildconfig.html and build.dtd
46 lines
745 B
HTML
46 lines
745 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<title>about:buildconfig</title>
|
|
</head>
|
|
<body>
|
|
<h1>about:buildconfig</h1>
|
|
<p> </p>
|
|
<h2>Build platform</h2>
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<th>target</th>
|
|
</tr>
|
|
<tr>
|
|
<td>@target@</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<p> </p>
|
|
<h2>Build tools</h2>
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<th>Compiler</th>
|
|
<th>Version</th>
|
|
<th>Compiler flags</th>
|
|
</tr>
|
|
<tr>
|
|
<td>@CC@</td>
|
|
<td>@CC_VERSION@</td>
|
|
<td>@CFLAGS@</td>
|
|
</tr>
|
|
<tr>
|
|
<td>@CXX@</td>
|
|
<td>@CXX_VERSION@</td>
|
|
<td>@CXXFLAGS@ @CPPFLAGS@</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<p> </p>
|
|
<h2>Configure arguments</h2>
|
|
@ac_configure_args@
|
|
</body>
|
|
</html>
|