Skip to content

Commit

Permalink
Add GNU archiver other objects option to MBS
Browse files Browse the repository at this point in the history
  • Loading branch information
jld01 committed Jun 21, 2024
1 parent 0583a05 commit 6c2eb27
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Contributors:
Intel Corporation - initial API and implementation
John Dallaway - add assembler debug level option (#727)
John Dallaway - extend optimization options (#828)
John Dallaway - add archiver other objects option (#653)
-->
<plugin>
<!-- Managed Make Builder Tool Specifications -->
Expand Down Expand Up @@ -433,6 +434,12 @@ Contributors:
category="gnu.lib.category.general"
valueType="string"
id="gnu.both.lib.option.flags" />
<option
browseType="file"
category="gnu.lib.category.general"
id="gnu.both.lib.option.userobjs"
name="%Option.Posix.UserObjs"
valueType="userObjs" />
<inputType
sourceContentType="org.eclipse.cdt.managedbuilder.core.compiledObjectFile"
sources="o"
Expand Down

0 comments on commit 6c2eb27

Please sign in to comment.