From 7345e9733aff6a749ee1332d7c1ab8a1d9e6a909 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 20 Dec 2016 08:07:05 +0100 Subject: Add target in bug-box, add --bug-box internal command. --- src/bug.adb | 1 + 1 file changed, 1 insertion(+) (limited to 'src/bug.adb') 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 -- cgit v1.2.3