diff options
Diffstat (limited to 'gcc/ada/makeusg.adb')
| -rw-r--r-- | gcc/ada/makeusg.adb | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ada/makeusg.adb b/gcc/ada/makeusg.adb index 268f75492eb..ed7140f84d7 100644 --- a/gcc/ada/makeusg.adb +++ b/gcc/ada/makeusg.adb @@ -191,6 +191,12 @@ begin     Write_Str ("  -vPx     Specify verbosity when parsing GNAT Project Files");     Write_Eol; +   --  Line for -x + +   Write_Str ("  -x       " & +              "Allow compilation of needed units external to the projects"); +   Write_Eol; +     --  Line for -X     Write_Str ("  -Xnm=val Specify an external reference for GNAT " &  | 

