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