1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-13 19:25:38 +02:00

Fix for PR 70788

This commit is contained in:
Leo Treggiari 2005-05-20 18:31:09 +00:00
parent 52272757a0
commit ff51abc278

View file

@ -488,6 +488,7 @@
name="%ToolName.linker.macosx.c"
outputFlag="-o"
command="gcc"
commandLinePattern="${COMMAND} ${FLAGS} ${OUTPUT_FLAG} ${OUTPUT_PREFIX}${OUTPUT} ${INPUTS}"
id="cdt.managedbuild.tool.macosx.c.linker">
<envVarBuildPath
pathType="buildpathLibrary"
@ -624,6 +625,7 @@
name="%ToolName.linker.macosx.cpp"
outputFlag="-o"
command="g++"
commandLinePattern="${COMMAND} ${FLAGS} ${OUTPUT_FLAG} ${OUTPUT_PREFIX}${OUTPUT} ${INPUTS}"
id="cdt.managedbuild.tool.macosx.cpp.linker">
<envVarBuildPath
pathType="buildpathLibrary"