aboutsummaryrefslogtreecommitdiffstats
path: root/options.adb
diff options
context:
space:
mode:
Diffstat (limited to 'options.adb')
-rw-r--r--options.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/options.adb b/options.adb
index e95456f9c..a62b76da1 100644
--- a/options.adb
+++ b/options.adb
@@ -89,6 +89,8 @@ package body Options is
else
return False;
end if;
+ elsif Opt'Length = 5 and then Opt (Beg .. Beg + 4) = "--ams" then
+ AMS_Vhdl := True;
elsif Opt'Length > 2 and then Opt (Beg .. Beg + 1) = "-P" then
Libraries.Add_Library_Path (Opt (Beg + 2 .. Opt'Last));
elsif Opt'Length > 10 and then Opt (Beg .. Beg + 9) = "--workdir=" then