summaryrefslogtreecommitdiff
path: root/gcc/ada/clean.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/clean.adb')
-rw-r--r--gcc/ada/clean.adb11
1 files changed, 6 insertions, 5 deletions
diff --git a/gcc/ada/clean.adb b/gcc/ada/clean.adb
index e4d438732b5..790b8423529 100644
--- a/gcc/ada/clean.adb
+++ b/gcc/ada/clean.adb
@@ -1045,13 +1045,14 @@ package body Clean is
Proj := Project_Tree.Projects;
while Proj /= null loop
- -- for gnatmake, when the project specifies more than
- -- Ada as a language (even if course we could not find
- -- any source file for the other languages), we will
- -- take all object files found in the object
+ -- For gnatmake, when the project specifies more than
+ -- just Ada as a language (even if course we could not
+ -- find any source file for the other languages), we
+ -- will take all the object files found in the object
-- directories. Since we know the project supports at
-- least Ada, we just have to test whether it has at
- -- least two languages, and not care about the sources
+ -- least two languages, and we do not care about the
+ -- sources.
if Proj.Project.Languages /= null
and then Proj.Project.Languages.Next /= null