From 364ffbe34869595a975bc2e812ded6cbdd325ff7 Mon Sep 17 00:00:00 2001 From: Ghjuvan Lacambre Date: Thu, 21 Jan 2021 13:29:51 +0100 Subject: [PATCH] [Ada] Explain meaning of Non_Std_Executable gcc/ada/ * make.adb (Compute_Executable): Document parameter. --- gcc/ada/make.adb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gcc/ada/make.adb b/gcc/ada/make.adb index 9ddc7ccc636..adff94a20f8 100644 --- a/gcc/ada/make.adb +++ b/gcc/ada/make.adb @@ -399,7 +399,10 @@ package body Make is Non_Std_Executable : out Boolean); -- Parse the linker switches and project file to compute the name of the -- executable to generate. - -- ??? What is the meaning of Non_Std_Executable + -- + -- When the platform expects a specific extension for the generated binary, + -- there is a chance that the linker might not use the right name for the + -- it. Non_Std_Executable is set to True in this case. procedure Compilation_Phase (Main_Source_File : File_Name_Type; -- 2.11.4.GIT