aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdllocal.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2018-10-21 17:29:02 +0200
committerTristan Gingold <tgingold@free.fr>2018-10-21 17:29:02 +0200
commit459ffbfa71366beb87436f02352e33d31c700aab (patch)
tree44d5ad50843977b247bc176659ee731e339a70cb /src/ghdldrv/ghdllocal.ads
parente050ffb26e51cb3c064342ecb01822ab7c269712 (diff)
downloadghdl-459ffbfa71366beb87436f02352e33d31c700aab.tar.gz
ghdl-459ffbfa71366beb87436f02352e33d31c700aab.tar.bz2
ghdl-459ffbfa71366beb87436f02352e33d31c700aab.zip
ghdllocal: clean post files.
Diffstat (limited to 'src/ghdldrv/ghdllocal.ads')
-rw-r--r--src/ghdldrv/ghdllocal.ads3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ghdldrv/ghdllocal.ads b/src/ghdldrv/ghdllocal.ads
index 3624543d8..ff66c4d59 100644
--- a/src/ghdldrv/ghdllocal.ads
+++ b/src/ghdldrv/ghdllocal.ads
@@ -56,6 +56,9 @@ package Ghdllocal is
-- Set with -v option.
Flag_Verbose : Boolean := False;
+ -- True if --post is present.
+ Flag_Postprocess : Boolean := False;
+
-- Suffix for asm files.
Asm_Suffix : constant String := ".s";