From 226f54b262b59449fb33ac10ecfd76614a59271e Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Sun, 5 Jul 2009 12:01:44 +0000 Subject: [PATCH] Clarify that later compiler versions are known to fail to build the Ada front-end. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74793 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/GCCFEBuildInstrs.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/GCCFEBuildInstrs.html b/docs/GCCFEBuildInstrs.html index 262c1678394..b675ee76a7c 100644 --- a/docs/GCCFEBuildInstrs.html +++ b/docs/GCCFEBuildInstrs.html @@ -88,6 +88,7 @@ top-level README.LLVM file, adding ",ada" to EXTRALANGS, for example: are gcc-4.2 and the 2005, 2006 and 2007 versions of the GNAT GPL Edition. + GNAT GPL 2008, gcc-4.3 and later will not work. The LLVM parts of llvm-gcc are written in C++ so a C++ compiler is needed to build them. The rest of gcc is written in C. Some linux distributions provide a version of gcc that supports all -- 2.34.1