Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'doc/org.eclipse.cdt.doc.isv/guide/cdt_build_system/migration_guides/4.0/migration_guide_40.html')
-rw-r--r--doc/org.eclipse.cdt.doc.isv/guide/cdt_build_system/migration_guides/4.0/migration_guide_40.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/org.eclipse.cdt.doc.isv/guide/cdt_build_system/migration_guides/4.0/migration_guide_40.html b/doc/org.eclipse.cdt.doc.isv/guide/cdt_build_system/migration_guides/4.0/migration_guide_40.html
index c0161b509bc..3d2641aef8e 100644
--- a/doc/org.eclipse.cdt.doc.isv/guide/cdt_build_system/migration_guides/4.0/migration_guide_40.html
+++ b/doc/org.eclipse.cdt.doc.isv/guide/cdt_build_system/migration_guides/4.0/migration_guide_40.html
@@ -67,10 +67,10 @@ table.MsoTableGrid
<table border="0" cellpadding="2" width="100%">
<tbody>
<tr>
- <td align="left" width="72%"><font class="indextop">Migrating your
- tool-chain integration to CDT 4.0</font><br>
- <font class="indexsub">This document describes steps needed to be
- done to migrate the existing tool-chain integrations to the CDT 4.0</font></td>
+ <td align="left" width="72%">Migrating your
+ tool-chain integration to CDT 4.0<br>
+ This document describes steps needed to be
+ done to migrate the existing tool-chain integrations to the CDT 4.0</td>
<td width="28%"><img src="http://dev.eclipse.org/images/Idea.jpg"
alt="" height="86" width="120"></td>
</tr>
@@ -144,8 +144,8 @@ please refer to the &quot;What's New in the CDT Build System&quot; document.</p>
different tool-chain/tool/builder must have different names as well as
toolChain/tool/builder build definitions representing one and the same
tool-chain/tool/builder must have identical names.</p>
- <p class="MsoNormal" style="margin-top:0; margin-bottom:0"><b>&nbsp;&nbsp;&nbsp;
- Example:</b> to illustrate the above requirement here is how this is handled
+ <p class="MsoNormal" style="margin-top:0; margin-bottom:0"><strong>&nbsp;&nbsp;&nbsp;
+ Example:</strong> to illustrate the above requirement here is how this is handled
in the gnu tool-chain definitions:</p>
<p class="MsoNormal" style="margin-top:0; margin-bottom:0">&nbsp;&nbsp;&nbsp;
The gnu plug-in contains the gcc linker tool on Linux is defined as</p>

Back to the top