summaryrefslogtreecommitdiff
path: root/mk/compiler.mk
AgeCommit message (Expand)AuthorFilesLines
2010-11-17Revert unwanted part (uncompleted msc support) from last commit.obache1-3/+1
2010-11-17Replaced with ASCII char `-'.obache1-2/+4
2010-09-23Add support for clang.ahoka1-2/+4
2010-07-30Implement "fortran77" as alias for "fortran".asau1-4/+4
2009-07-08Add g95 support to the compiler framework, based on the existing f2cmarkd1-2/+2
2009-05-30Rename GCC_USE_SYMLINKS to COMPILER_USE_SYMLINKS, implement it for thejoerg1-2/+10
2008-10-20Grammar fix in error message.wiz1-2/+2
2008-10-20Sanitise the error message of the fail-wrapper:ahoka1-3/+3
2008-02-13Added a keyword for "bmake help".rillig1-1/+2
2008-02-07Replaced _PKG_SILENT and _PKG_DEBUG with RUN.rillig1-4/+4
2007-10-17Made the .include lines simpler.rillig1-3/+3
2007-09-20Added variable descriptions.rillig1-1/+6
2007-09-18For Portable C Compiler.reed1-2/+3
2007-06-09There was one ">" too much, so the fail-wrapper warning was printedrillig1-2/+2
2007-06-08Changed the wording of the warning messages when a compiler-fail-wrapperrillig1-3/+7
2007-04-17add support for the HP-UX C/aC++ compilerstnn1-2/+3
2006-12-03If 'c99' is in USE_LANGUAGES also add 'c'.seb1-1/+6
2006-12-02Instead of setting compiler flags in each package if it uses C99,jschauma1-3/+3
2006-11-16Allow CPP to be set to something not on the PATH (as used to work inmarkd1-1/+5
2006-07-27Make the language warning a bit less forceful, since it is often a falsejoerg1-3/+3
2006-07-22The C compiler is also used for Objective C, so the c-fail-wrapper isrillig1-3/+3
2006-07-20Up to now, the language "c" has always been enabled, no matter if therillig1-5/+9
2006-07-02Reordered the variables in the interface comment so that allrillig1-8/+8
2006-06-09Introduce the capability to gather all the warnings and errors thatjlam1-2/+8
2006-05-12Fix a problem that occurs if compiler.mk is included in a package'sjlam1-5/+6
2006-05-11Make build failures due to the previous commit less mysterious by usingjlam1-3/+16
2006-05-06Force unrequested languages to be unavailable by setting them to ${FALSE}.tv1-1/+12
2005-10-16added support for the SGI IDO (IRIX Development Option) cc used by IRIX 5.3.schwarz1-2/+3
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