pkgsrc-wip/gcc-3.4-ada
2004-02-26 17:05:27 +00:00
..
files Cleanup so it builds without modified compiler.mk 2004-01-09 23:24:18 +00:00
patches With gcc-ss-3.4-20040121, patch is no longer needed. 2004-01-21 20:17:24 +00:00
buildlink3.mk Adding buildlink3.mk 2004-02-26 17:05:27 +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 Updated to gcc-ss-3.4-20040225 2004-02-26 12:33:29 +00:00
Makefile Buildlink3'ified so the package can be built with new pkgsrc/mk stuff. 2004-02-26 17:04:37 +00:00
MESSAGE Update to 20040114 snapshot. 2004-01-14 20:38:23 +00:00
PLIST Buildlink3'ified so the package can be built with new pkgsrc/mk stuff. 2004-02-26 17:04:37 +00:00
README Added README fil with build instructions. 2004-01-11 14:33:04 +00:00
TODO Buildlink3'ified so the package can be built with new pkgsrc/mk stuff. 2004-02-26 17:04:37 +00:00

In order to build this Ada compiler, you need
a working GNAT compiler (GNAT version 3.14 or
later, or GCC version 3.1 or later), including
GNAT tools such as gnatmake and gnatlink, since
the Ada front end is written in Ada.

pkgsrc/lang/gcc3-ada will work as will this pkg

To build:

1. Change ADA_BOOT_PATH in the pkg Makefile
   to the directory for you Ada compiler.
2. Make sure ${ADA_BOOT_PATH}/bin is on your
   search path and GCC_EXEC_PREFIX is defined
   as the directory in which 'gnat1' is found.
3. If your gcc compiler front-end that understands
   Ada is named something other than gcc, define
   the environment variable ADA_BOOT_ADAC as the 
   full path of your gcc compiler front-end.
4. make
5. (OPTIONAL) Make test. This step requires
   dejagnu. As part of test, acats, the Ada
   compiler validation suite is run.
6. make install


NOTES:
1. This pkg can buid itself. You can run
   make && make update to rebuild it.
2. On NetBSD systems with native pthreads, you
   will have a full implementation of the Ada
   language. On other platforms, you will not
   have a tasking runtime.