diff --git a/templates/concurrency_view/c_pohi_gpr/partition.tmplt b/templates/concurrency_view/c_pohi_gpr/partition.tmplt index bfe35b93e870a8a2e78bf006f4ecec5151ed674b..63ff69e47719fc8ccbcf4e9ae4868a5b4b8bd428 100644 --- a/templates/concurrency_view/c_pohi_gpr/partition.tmplt +++ b/templates/concurrency_view/c_pohi_gpr/partition.tmplt @@ -146,6 +146,9 @@ project @_CAPITALIZE:Name_@ is "remote_configuration.cc"); package Compiler is + for Driver ("C") use External ("CC", "gcc"); + for Driver ("C++") use External ("CXX", "g++"); + Common_C_Switches := ("-DTARGET=native", "-DPOSIX",