Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-02-06 | on alpha, turn off optimization for the first part of the build. This | dmcmahill | 1 | -1/+22 | |
works around a bug with optimization in gcc-2.95.3 which prevents building this pkg. Optimization is still turned on during the build of the final libraries and compilers. | |||||
2003-01-28 | Instead of including bsd.pkg.install.mk directly in a package Makefile, | jlam | 1 | -2/+2 | |
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>. | |||||
2003-01-11 | fix oops in last. | grant | 1 | -2/+2 | |
2003-01-11 | Properly test for CC=gcc and generalise the logic to make this more | grant | 1 | -21/+16 | |
likely to build on non-NetBSD platforms. Tested on Solaris 8. | |||||
2003-01-09 | Regen distinfo. | uebayasi | 1 | -6/+1 | |
2003-01-06 | Initial import of GCC 3.2.1, the latest release of GNU Compiler | uebayasi | 6 | -0/+207 | |
Collection, which currently contains front ends for C, C++, Objective-C, Fortran, Java, and Ada. For more detail, see http://gcc.gnu.org/gcc-3.2/ XXX Only tested on NetBSD/i386 -current. Tests on Linux and Solaris are very encouraged. XXX buildlink2.mk is not provided, meaning no other packages can depend on this for now. |