Skip to content

Commit

Permalink
Do not set -nostartfiles for the generic Hello World project
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Kolesov <Anton.Kolesov@synopsys.com>
  • Loading branch information
anthony-kolesov committed Aug 6, 2014
1 parent 304db4f commit 9a3e7a9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,6 @@
</complex-array>
</process>

<process type="org.eclipse.cdt.managedbuilder.core.SetMBSBooleanOptionValue">
<simple name="projectName" value="$(projectName)"/>
<complex-array name="resourcePaths">
<element>
<simple name="id" value="org.eclipse.cdt.cross.arc.gnu.c.link.option.nostart" />
<simple name="value" value="true" />
<simple name="path" value="" />
</element>
</complex-array>
</process>

<process type="org.eclipse.cdt.ui.OpenFiles">
<simple name="projectName" value="$(projectName)"/>
<complex-array name="files">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,6 @@
</complex-array>
</process>

<process type="org.eclipse.cdt.managedbuilder.core.SetMBSBooleanOptionValue">
<simple name="projectName" value="$(projectName)"/>
<complex-array name="resourcePaths">
<element>
<simple name="id" value="org.eclipse.cdt.cross.arc.gnu.c.link.option.nostart" />
<simple name="value" value="true" />
<simple name="path" value="" />
</element>
</complex-array>
</process>

<process type="org.eclipse.cdt.ui.OpenFiles">
<simple name="projectName" value="$(projectName)"/>
<complex-array name="files">
Expand Down

0 comments on commit 9a3e7a9

Please sign in to comment.