aboutsummaryrefslogtreecommitdiffstats
path: root/src/bug.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2016-12-20 08:07:05 +0100
committerTristan Gingold <tgingold@free.fr>2016-12-20 21:23:30 +0100
commit7345e9733aff6a749ee1332d7c1ab8a1d9e6a909 (patch)
tree1809aad0bb698fd53f4f5d490891f6662c21a419 /src/bug.adb
parent823e1deb863542192253bf2434e1d2c719e50b42 (diff)
downloadghdl-7345e9733aff6a749ee1332d7c1ab8a1d9e6a909.tar.gz
ghdl-7345e9733aff6a749ee1332d7c1ab8a1d9e6a909.tar.bz2
ghdl-7345e9733aff6a749ee1332d7c1ab8a1d9e6a909.zip
Add target in bug-box, add --bug-box internal command.
Diffstat (limited to 'src/bug.adb')
-rw-r--r--src/bug.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bug.adb b/src/bug.adb
index 61d41f41a..f7b44210f 100644
--- a/src/bug.adb
+++ b/src/bug.adb
@@ -72,6 +72,7 @@ package body Bug is
"Please report this bug on https://github.com/tgingold/ghdl/issues");
Put_Line (Standard_Error, "GHDL release: " & Ghdl_Release);
Put_Line (Standard_Error, "Compiled with " & Get_Gnat_Version);
+ Put_Line (Standard_Error, "Target: " & Standard'Target_Name);
Put_Line (Standard_Error, "In directory: " &
GNAT.Directory_Operations.Get_Current_Dir);
--Put_Line