pkgsrc-wip/gcc-3.4-ada
2004-02-12 19:38:44 +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
buildlink2.mk Adding buildlink2.mk file 2004-01-09 23:25:18 +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 Update to gcc-ss-3.4-20040211. 2004-02-11 22:42:56 +00:00
Makefile Changed GCC3_DEFAULT_SUBPREFIX= ${PKGNAME_NOREV} per Johnny Lam's preference 2004-02-12 19:38:44 +00:00
MESSAGE Update to 20040114 snapshot. 2004-01-14 20:38:23 +00:00
PLIST Cleanup so it builds without modified compiler.mk 2004-01-09 23:24:18 +00:00
README Added README fil with build instructions. 2004-01-11 14:33:04 +00:00
TODO Cleanup so it builds without modified compiler.mk 2004-01-09 23:24:18 +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.