summaryrefslogtreecommitdiff
path: root/mk/compiler.mk
AgeCommit message (Expand)AuthorFilesLines
2020-06-02mk/compiler.mk: check for too late GCC_REQD and USE_LANGUAGESrillig1-1/+17
2019-07-23mk/compiler.mk: Add c++17gdt1-4/+4
2019-07-15Do not pass -std=c++03 to GCC 4.4ryoon1-5/+6
2019-06-26Fix a typo in flag in commentryoon1-2/+2
2019-02-22mk/compiler.mk: replace empty lines with empty commentsrillig1-3/+2
2018-11-12mk: Add CTF infrastructure support.jperkin1-1/+8
2018-08-12mk/compiler.mk: sort supported compilers alphabeticallyrillig1-3/+3
2018-01-26mk/compiler.mk: Support gnu++03 and c++03 in USE_LANGUAGES.jperkin1-6/+6
2017-07-04Improve USE_LANGUAGES explanationgdt1-3/+9
2017-06-10Restore c++ support in ccache.mkkamil1-2/+7
2017-05-18Consolidate setting of SSP flags now that multiple compilers support it.jperkin1-1/+11
2017-05-03Add support to USE_LANGUAGES for C++ standards from c++0x to gnu++14.jperkin1-3/+21
2016-11-10Prepend the ABI flags to allow interested programs like qemu tojoerg1-4/+4
2014-12-09Pass down ABI flags for cwrappers too.joerg1-1/+4
2013-07-07compiler.mk: Fix Ada packages when PKGSRC_COMPILER=clangmarino1-1/+7
2012-12-12compiler.mk, gcc.mk: Implement DRAGONFLY_CCVERmarino1-1/+5
2012-08-09_LINKER_ABI_FLAG.* is not set anywhere in pkgsrc, remove to avoid confusion.jperkin1-2/+1
2012-08-09Ensure the Fortran wrappers specify the correct ABI if necessary. Fixes ajperkin1-1/+2
2012-07-08compiler.mk/gcc.mk: Add support for USE_LANGUAGES+= adamarino1-4/+10
2012-06-27Ensure the Solaris native linker is used by default, avoids conflictsjperkin1-1/+10
2012-04-13Move USE_PKGSRC_GCC from compler.mk to compler/gcc.mk and make it a yes/nosbd1-24/+1
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