summaryrefslogtreecommitdiff
path: root/mk/compiler/pcc.mk
AgeCommit message (Collapse)AuthorFilesLines
2015-10-09Correction to the previous: we must use ${GREP} -E, there's no ${EGREP} here.he1-2/+2
2015-10-08Extend the pattern matching the -v output from pcc.he1-2/+2
2013-05-09Split BUILD_DEPENDS into TOOL_DEPENDS and BUILD_DEPENDS in mk/.riastradh1-2/+2
Build depends are target packages that are needed at build-time for, e.g., static libraries to link against, header files to include, &c. Tool depends are native packages that are needed at build-time for, e.g., compilers/linkers/&c. to run. ok agc
2010-12-26Remove possibly confusing variable assignment.asau1-2/+1
2010-12-26Fortran is not Fortran-77 anymore.asau1-2/+2
2010-11-03* Use LOCALBASE instead of PREFIX for PCC and Clang compiler detectionadam1-2/+2
(otherwise Makefiles with mk/compiler.mk included fall back to GCC). * Simplified compiler/clang.mk.
2010-07-30Implement "fortran77" as alias for "fortran".asau1-2/+3
2007-09-18For Portable C Compiler.reed1-0/+78
Add beginning of PKGSRC_COMPILER=pcc support. Based on "sunpro". Please help improve this. I have not tested with C++ or fortan.