Skip to content

Commit 67a98c5

Browse files
settonAnthonyLeonardoGracio
authored andcommitted
U429-018 Pass "g++" as the Linker
Do this in all cases, rather than letting gprbuild detect it. Tentative workaround for an issue with gpr2.
1 parent 8a8ca57 commit 67a98c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gnat/lsp_server.gpr

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ project LSP_Server is
5050
end Compiler;
5151

5252
package Linker is
53+
for Driver use "g++";
5354
case Library_Type is
5455
when "static" | "static-pic" =>
5556
case OS is

0 commit comments

Comments
 (0)