summaryrefslogtreecommitdiff
path: root/lang/gcc34-ada/README
diff options
context:
space:
mode:
authorshannonjr <shannonjr@pkgsrc.org>2004-06-29 18:00:17 +0000
committershannonjr <shannonjr@pkgsrc.org>2004-06-29 18:00:17 +0000
commitb7a90642fec948de2a9c8f3e78d9a750324b0889 (patch)
treef54e266c610bdac1b770c3ef832ebfdacfee5bff /lang/gcc34-ada/README
parent7905ac3ec152606bb9f654927cab7723b7d9b217 (diff)
downloadpkgsrc-b7a90642fec948de2a9c8f3e78d9a750324b0889.tar.gz
This is the Ada compiler from the gcc 3.4 compiler suite.
Diffstat (limited to 'lang/gcc34-ada/README')
-rw-r--r--lang/gcc34-ada/README22
1 files changed, 22 insertions, 0 deletions
diff --git a/lang/gcc34-ada/README b/lang/gcc34-ada/README
new file mode 100644
index 00000000000..d99db2558ba
--- /dev/null
+++ b/lang/gcc34-ada/README
@@ -0,0 +1,22 @@
+The Ada compiler front-end of gcc is itself written
+in Ada. Consequently, an Ada compiler must be used
+to build this pkg. In pkgsrc, lang/gcc33-ada is version
+3.3 of the gcc Ada compiler; it also requires an Ada
+compiler to build. This pkg may also be built using
+lang/gcc3 (which contains Ada).
+
+You can download a pre-built version this package
+(suitable for bootstrapping lang/gcc3) from:
+
+http://www.johnrshannon.com/NetBSD/ix86/gcc-adaAda-3.4.0.tgz
+http://www.johnrshannon.com/NetBSD/pentium4/gccAda-3.4.0.tgz
+http://www.johnrshannon.com/NetBSD/x86_64/gccAda-3.4.0.tgz
+
+The first two pkgs were built on NetBSD 2.0-BETA. The AMD64
+pkg was built under NetBSD 1.6ZL.
+
+Full Ada language support is provided for:
+ Intel Ix86 on NetBSD with native pthread support
+ AMD 64 on NetBSD with native pthread support
+
+See comments in Makefile on selecting a bootstrap compiler.