Skip to content

Update GCC compiler driver to call ld directly for linking, not gcc/g++ #4

Description

@timpokorny

Summary


When configured to use GCC/G++ <cpptask> currently calls the gcc/g++ executable to both compile and link. This should be changed so that it calls ld directly to perform linking.

What I'm trying to do


Pass linker arguments to ld without having to specify -Wl,

Work Breakdown


<tbc>

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions