Age | Commit message (Expand) | Author | Files | Lines |
2005-02-16 | note that xlc support is on Darwin. | grant | 1 | -2/+2 |
2005-02-15 | add support for icc, the Intel C++ Compiler (Linux). | grant | 1 | -2/+3 |
2005-01-24 | Merge down janitorial change from tv-derecurse branch: | tv | 1 | -4/+1 |
2005-01-12 | Nuke USE_FORTRAN and bring the f2c handling within the mk/compiler | jlam | 1 | -8/+15 |
2005-01-10 | Sort the compiler list in the comments. | jlam | 1 | -3/+3 |
2004-11-30 | Remove the trailing whitespace in the values of the toolchain variables | jlam | 1 | -1/+5 |
2004-11-30 | Modify the way that the toolchain variables, e.g. CC, CPP, CXX, LD, etc., | jlam | 1 | -8/+10 |
2004-11-28 | Set initial values for PKG_{CC,CPP,CXX,FC} which are used within the | jlam | 1 | -1/+9 |
2004-11-22 | Now that no package uses USE_GCC_SHLIB any longer, remove support | wiz | 1 | -14/+1 |
2004-11-20 | add framework support for Tru64 and the Compaq C compiler. | grant | 1 | -2/+3 |
2004-10-06 | add initial support for IBM's XL C/C++ compiler. tested with version | grant | 1 | -2/+3 |
2004-09-21 | Initial commit of a new wrapper script framework that encapsulates | jlam | 1 | -1/+7 |
2004-07-04 | Re-add USE_PKGSRC_GCC, and document it should only be | wiz | 1 | -2/+9 |
2004-07-04 | Retire USE_GCC2, USE_GCC3, USE_SUNPRO, USE_MIPSPRO, and USE_PKGSRC_GCC, | wiz | 1 | -22/+2 |
2004-05-12 | Change date of when deprecated USE_GCC2, USE_GCC3, USE_PKGSRC_GCC, | reed | 1 | -2/+2 |
2004-05-09 | add mipspro-ucode to _COMPILERS which was missed the first time. | grant | 1 | -2/+2 |
2004-05-08 | correctly preserve the user-specified order of pseudo-compilers. patch | grant | 1 | -6/+5 |
2004-05-08 | _PKGSRC_COMPILER needs to contain the real compiler first, then | grant | 1 | -2/+2 |
2004-05-08 | implement {NOT,ONLY}_FOR_COMPILER so that packages can be marked as | grant | 1 | -5/+39 |
2004-03-31 | Since revision 1.155 of bsd.prefs.mk, compiler.mk is required in package | sketch | 1 | -2/+2 |
2004-02-18 | * Move pkgsrc/mk/compiler/bsd.compiler.mk to pkgsrc/mk/compiler.mk. | jlam | 1 | -0/+115 |
2004-02-01 | Garbage collect compiler.mk as it's superseded by the new compiler | jlam | 1 | -272/+0 |
2003-12-10 | Ensure CPP is defined to use the Sun compiler when building packages | sketch | 1 | -1/+2 |
2003-11-12 | backout previous, it is no longer needed. | grant | 1 | -2/+2 |
2003-10-24 | Remove '-' from the version part of _GCC_IN_USE so that pkg_admin can deal | cube | 1 | -2/+2 |
2003-10-18 | move the libstdc++ fake libtool archive stuff out of | grant | 1 | -14/+20 |
2003-10-12 | fix logic error introduced in last, sync comments about CC_VERSION | grant | 1 | -7/+8 |
2003-10-11 | set CC_VERSION for non-gcc and use it in the BUILD_INFO file. | grant | 1 | -4/+6 |
2003-10-11 | don't hardcode the -DHasGcc2... flags to imake, pass them only if | grant | 1 | -1/+8 |
2003-10-06 | allow lang/gcc{,3} to be used to build themselves by only adding the | grant | 1 | -24/+35 |
2003-10-06 | avoid F77/PKG_FC being recursively defined. | grant | 1 | -3/+3 |
2003-09-28 | sync comments with reality. | grant | 1 | -6/+20 |
2003-09-28 | if /usr/lib/libstdc++.la exists, create the corresponding fake libtool | grant | 1 | -1/+14 |
2003-09-27 | set CC and CXX defaults for SunPro when USE_SUNPRO is defined. | grant | 1 | -1/+9 |
2003-09-24 | make CC_VERSION available to packages by including bsd.prefs.mk. | grant | 1 | -3/+18 |
2003-09-24 | remove redefine of _GCC_PREFIX, whitespace fix. | grant | 1 | -4/+3 |
2003-09-23 | Work out _GCC_ARCHSUBDIR correctly, using the method from | gavan | 1 | -2/+10 |
2003-09-21 | Test for egcs needs to come first, since egcs -v output also | wiz | 1 | -5/+5 |
2003-09-17 | explain why including this file in pkg Makefiles is useless. | grant | 1 | -1/+4 |
2003-09-17 | honour GCC_REQD by testing $CC -v against it, and only pull in pkgsrc | grant | 1 | -9/+82 |
2003-09-12 | Sync comments with reality. | salo | 1 | -6/+6 |
2003-09-12 | remove redundant comment about USE_GCC2 and USE_GCC3 until they are | grant | 1 | -5/+3 |
2003-09-12 | move a SunPro tweak to compiler.mk. | grant | 1 | -1/+10 |
2003-09-12 | tidy up handling of LDFLAGS wrt USE_GCC_SHLIB a little. | grant | 1 | -5/+12 |
2003-09-12 | Typos/punctuation/caps. | salo | 1 | -2/+2 |
2003-09-12 | start of improved compiler handling, mostly derived from the existing | grant | 1 | -0/+97 |