summaryrefslogtreecommitdiff
path: root/lang/gcc34-ada
AgeCommit message (Collapse)AuthorFilesLines
2004-09-27Update to 3.4.2 from 3.4.1. Release 3.4.2 is a bug fix release.shannonjr2-5/+5
2004-08-11Bring inline with gcc34 pkg by incomporating the following changesshannonjr1-4/+7
already in lang/gcc34: 1) Locate adalib for bootstrap compiler with ${ALT_GCC} --print-file-name=adalib rather than find. This behaves better if ${ALT_GCC} does not specify a gcc executable. 2) Elide trailing letters from GCC_PLATFORM so that GCC_ARCHSUBDIR remains constant for CURRENT when the version letter changes.
2004-08-08make target is install not ${INSTALL}shannonjr1-2/+2
2004-08-011) Change for AMD64: The patch incorrectly AMD64 to be identifiedshannonjr4-8/+9
as x86_64--netbsdelf when it is identified as x86_64--netbsd. 2) Check the version of as using the just-computed ${AS_PATH}, not ${AS}, following the change to gcc3/Makefile.common submitted by jlam@netbsd.org
2004-07-28Applied several changes from lang/gcc34:shannonjr3-10/+11
1) Test and mkdir if necessary to correct problem reported by Matthias Drochner: "For me (using ALT_GCC), the directory .work/.gcc was not present at pre-configure time, which made some "cd" fail." 2) Makefile and pkglint cleanup as recommended by Lubomir Sedlacik
2004-07-28Remove three unnecessary patches. The need for two of them is eliminatedshannonjr3-73/+0
by changes in the 3.4.1 source. The third does not apply to the Ada language.
2004-07-281) Removed three unnecessary patches. Two corrected problems that are nowshannonjr3-15/+14
fixed in the 3.4.1 branch. The third only applied to c++. 2) Remove USE_GCC33ADA option because it does not work. The gcc3-ada compiler can be used as an Ada bootstrap compiler by specifying ALT_GCC 3) Incremented PKGREVISION
2004-07-261) Revised ABI specification (baseline_symbols.txt) to go with release 3.4.1shannonjr4-4/+43
2) Added CONFIGURE_ARGS+=--with-system-zlib logic to Makefile for consistency with gcc34 3) Incorporated logic from gcc3 that determines whether to add binutils dependency or not. 4) Eliminated hardcoded target of netbsdelf2.0 as a step toward supporting other architectures.
2004-07-22Add patch, originally added to gcc34 by drochner: "on 1.6.x, we needshannonjr1-0/+13
libiconv. Make sure the rpath includes ${LOCALBASE}".
2004-07-21Updated from 3.4.1 RC1 to 3.4.1 (release). I do not believe that any changesshannonjr2-8/+6
were made to the gcc codebase with this delta.
2004-07-13lang/gcc33-ada does not exist - lang/gcc3-ada doesjschauma1-1/+1
2004-07-07Fix bad URL for pre-built ada packages.jwise1-3/+3
2004-07-01Modified buildlink3.mk file to perform existance test onshannonjr1-2/+4
${BUILDLINK_PREFIX.gcc34-ada}/bin/gcc before calling it.
2004-06-29This is the Ada compiler from the gcc 3.4 compiler suite.shannonjr35-0/+8499