mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 07:35:24 +02:00
Bug 353890 - C/C++ GCC Cross Compiler support for dynamic libraries is
broken Bug 353786 - C/C++ GCC Cross Compiler support for static libraries broken
This commit is contained in:
parent
40f82861b2
commit
00300a355e
1 changed files with 22 additions and 0 deletions
|
@ -239,6 +239,16 @@
|
||||||
location="templates/setCrossCommand/template.xml"
|
location="templates/setCrossCommand/template.xml"
|
||||||
projectType="org.eclipse.cdt.build.core.buildArtefactType.exe">
|
projectType="org.eclipse.cdt.build.core.buildArtefactType.exe">
|
||||||
</template>
|
</template>
|
||||||
|
<template
|
||||||
|
id="org.eclipse.cdt.build.crossgcc.setCrossCommandStaticLibrary"
|
||||||
|
location="templates/setCrossCommand/template.xml"
|
||||||
|
projectType="org.eclipse.cdt.build.core.buildArtefactType.staticLib">
|
||||||
|
</template>
|
||||||
|
<template
|
||||||
|
id="org.eclipse.cdt.build.crossgcc.setCrossCommandSharedLibrary"
|
||||||
|
location="templates/setCrossCommand/template.xml"
|
||||||
|
projectType="org.eclipse.cdt.build.core.buildArtefactType.sharedLib">
|
||||||
|
</template>
|
||||||
</extension>
|
</extension>
|
||||||
<extension
|
<extension
|
||||||
point="org.eclipse.cdt.core.templateAssociations">
|
point="org.eclipse.cdt.core.templateAssociations">
|
||||||
|
@ -248,6 +258,18 @@
|
||||||
id="cdt.managedbuild.toolchain.gnu.cross.base">
|
id="cdt.managedbuild.toolchain.gnu.cross.base">
|
||||||
</toolChain>
|
</toolChain>
|
||||||
</template>
|
</template>
|
||||||
|
<template
|
||||||
|
id="org.eclipse.cdt.build.crossgcc.setCrossCommandSharedLibrary">
|
||||||
|
<toolChain
|
||||||
|
id="cdt.managedbuild.toolchain.gnu.cross.base">
|
||||||
|
</toolChain>
|
||||||
|
</template>
|
||||||
|
<template
|
||||||
|
id="org.eclipse.cdt.build.crossgcc.setCrossCommandStaticLibrary">
|
||||||
|
<toolChain
|
||||||
|
id="cdt.managedbuild.toolchain.gnu.cross.base">
|
||||||
|
</toolChain>
|
||||||
|
</template>
|
||||||
</extension>
|
</extension>
|
||||||
|
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
Loading…
Add table
Reference in a new issue