pkgsrc-wip/gcc-3.4-ada
2004-05-09 12:13:26 +00:00
..
files Reduced task STORAGE_SIZE 2004-05-07 08:29:25 +00:00
patches Backported two fixes from 3.5 2004-05-07 08:22:56 +00:00
buildlink3.mk Revised so that only tools requiring overriding are added to ${WRKDIR}.gcc/bin 2004-05-09 12:13:26 +00:00
DESCR This is the Ada compiler from the gcc 3.4 compiler collection. All but 8 of 2004-01-07 22:49:46 +00:00
distinfo 1) Modified test target so it only tests ada 2004-05-07 08:33:58 +00:00
Makefile Re-adding buildlink3 references to libiconv and gettext-lib. I mistakenly 2004-05-07 17:29:34 +00:00
MESSAGE Revised to work with current compiler.mk and buildlink3. 2004-04-20 21:49:31 +00:00
PLIST Switched to dynamic PLIST to accomodate platform differences 2004-04-25 07:43:35 +00:00
preconfigure.mk Revised so that only tools requiring overriding are added to ${WRKDIR}.gcc/bin 2004-05-09 12:13:26 +00:00
README Added text on availability of x86_64 binary. 2004-05-07 17:38:26 +00:00
TODO Remove architecture dependancies found when testing on AMD 64 2004-04-30 09:40:28 +00:00

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/gcc3-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
wip/gcc-3.4.0 (which contains Ada).

You can download a pre-built version this package
(suitable for bootstrapping wip/gcc-3.4.0) from: 

https://www.johnrshannon.com/NetBSD/ix86/gccAda-3.4.0.tgz
https://www.johnrshannon.com/NetBSD/pentium4/gccAda-3.4.0.tgz
https://www.johnrshannon.com/NetBSD/x86_64/gccAda-3.4.0.tgz

The first two pkgs were built on NetBSD 2.0C. 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.