mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 06:45:43 +02:00
Switch the reference Gnu tool-chains to using the new default dependency calculator that creates .d files as a side-effect of compilation
This commit is contained in:
parent
315280abca
commit
95c618c300
1 changed files with 2969 additions and 2969 deletions
|
@ -988,7 +988,7 @@
|
||||||
sources="c"
|
sources="c"
|
||||||
dependencyContentType="org.eclipse.cdt.core.cHeader"
|
dependencyContentType="org.eclipse.cdt.core.cHeader"
|
||||||
dependencyExtensions="h"
|
dependencyExtensions="h"
|
||||||
dependencyCalculator="org.eclipse.cdt.managedbuilder.makegen.gnu.DefaultGCCDependencyCalculator"
|
dependencyCalculator="org.eclipse.cdt.managedbuilder.makegen.gnu.DefaultGCCDependencyCalculator2"
|
||||||
id="cdt.managedbuild.tool.gnu.c.compiler.input">
|
id="cdt.managedbuild.tool.gnu.c.compiler.input">
|
||||||
</inputType>
|
</inputType>
|
||||||
<outputType
|
<outputType
|
||||||
|
@ -1227,7 +1227,7 @@
|
||||||
sources="c,C,cc,cxx,cpp"
|
sources="c,C,cc,cxx,cpp"
|
||||||
dependencyContentType="org.eclipse.cdt.core.cxxHeader"
|
dependencyContentType="org.eclipse.cdt.core.cxxHeader"
|
||||||
dependencyExtensions="h,H,hpp"
|
dependencyExtensions="h,H,hpp"
|
||||||
dependencyCalculator="org.eclipse.cdt.managedbuilder.makegen.gnu.DefaultGCCDependencyCalculator"
|
dependencyCalculator="org.eclipse.cdt.managedbuilder.makegen.gnu.DefaultGCCDependencyCalculator2"
|
||||||
id="cdt.managedbuild.tool.gnu.cpp.compiler.input">
|
id="cdt.managedbuild.tool.gnu.cpp.compiler.input">
|
||||||
</inputType>
|
</inputType>
|
||||||
<outputType
|
<outputType
|
||||||
|
|
Loading…
Add table
Reference in a new issue