summaryrefslogtreecommitdiff
path: root/translate
diff options
context:
space:
mode:
authorgingold2008-08-31 02:02:02 +0000
committergingold2008-08-31 02:02:02 +0000
commit1d5464fd378387a0e17021af24065784ea66bb47 (patch)
tree3b6ecb912a4fd174a4a665d432b68626177a3137 /translate
parentcde9cc1881b9fda67d97c8f57612c284f964bd62 (diff)
downloadghdl-1d5464fd378387a0e17021af24065784ea66bb47.tar.gz
ghdl-1d5464fd378387a0e17021af24065784ea66bb47.tar.bz2
ghdl-1d5464fd378387a0e17021af24065784ea66bb47.zip
Updated (now compiled with GNAT GPL 2008)
Diffstat (limited to 'translate')
-rw-r--r--translate/gcc/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/translate/gcc/README b/translate/gcc/README
index d2d49a1..f1ee39f 100644
--- a/translate/gcc/README
+++ b/translate/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, 2003, 2004, 2005, 2006, 2007 Tristan Gingold.
+GHDL is copyright (c) 2002 - 2008 Tristan Gingold.
See the GHDL manual for more details.
This program is free software; you can redistribute it and/or modify
@@ -29,7 +29,7 @@ Building GHDL from sources:
Required:
* the sources of @GCCVERSION@ (at least the core part).
Note: other versions of gcc sources have not been tested.
-* the Ada95 GNAT compiler (GNAT GPL 2005 are known to work;
+* the Ada95 GNAT compiler (GNAT GPL 2008 are known to work;
Ada compilers in most Linux distributions are more or less buggy)
* GNU/Linux for ix86 (pc systems) (porting is necessary for other systems)
@@ -58,7 +58,7 @@ end Example;
add other languages.
Refer to the gcc installation documentation.
* compile gcc.
- 'make CFLAGS="-O"' is OK (gcc 2.8.1 bugs with -O2 on some files).
+ 'make CFLAGS="-O"' is OK
* install gcc. This installs the ghdl driver too.
'make install' is OK.