1
0
Fork 0
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:
Marc-Andre Laperle 2012-01-28 13:39:11 -05:00
parent 40f82861b2
commit 00300a355e

View file

@ -239,6 +239,16 @@
location="templates/setCrossCommand/template.xml"
projectType="org.eclipse.cdt.build.core.buildArtefactType.exe">
</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
point="org.eclipse.cdt.core.templateAssociations">
@ -248,6 +258,18 @@
id="cdt.managedbuild.toolchain.gnu.cross.base">
</toolChain>
</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>
</plugin>