diff options
author | Duncan Sands <baldrick@free.fr> | 2008-02-12 21:40:21 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2008-02-12 21:40:21 +0000 |
commit | caf4fbd5df1f4e0c1bd305391271e203949a2477 (patch) | |
tree | 2907556c7fcd94e7e99abbd13a985a541346db02 /docs/CFEBuildInstrs.html | |
parent | 15bfd89b995e9b8a4fe4f321b3ea29b546c94bac (diff) | |
download | external_llvm-caf4fbd5df1f4e0c1bd305391271e203949a2477.zip external_llvm-caf4fbd5df1f4e0c1bd305391271e203949a2477.tar.gz external_llvm-caf4fbd5df1f4e0c1bd305391271e203949a2477.tar.bz2 |
Note that these instructions are for x86-32 linux
(the only platform on which the Ada compiler even
builds).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47031 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CFEBuildInstrs.html')
-rw-r--r-- | docs/CFEBuildInstrs.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CFEBuildInstrs.html b/docs/CFEBuildInstrs.html index e3ade88..b75c0a1 100644 --- a/docs/CFEBuildInstrs.html +++ b/docs/CFEBuildInstrs.html @@ -103,7 +103,7 @@ top-level <tt>README.LLVM</tt> file, adding ",ada" to EXTRALANGS, for example: </ol> <p>Supposing appropriate compilers are available, llvm-gcc with Ada support can - be built using the following recipe:</p> + be built on an x86-32 linux box using the following recipe:</p> <ol> <li><p>Download the <a href="http://llvm.org/releases/download.html">LLVM source</a> |