diff options
author | Tristan Gingold | 2015-09-13 16:03:14 +0200 |
---|---|---|
committer | Tristan Gingold | 2015-09-13 16:03:14 +0200 |
commit | c482e6d0442212415c787676f6ffd4e38e8ffa74 (patch) | |
tree | 82cca40ffe1c4939a3ea2d8257b3e4af6eced709 | |
parent | 357e381d7dff9279157186afd6a6c19124a804f5 (diff) | |
download | ghdl-c482e6d0442212415c787676f6ffd4e38e8ffa74.tar.gz ghdl-c482e6d0442212415c787676f6ffd4e38e8ffa74.tar.bz2 ghdl-c482e6d0442212415c787676f6ffd4e38e8ffa74.zip |
Update README and some copyright dates.
-rw-r--r-- | README | 8 | ||||
-rw-r--r-- | dist/gcc/README | 2 | ||||
-rw-r--r-- | src/ghdldrv/ghdlmain.adb | 2 |
3 files changed, 9 insertions, 3 deletions
@@ -10,8 +10,13 @@ terms; see the individual source files for details. Building GHDL (Short instructions) ********************************** -You need GNAT for x86 (32 bits). See below for instructions +If you aren't on linux, see below for full instructions. +You need GNAT GPL 2014 (or later) for x86 (32 bits). GNAT is the GNU Ada +compiler and GNAT GPL is very easy to install (just untar and run the +doinstall script). + +In the GHDL source directory, configure and build: $ ./configure $ make @@ -56,6 +61,7 @@ Here is a short comparaison: As GCC is written in Ada, you need to use the GNU Ada compiler (GNAT). I recommend to use GNAT GPL from http://libre.adacore.com (free). +GHDL was tested with GNAT GPL 2014. Any later version should work. If you build with the mcode backend, you need an i386 version of GNAT. Building with mcode backend diff --git a/dist/gcc/README b/dist/gcc/README index 1152e99..7a33c85 100644 --- a/dist/gcc/README +++ b/dist/gcc/README @@ -4,7 +4,7 @@ To get the binary distribution or more information, go to http://ghdl.free.fr Copyright: ********** -GHDL is copyright (c) 2002 - 2010 Tristan Gingold. +GHDL is copyright (c) 2002 - 2015 Tristan Gingold. See the GHDL manual for more details. This program is free software; you can redistribute it and/or modify diff --git a/src/ghdldrv/ghdlmain.adb b/src/ghdldrv/ghdlmain.adb index 606119e..025f04f 100644 --- a/src/ghdldrv/ghdlmain.adb +++ b/src/ghdldrv/ghdlmain.adb @@ -225,7 +225,7 @@ package body Ghdlmain is Put_Line ("Written by Tristan Gingold."); New_Line; -- Display copyright. Assume 80 cols terminal. - Put_Line ("Copyright (C) 2003 - 2014 Tristan Gingold."); + Put_Line ("Copyright (C) 2003 - 2015 Tristan Gingold."); Put_Line ("GHDL is free software, covered by the " & "GNU General Public License. There is NO"); Put_Line ("warranty; not even for MERCHANTABILITY or" |