1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 17:56:01 +02:00

Add GNU archiver other objects option to MBS

This commit is contained in:
John Dallaway 2024-06-20 21:52:01 +01:00
parent 0583a0568d
commit 6c2eb27ff7

View file

@ -13,6 +13,7 @@ Contributors:
Intel Corporation - initial API and implementation Intel Corporation - initial API and implementation
John Dallaway - add assembler debug level option (#727) John Dallaway - add assembler debug level option (#727)
John Dallaway - extend optimization options (#828) John Dallaway - extend optimization options (#828)
John Dallaway - add archiver other objects option (#653)
--> -->
<plugin> <plugin>
<!-- Managed Make Builder Tool Specifications --> <!-- Managed Make Builder Tool Specifications -->
@ -433,6 +434,12 @@ Contributors:
category="gnu.lib.category.general" category="gnu.lib.category.general"
valueType="string" valueType="string"
id="gnu.both.lib.option.flags" /> 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 <inputType
sourceContentType="org.eclipse.cdt.managedbuilder.core.compiledObjectFile" sourceContentType="org.eclipse.cdt.managedbuilder.core.compiledObjectFile"
sources="o" sources="o"