diff options
Diffstat (limited to 'gcc/ada/make.adb')
-rw-r--r-- | gcc/ada/make.adb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gcc/ada/make.adb b/gcc/ada/make.adb index f6f889d..b25c220 100644 --- a/gcc/ada/make.adb +++ b/gcc/ada/make.adb @@ -4874,9 +4874,8 @@ package body Make is -- If the objects were up-to-date check if the executable file is also -- up-to-date. For now always bind and link on the JVM since there is - -- currently no simple way to check whether objects are up-to-date wrt - -- the executable. Similarly in CodePeer mode where there is no - -- executable. + -- currently no simple way to check whether objects are up to date wrt + -- the executable. Same in CodePeer mode where there is no executable. if Targparm.VM_Target /= JVM_Target and then not CodePeer_Mode @@ -7833,6 +7832,8 @@ package body Make is Operating_Mode := Check_Semantics; Check_Object_Consistency := False; + -- Comment needed here, what is going on??? + if Argv'Last >= 7 and then Argv (7) = 'C' then CodePeer_Mode := True; else |