pkgsrc/lang/gcc34
rillig 17e39f419d Fix indentation in buildlink3.mk files.
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.

There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
2018-01-07 13:03:53 +00:00
..
files
patches
buildlink3.mk Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
DESCR
distinfo
Makefile Attempt to bring sanity to how ABI and MACHINE_ARCH are set. 2016-01-24 16:14:44 +00:00
options.mk Do not build with the gcc-java enabled by default. 2016-09-30 13:16:59 +00:00
preconfigure.mk
README

1) You may want to adjust the "Optional languages"
   section of the Makefile before building this package.

2) The Ada compiler front-end of gcc is itself written
   in Ada. Consequently, an Ada compiler must be used
   to build it.

   Note however that in pkgsrc the lang/gcc-aux and/or
   lang/gnat-aux packages, which are substantially newer,
   are recommended instead of building the gcc34 Ada
   frontend.

   If you do wish to build the Ada compiler as part of this
   package you can download a pre-built version of gcc 3.4.0
   Ada for bootstrapping from:

   http://www.johnrshannon.com/NetBSD/ix86/gccAda-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.