diff options
Diffstat (limited to 'gcc/ada/gnatlink.adb')
-rw-r--r-- | gcc/ada/gnatlink.adb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/ada/gnatlink.adb b/gcc/ada/gnatlink.adb index 83313755ba7..52920794600 100644 --- a/gcc/ada/gnatlink.adb +++ b/gcc/ada/gnatlink.adb @@ -988,6 +988,9 @@ procedure Gnatlink is -- Add binder options only if not already set on the command -- line. This rule is a way to control the linker options order. + -- The following test needs comments, why is it VMS specific. + -- The above comment looks out of date ??? + elsif not (Hostparm.OpenVMS and then Is_Option_Present (Next_Line (Nfirst .. Nlast))) |